[Bug 379991] Re: Certain VMs do not run under KVM using karmic's kernel

Esa Häkkinen esa.hakkinen at gmail.com
Tue Sep 29 12:05:28 BST 2009


T2500 is also older Core Duo (coreduo) processor.

Reproduced from command line: succesfully installed & running winxp sp3
with "kvm -cpu coreduo,-nx".

How do I define "no NX" this in /etc/libvirt/qemu/winxp.xml
configuration file?

<domain>
  <cpu name='coreduo'>
    <feature name='nx' option='disable'/>
  </cpu>

-> won't work, nx feature is not disabled.

neither success with less documented xml file options/features:

  <os>
    <type arch='i686' machine='pc'>hvm</type>
    <feature name='nx' policy='disable'/>
    <feature name='nx' option='disable'/>
    <feature name='nx' mode='set' value='off'/>
    <boot dev='hd'/>
  </os>
  <cpu model='coreduo,-nx'>
    <feature name='nx' policy='disable'/>
    <feature name='nx' option='disable'/>
    <feature name='nx' mode='set' value='off'/>
  </cpu>

** Attachment added: "/proc/cpuinfo on T2500 cpu (coreduo), LG T1 model T1-72JVW"
   http://launchpadlibrarian.net/32674714/cpuinfo.T2500.bug31985376.kvm_with_coreduo_no-nx.txt

-- 
Certain VMs do not run under KVM using karmic's kernel
https://bugs.launchpad.net/bugs/379991
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.



More information about the Ubuntu-server-bugs mailing list