]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commit
Implement 'xm vcpu-set' command for HVM guest
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 30 Apr 2010 16:41:45 +0000 (17:41 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 30 Apr 2010 16:41:45 +0000 (17:41 +0100)
commit01626771cf2e9285fbfddcbded2820fc77745e4b
tree1003eba8af1737814f03c9233700b79c83014097
parent376c64a4e068b3dc83f066b4050ed34d983a5c75
Implement 'xm vcpu-set' command for HVM guest

Currently Xen has 'xm vcpu-set' command for PV domain, but not
available for HVM domain.  This patch is use to enable 'xm vcpu-set'
command for HVM domain. It setup vcpu watch at xenstore, and at qemu
side, handle vcpu online/offline accordingly.  With this patch, 'xm
vcpu-set' command works for both PV and HVM guest with same format.

Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com>
hw/piix4acpi.c
xenstore.c