Re: [libvirt-users] CPU Model detection with virsh capabilities

On Mon, Sep 12, 2011 at 16:33:53 +0200, Olivier BONHOMME wrote:
Hello,
Thanks for your answer. My virsh capabilities is the following :
<cpu> <arch>x86_64</arch> <model>pentium3</model> <vendor>Intel</vendor> <topology sockets='1' cores='4' threads='1'/> <feature name='lahf_lm'/> <feature name='lm'/> <feature name='syscall'/> <feature name='sse4.1'/> <feature name='dca'/> <feature name='xtpr'/> <feature name='cx16'/> <feature name='ssse3'/> <feature name='tm2'/> <feature name='est'/> <feature name='vmx'/> <feature name='ds_cpl'/> <feature name='monitor'/> <feature name='pni'/> <feature name='pbe'/> <feature name='tm'/> <feature name='ht'/> <feature name='ss'/> <feature name='sse2'/> <feature name='acpi'/> <feature name='ds'/> <feature name='clflush'/> <feature name='apic'/> </cpu>
About what you say, I totally agree. It's just I am very surprised that an Intel Xeon E5430 is detected just as a pentium3
That's because your CPU doesn't support nx feature, which is included in all models better than pentium3. Jirka

Le 12/09/2011 16:54, Jiri Denemark a écrit :
That's because your CPU doesn't support nx feature, which is included in all models better than pentium3.
Jirka
Is NX, the NX bit feature ? In that case, I am going to check in the bios if it is just not enabled. Because, normally, this CPU should support it. Regards, Olivier BONHOMME

On Mon, Sep 12, 2011 at 17:06:06 +0200, Olivier BONHOMME wrote:
Le 12/09/2011 16:54, Jiri Denemark a écrit :
That's because your CPU doesn't support nx feature, which is included in all models better than pentium3.
Jirka
Is NX, the NX bit feature ? I think so.
In that case, I am going to check in the bios if it is just not enabled. Because, normally, this CPU should support it.
That might be it. Jirka
participants (2)
-
Jiri Denemark
-
Olivier BONHOMME