]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: do not report error on shutdown
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Thu, 9 Mar 2017 09:54:32 +0000 (10:54 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 15 May 2017 10:34:19 +0000 (12:34 +0200)
commitaeda1b8c56dc58b0a413acc61bbea938b40499e1
treef8a9e42bfdc74384043ef012da8e1b6060629e87
parentec337aee9b20091d6f9f60b78f210d55f812500b
qemu: monitor: do not report error on shutdown

If a shutdown is expected because it was triggered via libvirt we can
also expect the monitor to close. In those cases do not report an
internal error like:
  "internal error: End of file from qemu monitor"

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
src/qemu/qemu_monitor.c