]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Add helper to determine whether memory hotplug is enabled for a vm
authorPeter Krempa <pkrempa@redhat.com>
Mon, 14 Sep 2015 14:42:46 +0000 (16:42 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 22 Sep 2015 14:09:27 +0000 (16:09 +0200)
commit1891cad5420a3a1727177d1c762b23104c9ccc6d
tree812929ad845524fc98a154840bcb1f1e31d0bf62
parent5dd61a168f615bce9e39d17276841cf9ba171ab9
conf: Add helper to determine whether memory hotplug is enabled for a vm

Add a simple helper so that the code doesn't have to rewrite the same
condition multiple times.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_migration.c