Re: [Qemu-devel] [PATCH] Add default VMX flags to Intel CPU

2013-05-04 Thread 李春奇
I send this mail before receiving your previous mail. I will check all this things. Thanks, Arthur On Sat, May 4, 2013 at 4:39 PM, Andreas Färber wrote: > Am 04.05.2013 10:33, schrieb 李春奇 : >> Add ext_features of CPUID_EXT_VMX to the following CPUs as default >> flag (now only core(2)duo with VM

Re: [Qemu-devel] [PATCH] Add default VMX flags to Intel CPU

2013-05-04 Thread Andreas Färber
Am 04.05.2013 10:33, schrieb 李春奇 : > Add ext_features of CPUID_EXT_VMX to the following CPUs as default > flag (now only core(2)duo with VMX flag by default): > > kvm64, kvm32, Penryn, Nehalem, Westmere, SandyBridge, Haswell. > > Other CPUs of AMD and lower versions of Intel CPU without VMX suppo

[Qemu-devel] [PATCH] Add default VMX flags to Intel CPU

2013-05-04 Thread 李春奇
Add ext_features of CPUID_EXT_VMX to the following CPUs as default flag (now only core(2)duo with VMX flag by default): kvm64, kvm32, Penryn, Nehalem, Westmere, SandyBridge, Haswell. Other CPUs of AMD and lower versions of Intel CPU without VMX support don't add this feature by default. Signed-o