On 20 January 2016 at 18:29, Max Reitz <mre...@redhat.com> wrote: > The series "BlockBackend and media" intended all block devices with > removable media to implement a tray model; if the devices does not have > a tray, it should emulate one.
> Patches 1 and 2 are CC'd to qemu-stable because they fix 'change' for SD > card readers. Patch 3 does not fix it for floppy disk drives, it just > changes the behavior when used on them (no TRAY_MOVED events, no > tray_open status, and blockdev-{open,close}-tray are optional), which is > why it is not CC'd to qemu-stable; and patch 4 is more of a change in > behavior than a stable-worthy fix. Thanks; this fixes the regression in sd card handling for me. Tested-by: Peter Maydell <peter.mayd...@linaro.org> (including testing that just the stable-cc'd patches 1 and 2 are sufficient to fix the regression). -- PMM