]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: nicer error message on failed graceful destroy
authorEric Blake <eblake@redhat.com>
Wed, 22 Feb 2012 18:41:17 +0000 (11:41 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 23 Feb 2012 15:47:06 +0000 (08:47 -0700)
commitd2dc5057fd124e115d4a5de3df98911603fbe501
tree0fa01a75d3cdd49457ee8d7bcfa24ea49c9819ad
parentd57485f73ab9dc52a5f0c73924ca1c3bd7e55c60
qemu: nicer error message on failed graceful destroy

https://bugzilla.redhat.com/show_bug.cgi?id=795656 mentions
that a graceful destroy request can time out, meaning that the
error message is user-visible and should be more appropriate
than just internal error.

* src/qemu/qemu_driver.c (qemuDomainDestroyFlags): Swap error type.
src/qemu/qemu_driver.c