From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbUbe-0006CY-Fe for qemu-devel@nongnu.org; Wed, 30 Oct 2013 08:10:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbUbY-0007bz-GM for qemu-devel@nongnu.org; Wed, 30 Oct 2013 08:10:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbUbY-0007bp-3p for qemu-devel@nongnu.org; Wed, 30 Oct 2013 08:10:32 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9UCAVFs016504 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 30 Oct 2013 08:10:31 -0400 Message-ID: <5270F732.90704@redhat.com> Date: Wed, 30 Oct 2013 13:10:26 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1382978620-16641-1-git-send-email-pbonzini@redhat.com> <1382978620-16641-3-git-send-email-pbonzini@redhat.com> <20131030120629.GH2807@dhcp-200-207.str.redhat.com> In-Reply-To: <20131030120629.GH2807@dhcp-200-207.str.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/24] libqtest: return progress from qmp/qmpv List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com, mst@redhat.com Il 30/10/2013 13:06, Kevin Wolf ha scritto: > Anyway, I think Stefan had some patches to actually get the reply in a > usable way. They probably conflict with this. Perhaps just applying > Stefan's patches already gives you what you need here? Yes, especially if they let me get both events and command returns. Paolo