]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: process: Refresh ejectable media tray state on VM start
authorPeter Krempa <pkrempa@redhat.com>
Fri, 29 Apr 2016 11:38:51 +0000 (13:38 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 2 May 2016 06:49:34 +0000 (08:49 +0200)
commita34faf33011c5c0d7b47ee0849bf1e11635e17c5
tree9d74477143c6de5816185a44d2448ad40f13b91f
parent809d02ca363b265804542fadc095670c43d353fe
qemu: process: Refresh ejectable media tray state on VM start

Empty floppy drives start with tray in "open" state and libvirt did not
refresh it after startup. The code that inserts media into the tray then
waited until the tray was open before inserting the media and thus
floppies could not be inserted.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1326660
src/qemu/qemu_hotplug.c
src/qemu/qemu_process.c