From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxjoP-0005X7-KE for qemu-devel@nongnu.org; Wed, 15 Feb 2012 13:42:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxjoI-00049v-54 for qemu-devel@nongnu.org; Wed, 15 Feb 2012 13:42:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxjoH-00049Z-Ro for qemu-devel@nongnu.org; Wed, 15 Feb 2012 13:42:34 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1FIgWVO026355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Feb 2012 13:42:33 -0500 From: Luiz Capitulino Date: Wed, 15 Feb 2012 16:42:23 -0200 Message-Id: <1329331347-11232-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4]: QMP: add BLOCK_MEDIUM_EJECT event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, eblake@redhat.com, armbru@redhat.com There's been one non-rfc patch and one or two rfc ones. This is v2 of the non-rfc one. I think this version does what Kevin and Markus were asking: the event is emitted whenever the tray moves, be it the guest or HMP/QMP commands. In a previous email I said that I'd be reviving an old series that breaks the eject and change commands into multiple tray commands (tray-open/close, medium-insert/remove etc), but that's not so trivial anymore as the tray state moved to device models (still possible of course, but requires a bit more work). So I decided to do it the way patch 4/4 does it. QMP/qmp-events.txt | 17 ++++++++++ block.c | 84 +++++++++++++++++++++++++++++++++------------------ block.h | 8 ++-- block/raw-posix.c | 6 ++-- block/raw.c | 4 +- block_int.h | 2 +- hw/ide/atapi.c | 2 +- hw/ide/core.c | 8 ++-- hw/scsi-disk.c | 8 ++-- hw/virtio-blk.c | 6 ++-- monitor.c | 3 ++ monitor.h | 1 + 12 files changed, 97 insertions(+), 52 deletions(-)