From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5COb-0005x7-Io for qemu-devel@nongnu.org; Fri, 11 Nov 2016 09:01:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5COa-0001As-Pa for qemu-devel@nongnu.org; Fri, 11 Nov 2016 09:01:33 -0500 Date: Fri, 11 Nov 2016 15:01:20 +0100 From: Kevin Wolf Message-ID: <20161111140120.GC7533@noname.redhat.com> References: <1478553214-497-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478553214-497-1-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/6] block-backend: Always notify on blk_eject List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-block@nongnu.org, pbonzini@redhat.com, pkrempa@redhat.com, qemu-devel@nongnu.org, mreitz@redhat.com Am 07.11.2016 um 22:13 hat John Snow geschrieben: > Requires patches in my IDE branch, for context. > > This series changes blk_eject (used for a software-initiated eject request) > to always trigger a QMP tray event, in contrast to the current behavior where > a tray event only occurs if a medium is already in the tray. > > V2: Now with tests. (Kevin) Reviewed-by: Kevin Wolf