]> git.ipfire.org Git - thirdparty/libvirt.git/commit
setmem: add VIR_DOMAIN_MEM_CURRENT support to qemu
authorTaku Izumi <izumi.taku@jp.fujitsu.com>
Wed, 23 Mar 2011 05:48:24 +0000 (14:48 +0900)
committerEric Blake <eblake@redhat.com>
Thu, 7 Apr 2011 23:13:56 +0000 (17:13 -0600)
commit95298e2380b414916719a9cdea1d8cde891cd6a7
tree65d604ec8aa2bafed33994bfed8118138ea67aa2
parent0f2e50be5f7b00935a45681b5ecd3d4c596f8c82
setmem: add VIR_DOMAIN_MEM_CURRENT support to qemu

This patch adds virDomainSetMemoryFlags(,,VIR_DOMAIN_MEM_CURRENT) support
code to qemu driver.

Also, change virDomainObjIsActive to return bool, given its usage.

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