From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGOjN-0005BB-Sp for qemu-devel@nongnu.org; Tue, 25 Sep 2012 02:34:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGOjI-0002Rq-1a for qemu-devel@nongnu.org; Tue, 25 Sep 2012 02:34:53 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:34517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGOjH-0002Rj-RL for qemu-devel@nongnu.org; Tue, 25 Sep 2012 02:34:47 -0400 Received: by wiwc10 with SMTP id c10so1714382wiw.10 for ; Mon, 24 Sep 2012 23:34:47 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <50615083.7060805@redhat.com> Date: Tue, 25 Sep 2012 08:34:43 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1348523754-6897-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1348523754-6897-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] qapi: convert add_client List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: eblake@redhat.com, qemu-devel@nongnu.org Il 24/09/2012 23:55, Luiz Capitulino ha scritto: > v3 > > - qmp_add_client(): don't use errp to test for error > > Luiz Capitulino (1): > qapi: convert add_client > > Paolo Bonzini (2): > pci-assign: use monitor_handle_fd_param > monitor: add Error * argument to monitor_get_fd > > dump.c | 3 +-- > hw/kvm/pci-assign.c | 12 +++--------- > migration-fd.c | 2 +- > monitor.c | 48 ++++++------------------------------------------ > monitor.h | 2 +- > qapi-schema.json | 23 +++++++++++++++++++++++ > qmp-commands.hx | 5 +---- > qmp.c | 43 +++++++++++++++++++++++++++++++++++++++++++ > 8 files changed, 79 insertions(+), 59 deletions(-) > Reviewed-by: Paolo Bonzini