Thanks for the reply cole...<br>i would like to know whether i should do these changes (apic=1/acip=1) before installing windows xp (multiprocessor) or whether it can be done after windows xp is installed.<br><br>Thanks again<br>
<br>Regards<br>~Sameer<br><br><div class="gmail_quote">On Mon, Nov 24, 2008 at 9:13 PM, Cole Robinson <span dir="ltr"><<a href="mailto:crobinso@redhat.com">crobinso@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Sameer Naik wrote:<br>
> Hi,<br>
> I have been using virt-manager for a long long time now.<br>
> Recently i have been facing an issue... when i try to install windows xp<br>
> (sp3) with multiprocessor<br>
> support (i.e. vcpu allocation > 1) the system installs fine, but then<br>
> virt-manager displays very high<br>
> cpu (24-30%) utilization, even when the xp guest is idle. also when i try to<br>
> poweroff the system, i get the "It is now<br>
> Safe to poweroff your computer" message and also when this message is<br>
> displayed the cpu utilzation is around<br>
> 24-30%.<br>
><br>
> After posting a similar mail to the xend-users mailing list, i was advised<br>
> to use ACPI=1 and APIC=1 in<br>
> the domU configuration. But since i am using virt-manager i have no idea<br>
> where i should put these values and<br>
> whether i need to specify these before installing xp or whether it can be<br>
> done after installing.<br>
><br>
> Or should i create ahand written domU configuration and use "xm create" to<br>
> create the virtual machine?<br>
><br>
> Please Help<br>
><br>
<br>
</div></div>There isn't support in virt-manager for changing acpi and apic values<br>
of an existing guest (yet).<br>
<br>
You can change these values via the command line:<br>
<br>
virsh dumpxml vmname > xml<br>
edit xml: between the <os> block and the <clock> block, add<br>
  <features><br>
    <apic/><br>
    <acpi/><br>
  </features><br>
virsh define xml<br>
<br>
If you are using f9 or f10, the above can be simplified with the 'virsh<br>
edit' command, which will alter the xml in place.<br>
<br>
Thanks,<br>
<font color="#888888">Cole<br>
</font></blockquote></div><br>