]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't try to update undefined guest CPU
authorJiri Denemark <jdenemar@redhat.com>
Mon, 20 Mar 2017 08:03:58 +0000 (09:03 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 20 Mar 2017 08:03:58 +0000 (09:03 +0100)
commitc74207cb182f0af7ea626579f5be3be48fc9c2d4
treec17cab1a8528eb28c7e84ab62e67c28bc1637ca9
parenta6d681485ff85e27859583a5c20e1630c5cf8352
qemu: Don't try to update undefined guest CPU

Calling virCPUUpdateLive on a domain with no guest CPU configuration
does not make sense. Especially when doing so would crash libvirtd.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_process.c