From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0C7A-0004bm-PW for qemu-devel@nongnu.org; Wed, 22 Feb 2012 08:20:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0C74-00048l-WD for qemu-devel@nongnu.org; Wed, 22 Feb 2012 08:20:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0C74-00047Z-OK for qemu-devel@nongnu.org; Wed, 22 Feb 2012 08:20:06 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1MDK5wU024974 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 22 Feb 2012 08:20:06 -0500 Message-ID: <4F44EC56.9050905@redhat.com> Date: Wed, 22 Feb 2012 14:23:34 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1329506504-29152-1-git-send-email-lcapitulino@redhat.com> <20120222105317.6ef8f865@doriath.home> In-Reply-To: <20120222105317.6ef8f865@doriath.home> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/5]: QMP: add DEVICE_TRAY_MOVED event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: pbonzini@redhat.com, eblake@redhat.com, Markus Armbruster , qemu-devel@nongnu.org Am 22.02.2012 13:53, schrieb Luiz Capitulino: > On Mon, 20 Feb 2012 09:28:15 +0100 > Markus Armbruster wrote: > >> Luiz Capitulino writes: >> >>> The event name changed, which caused the subject to change too, hope this >>> won't cause confusion. >>> >>> v3 >>> >>> o Rename the event to DEVICE_TRAY_MOVED >>> o Rename the 'ejected' event data to 'tray-open' >>> o Only call bdrv_eject() if the tray state changed >>> o Drop ide_tray_state_post_load() >> >> Reviewed-by: Markus Armbruster > > Kevin, I'd like to get your ack before applying it to the qmp branch. Acked-by: Kevin Wolf