]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix updating balloon period in live XML
authorErik Skultety <eskultet@redhat.com>
Thu, 2 Oct 2014 12:48:02 +0000 (14:48 +0200)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 2 Oct 2014 20:10:53 +0000 (16:10 -0400)
commite3a7b8740fb4be15d9ba4f49f65bb9ee743730a0
tree61a89dfa40f4edd897e6b0f44807fe39ec7e2a80
parentf4ba3385ba6b6e9ce6468a48d1cd4637b36696b7
qemu: Fix updating balloon period in live XML

Up until now, we set memballoon period in monitor successfully, however
we did not update domain definition structure, thus dumpxml was omitting
period attribute in memballoon element

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1140960
src/qemu/qemu_driver.c