From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH] kvm tools: Add 'kvm pause' command Date: Fri, 03 Jun 2011 09:34:39 +0300 Message-ID: <1307082879.13088.3.camel@lappy> References: <1307046176-13906-1-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mingo@elte.hu, asias.hejun@gmail.com, gorcunov@gmail.com, prasadjoshi124@gmail.com To: Pekka Enberg Return-path: Received: from mail-ww0-f44.google.com ([74.125.82.44]:48825 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751110Ab1FCGen (ORCPT ); Fri, 3 Jun 2011 02:34:43 -0400 Received: by wwa36 with SMTP id 36so1345873wwa.1 for ; Thu, 02 Jun 2011 23:34:42 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 2011-06-03 at 09:29 +0300, Pekka Enberg wrote: > On Thu, Jun 2, 2011 at 11:22 PM, Sasha Levin wrote: > > This patch adds a 'kvm debug' command that's currently an alias for > > > > kill -USR2 `pidof kvm` > > > > Which pauses a guest (freezes all VCPU threads). > > > > Signed-off-by: Sasha Levin > > What is this useful for? Debugging? Don't we need a command to > unfreeze the guest as well? It unfreezes the guest if it's paused. I should have mentioned that in the commit message. -- Sasha.