From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIvdX-0007RJ-HK for qemu-devel@nongnu.org; Tue, 02 Oct 2012 02:07:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIvdW-000461-BC for qemu-devel@nongnu.org; Tue, 02 Oct 2012 02:07:19 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:42358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIvdW-00045e-5C for qemu-devel@nongnu.org; Tue, 02 Oct 2012 02:07:18 -0400 Received: by mail-wi0-f175.google.com with SMTP id hq4so291228wib.10 for ; Mon, 01 Oct 2012 23:07:17 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <506A8491.9000105@redhat.com> Date: Tue, 02 Oct 2012 08:07:13 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1349093887-32142-1-git-send-email-pbonzini@redhat.com> <87ipatgaat.fsf@codemonkey.ws> In-Reply-To: <87ipatgaat.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qtest: implement QTEST_STOP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Il 01/10/2012 23:19, Anthony Liguori ha scritto: > What about launching the guest with "-S" if that variable is set? > That's a bit nicer, right? That also requires that -S block reads from the qtest socket, which is not yet the case. Paolo