Virtualization (kvm) CPU Unterstuetzung im kernel 2.6.20

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
nero2004
Beiträge: 265
Registriert: 03.11.2003 14:27:56

Virtualization (kvm) CPU Unterstuetzung im kernel 2.6.20

Beitrag von nero2004 » 04.02.2007 00:46:53

Im 2.6.20 wird es die sog. "Kernel-based Virtual Machine (KVM) support" als eigenstaendiges Modul geben. Dies unterstuetzen allerdings nur neuere CPU's, fuer AMD's alle CPU's mit der AMD-V Erweiterung, s. a. http://www.amd.com/us-en/Processors/Pro ... 87,00.html.
Hat meine Kiste diese Erweiterung? cat /proc/cpuinfo gibt folgendes aus:

Code: Alles auswählen

processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 35
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
stepping        : 2
cpu MHz         : 1000.000
cache size      : 1024 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy
bogomips        : 2015.59
TLB size        : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp

processor       : 1
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 35
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
stepping        : 2
cpu MHz         : 1000.000
cache size      : 1024 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy
bogomips        : 2015.59
TLB size        : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp

nero2004
Beiträge: 265
Registriert: 03.11.2003 14:27:56

Beitrag von nero2004 » 04.02.2007 01:25:22

ok, ich habe die Antwort schon gefunden:

Code: Alles auswählen

How can I tell if I have Intel VT or AMD-V? 
 With a recent enough Linux kernel, run the command: 
egrep '^flags.*(vmx|svm)' /proc/cpuinfo
 If something shows up, you have VT. You can also check the processor model name (in /proc/cpuinfo) in the vendor's web site. 
quelle: http://kvm.sourceforge.net/faq.html

Damit ist die Antwort auf meine o.g. Frage: Nein. :( So ein Kaese.

Antworten