version 1.1, 2013/10/31 12:20:57
|
version 1.2, 2013/10/31 12:34:39
|
Line 108 Note that your CPU needs to support this
|
Line 108 Note that your CPU needs to support this
|
instruction, AMD CPUs the 'SVM' instruction. You can easily find out if |
instruction, AMD CPUs the 'SVM' instruction. You can easily find out if |
your CPU support HVM by using NetBSD's cpuctl command: |
your CPU support HVM by using NetBSD's cpuctl command: |
|
|
~~~ {.programlisting} |
``` |
# cpuctl identify 0 |
# cpuctl identify 0 |
cpu0: Intel Core 2 (Merom) (686-class), id 0x6f6 |
cpu0: Intel Core 2 (Merom) (686-class), id 0x6f6 |
cpu0: features 0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR> |
cpu0: features 0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR> |
Line 125 cpu0: Initial APIC ID 0
|
Line 125 cpu0: Initial APIC ID 0
|
cpu0: Cluster/Package ID 0 |
cpu0: Cluster/Package ID 0 |
cpu0: Core ID 0 |
cpu0: Core ID 0 |
cpu0: family 06 model 0f extfamily 00 extmodel 00 |
cpu0: family 06 model 0f extfamily 00 extmodel 00 |
~~~ |
``` |
|
|
Depending on your CPU, the feature you are looking for is called HVM, |
Depending on your CPU, the feature you are looking for is called HVM, |
SVM or VMX. |
SVM or VMX. |
Line 396 configuring:
|
Line 396 configuring:
|
~~~ {.programlisting} |
~~~ {.programlisting} |
#!/bin/sh |
#!/bin/sh |
#============================================================================ |
#============================================================================ |
# $NetBSD: vif-bridge-nbsd,v 1.3 2005/11/08 00:47:35 jlam Exp $ |
# $NetBSD: howto.mdwn,v 1.1 2013/10/31 12:20:57 mspo Exp $ |
# |
# |
# /usr/pkg/etc/xen/vif-bridge |
# /usr/pkg/etc/xen/vif-bridge |
# |
# |