]> xenbits.xensource.com Git - libvirt.git/commit
qemu: save domain status after set the blkio parameters
authorShanzhi Yu <shyu@redhat.com>
Mon, 6 Oct 2014 15:00:00 +0000 (17:00 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 9 Oct 2014 09:50:26 +0000 (11:50 +0200)
commitbde879c1847f8181ca144c0807ae83906de8440d
treec8bc2587a385e996b807cbe43bcf6f5cbda2d917
parentb9f1f46470c55724f7bb0d3c326c2194399173a9
qemu: save domain status after set the blkio parameters

After set the blkio parameters for running domain, save the change into
live xml is needed to survive restarting the libvirtd, same story with
bug 1146511, meanwhile add call qemuDomainObjBeginJob/qemuDomainObjEndJob
in qemuDomainSetBlkioParameters

Signed-off-by: Shanzhi Yu <shyu@redhat.com>
src/qemu/qemu_driver.c