On Fri, Jul 24, 2015 at 17:26:36 +0800, Cao jin wrote:
> Signed-off-by: Cao jin <caoj.f...@cn.fujitsu.com>
> ---
>  src/qemu/qemu_monitor.c | 2 +-
>  src/qemu/qemu_monitor.h | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c
> index 15ba39b..beaf585 100644
> --- a/src/qemu/qemu_monitor.c
> +++ b/src/qemu/qemu_monitor.c
> @@ -3345,7 +3345,7 @@ qemuMonitorVMStatusToPausedReason(const char *status)
>      case QEMU_MONITOR_VM_STATUS_WATCHDOG:
>          return VIR_DOMAIN_PAUSED_WATCHDOG;
>  
> -    case QEMU_MONITOR_VM_STATUS_GUEST_PANICKED:

NACK, panicked is the correct way to spell it.

> +    case QEMU_MONITOR_VM_STATUS_GUEST_PANICED:
>          return VIR_DOMAIN_PAUSED_CRASHED;
>  
>      /* unreachable from this point on */

Peter

Attachment: signature.asc
Description: Digital signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to