From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0y7F-0004Om-8j for qemu-devel@nongnu.org; Fri, 24 Feb 2012 11:35:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0y7B-000753-1G for qemu-devel@nongnu.org; Fri, 24 Feb 2012 11:35:29 -0500 Received: from e6.ny.us.ibm.com ([32.97.182.146]:50783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0y7A-00074m-Ta for qemu-devel@nongnu.org; Fri, 24 Feb 2012 11:35:24 -0500 Received: from /spool/local by e6.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 24 Feb 2012 11:35:23 -0500 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id B186B38C8063 for ; Fri, 24 Feb 2012 11:35:16 -0500 (EST) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q1OGZE0m2724018 for ; Fri, 24 Feb 2012 11:35:14 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q1OGZDY0020730 for ; Fri, 24 Feb 2012 11:35:13 -0500 Message-ID: <4F47BC40.7050400@us.ibm.com> Date: Fri, 24 Feb 2012 10:35:12 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1330008174-26084-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1330008174-26084-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/5]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On 02/23/2012 08:42 AM, Luiz Capitulino wrote: > Contains only the DEVICE_TRAY_MOVED event series. > > The changes (since 235fe3bfd46b1104575b540d0bc3fdf584030b99) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Pulled. Thanks. Regards, Anthony Liguori > > Luiz Capitulino (5): > block: Rename bdrv_mon_event()& BlockMonEventAction > block: bdrv_eject(): Make eject_flag a real bool > block: Don't call bdrv_eject() if the tray state didn't change > ide: drop ide_tray_state_post_load() > qmp: add DEVICE_TRAY_MOVED event > > QMP/qmp-events.txt | 18 +++++++++++ > block.c | 84 +++++++++++++++++++++++++++++++++------------------ > block.h | 8 ++-- > block/raw-posix.c | 6 ++-- > block/raw.c | 2 +- > block_int.h | 2 +- > hw/ide/atapi.c | 7 +++- > hw/ide/core.c | 16 ++-------- > hw/scsi-disk.c | 13 +++++--- > hw/virtio-blk.c | 6 ++-- > monitor.c | 3 ++ > monitor.h | 1 + > 12 files changed, 104 insertions(+), 62 deletions(-) > > >