From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO2RQ-0007i2-Ie for qemu-devel@nongnu.org; Tue, 16 Oct 2012 04:24:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TO2RK-0007VU-R1 for qemu-devel@nongnu.org; Tue, 16 Oct 2012 04:23:56 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:62113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO2RK-0007VQ-KL for qemu-devel@nongnu.org; Tue, 16 Oct 2012 04:23:50 -0400 Received: by mail-bk0-f45.google.com with SMTP id jf3so2409949bkc.4 for ; Tue, 16 Oct 2012 01:23:49 -0700 (PDT) Date: Tue, 16 Oct 2012 10:23:46 +0200 From: Stefan Hajnoczi Message-ID: <20121016082346.GE23066@stefanha-thinkpad.redhat.com> References: <1350334682-27158-1-git-send-email-jcody@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1350334682-27158-1-git-send-email-jcody@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] qmp: fix __accept() in qmp.py List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: kwolf@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com On Mon, Oct 15, 2012 at 04:58:02PM -0400, Jeff Cody wrote: > In QEMUMonitorProtocol, commit e9d17b6 removed the __sockfile creation > from __negotiate_capabilities(), which breaks _accept(). This causes > failures in qemu-io python based tests (i.e. tests 030 and 040). > > This patch creates the sockfile in __accept() as well. > > Signed-off-by: Jeff Cody > --- > QMP/qmp.py | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Stefan Hajnoczi