From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nyt3e-0002J9-IZ for qemu-devel@nongnu.org; Mon, 05 Apr 2010 16:38:06 -0400 Received: from [140.186.70.92] (port=49409 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nyt3c-0001WG-RJ for qemu-devel@nongnu.org; Mon, 05 Apr 2010 16:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nyszu-0001Za-4L for qemu-devel@nongnu.org; Mon, 05 Apr 2010 16:34:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24141) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nyszt-0001ZS-Rh for qemu-devel@nongnu.org; Mon, 05 Apr 2010 16:34:14 -0400 From: Luiz Capitulino Date: Mon, 5 Apr 2010 17:33:41 -0300 Message-Id: <1270499642-31543-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 00/21][PULL]: QMP/Monitor queue List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org Hi Anthony, I was going to nag you to apply patches from the list, but as I'm maintaining a QMP/Monitor queue to test them, I thought it would be a good idea to nag you in the form of a git pull :) All the patches in there have been posted to the list already and, to make it convenient to review, I'm sending them again in this series (not sure if it's a good idea, though). The changes (since 116348def2bb446d972bdc2f44bd77ff631f85de) are available in the following repository: git://repo.or.cz/qemu/qmp-unstable.git for-anthony Kevin Wolf (1): virtio-blk: Fix use after free in error case Luiz Capitulino (2): QMP: Improve RTC_CHANGE event description Monitor: Convert do_screen_dump() to QObject Markus Armbruster (17): qdev: Convert qdev_unplug() to QError monitor: convert do_device_del() to QObject, QError error: Put error definitions back in alphabetical order error: New QERR_DUPLICATE_ID error: Convert qemu_opts_create() to QError error: New QERR_INVALID_PARAMETER_VALUE error: Convert qemu_opts_set() to QError error: Drop extra messages after qemu_opts_set() and qemu_opts_parse() error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETER error: Convert qemu_opts_validate() to QError error: Convert net_client_init() to QError error: New QERR_DEVICE_IN_USE monitor: New commands netdev_add, netdev_del monitor: Rename argument type 'b' to 'f' monitor: New argument type 'b' monitor: Use argument type 'b' for set_link monitor: Convert do_set_link() to QObject, QError Ryan Harper (1): Add qerror message if the 'change' target filename can't be opened QMP/qmp-events.txt | 2 +- hw/pci-hotplug.c | 2 - hw/qdev.c | 13 +++--- hw/qdev.h | 2 +- hw/virtio-blk.c | 6 +- monitor.c | 49 +++++++++++++++++++--- net.c | 112 ++++++++++++++++++++++++++++++++++++--------------- net.h | 4 +- qemu-config.c | 1 - qemu-monitor.hx | 49 +++++++++++++++++++---- qemu-option.c | 24 +++++------ qerror.c | 20 ++++++++- qerror.h | 17 ++++++- vl.c | 5 -- 14 files changed, 218 insertions(+), 88 deletions(-)