]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vcpupin: implement the code to support new API for the qemu driver
authorTaku Izumi <izumi.taku@jp.fujitsu.com>
Fri, 24 Jun 2011 08:57:34 +0000 (17:57 +0900)
committerEric Blake <eblake@redhat.com>
Fri, 24 Jun 2011 23:00:22 +0000 (17:00 -0600)
commit96414c4ed15870675022bfa139faacebf9b6c80d
tree0337ee0f508e344b9bb84efb71e8f656bcfb3496
parente261987c5a84f22dfd57554bd5ce5c4033c822d6
vcpupin: implement the code to support new API for the qemu driver

This patch implements the code to address the new API (virDomainGetVcpupinInfo)
in the qemu driver.

Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
src/qemu/qemu_driver.c