]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: use a wrong name for guest panic status
authorLuyao Huang <lhuang@redhat.com>
Mon, 5 Jan 2015 09:09:33 +0000 (17:09 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 5 Jan 2015 23:55:35 +0000 (16:55 -0700)
commit39449f70b9333fb623bed90c2d624792ab38daa7
treedcf5ce715d451193b0f6056be6eba3f25b09a5a1
parent96a87e11f724431cdc2e5aea9ce9b164cdb3c6f5
qemu: use a wrong name for guest panic status

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

We will get a warning when we have a guest in paused
status (caused by kernel panic) and restart libvirtd,
warning message like this:

Qemu reported unknown VM status: 'guest-panicked'

and this seems because we set a wrong status name in
qemu_monitor.c, and from qemu qapi-schema.json file
we know this status should named 'guest-panicked'.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_monitor.c