]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: save domain status after set domain's numa 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:51 +0000 (11:50 +0200)
commit566d5de7bf9b7218ba0c7025046d4d28f3414e60
treea1b939dcdd19f8ed3ee78df13a9d31e2c44f7826
parent99fe8755b919a4df9e48b6994da4c0c2907dfc83
qemu: save domain status after set domain's numa parameters

After set domain's numa parameters for running domain, save the change,
save the change into live xml is needed to survive restarting the libvirtd,
same story with bug 1146511; meanwihle add call
qemuDomainObjBeginJob/qemuDomainObjEndJob in qemuDomainSetNumaParameters

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