]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix domain state after reset
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 13 Jul 2016 14:13:58 +0000 (16:13 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 2 Aug 2016 11:21:01 +0000 (13:21 +0200)
commitdaf01a61254cc21d90e15dae8080f13e9a34b489
tree61ce276eff8290c7df161cd40c8b6b960a01047e
parentff498a9ac70a550bed08233a86e00a4faf12aecf
qemu: Fix domain state after reset

When reset was called from a domain that crashed we didn't change the
crashed state into a paused one which could confuse users.

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

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_driver.c