Remove this annoying message if user resumes or pauses a guest whcih is already resumed or paused. Warning: (builtin-run.c) handle_pause:520: failed condition: 1 Signed-off-by: Asias He <asias.hejun@xxxxxxxxx> --- tools/kvm/builtin-run.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/tools/kvm/builtin-run.c b/tools/kvm/builtin-run.c index bf39cfb..4691e1b 100644 --- a/tools/kvm/builtin-run.c +++ b/tools/kvm/builtin-run.c @@ -517,7 +517,6 @@ static void handle_pause(int fd, u32 type, u32 len, u8 *msg) kvm->vm_state = KVM_VMSTATE_PAUSED; kvm__pause(); } else { - WARN_ON(1); return; } -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html