From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWX8O-0003W1-BH for qemu-devel@nongnu.org; Mon, 21 May 2012 14:15:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWX8L-0002n7-6t for qemu-devel@nongnu.org; Mon, 21 May 2012 14:15:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWX8K-0002kn-VK for qemu-devel@nongnu.org; Mon, 21 May 2012 14:15:05 -0400 Message-ID: <4FBA8663.5030408@redhat.com> Date: Mon, 21 May 2012 20:16:03 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1337622119-8416-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1337622119-8416-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH qmp-next v5 00/16]: qapi: convert netdev_add & netdev_del List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: pbonzini@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org, armbru@redhat.com, mdroth@linux.vnet.ibm.com On 05/21/12 19:41, Luiz Capitulino wrote: > v5 > > - Simplify set_option_parameter() [Laszlo] patches changed: 3 & 4 > - Fix bad patch split in patch 15/16, hunk changing net_init_netdev() > pertains to patch 14/16 [Laszlo] hunk squashed from 15 into 14 > > blockdev.c | 2 +- > hmp-commands.hx | 6 +- > hmp.c | 30 +++++++++ > hmp.h | 2 + > hw/pci-hotplug.c | 8 ++- > hw/qdev-monitor.c | 7 +- > hw/usb/dev-network.c | 7 +- > hw/usb/dev-storage.c | 2 +- > hw/watchdog.c | 2 +- > net.c | 104 ++++++++++++++++++++---------- > net.h | 6 +- > net/dump.c | 2 +- > net/dump.h | 3 +- > net/slirp.c | 5 +- > net/slirp.h | 5 +- > net/socket.c | 8 +-- > net/socket.h | 3 +- > net/tap-win32.c | 2 +- > net/tap.c | 9 ++- > net/tap.h | 5 +- > net/vde.c | 2 +- > net/vde.h | 2 +- > qapi-schema.json | 42 ++++++++++++ > qemu-char.c | 8 ++- > qemu-config.c | 43 ++++++++++--- > qemu-config.h | 3 + > qemu-option.c | 175 ++++++++++++++++++++++++++++++++++---------------- > qemu-option.h | 11 +++- > qemu-sockets.c | 8 +-- > qerror.c | 4 ++ > qerror.h | 3 + > qmp-commands.hx | 10 +-- > vl.c | 22 ++++--- > 33 files changed, 380 insertions(+), 171 deletions(-) Reviewed-By: Laszlo Ersek