]> git.ipfire.org Git - thirdparty/libvirt.git/commit
blkdeviotune: fix bug with saving values into live XML
authorPavel Hrdina <phrdina@redhat.com>
Thu, 25 Sep 2014 09:28:25 +0000 (11:28 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 25 Sep 2014 09:50:03 +0000 (11:50 +0200)
commit783fe9ca8c5d1a831d5626c4835a8d3284456d9c
tree0cd536f6af260f9214bfcc23b15b4ccaeb4b01a2
parentdd0ce57386875cf47da8044a0433f1247ac1dcd8
blkdeviotune: fix bug with saving values into live XML

When you updated some blkdeviotune values for running domain the values
were stored only internally, but not saved into the live XML so they
won't survive restarting the libvirtd.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_driver.c