Re: [Qemu-devel] [PATCH v2 0/6] block-backend: Always notify on blk_eject

2016-11-11 Thread John Snow
On 11/11/2016 09:01 AM, Kevin Wolf wrote: 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

Re: [Qemu-devel] [PATCH v2 0/6] block-backend: Always notify on blk_eject

2016-11-11 Thread Kevin Wolf
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

Re: [Qemu-devel] [PATCH v2 0/6] block-backend: Always notify on blk_eject

2016-11-10 Thread John Snow
Ping, Kevin: Look ok? --js On 11/07/2016 04:13 PM, John Snow wrote: 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 occur

[Qemu-devel] [PATCH v2 0/6] block-backend: Always notify on blk_eject

2016-11-07 Thread John Snow
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) _