]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: conf: Add support for memory device cold(un)plug
authorPeter Krempa <pkrempa@redhat.com>
Wed, 21 Jan 2015 14:49:44 +0000 (15:49 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 23 Mar 2015 13:25:16 +0000 (14:25 +0100)
commit96094fb28d83a71598ae20e701b48d526f54d407
tree87deb77b7688ffc0b4fc2e478dffa518f9d3cdf0
parent8b54bffbab423608dcf596761675e7d206049902
qemu: conf: Add support for memory device cold(un)plug

Add a few helpers that allow to operate with memory device definitions
on the domain config and use them to implement memory device coldplug in
the qemu driver.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_driver.c