On Sat, Jun 30, 2007 at 01:59:34AM -0400, thewird wrote:
How do I do that with the new xml configuration files for xen in Fedora 7? I tried <acpi>0</acpi> but when I define it back into the database, it gets rid of my change. I suspect I'm using the wrong syntax but theres no documentation at all on the new xml format.
Check out this
http://libvirt.org/format.html
In the section 'Fuly virtualized guests'. To turn it on try:
<features> <acpi/> </features>
Or to turn it off, just leave out the <acpi/> tag
Regards, Dan.
xen@lists.stg.fedoraproject.org