]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: fix vm deadlock when try to use numatune in session mode
authorLuyao Huang <lhuang@redhat.com>
Tue, 17 Feb 2015 03:37:52 +0000 (11:37 +0800)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 17 Feb 2015 10:08:00 +0000 (11:08 +0100)
commit337265bb52122ee536430e2493618ab4aa565987
treeb6039aaec2a654f0ebebf04f08ef0b9a55abf625
parent7832fac84741d65e851dbdbfaf474785cbfdcf3c
qemu: fix vm deadlock when try to use numatune in session mode

https://bugzilla.redhat.com/show_bug.cgi?id=1126762

Commit 43b67f introduced a deadlock issue when we use numatune
to change numa settings to a vm in session mode.

Jump to endjob instead of jump to cleanup.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
src/qemu/qemu_driver.c