Re: [Qemu-devel] [PATCH 03/50] hw/block/fdc: Implement tray status

2015-01-27 Thread Eric Blake
On 01/26/2015 09:02 AM, Max Reitz wrote: > The tray of an FDD is open iff there is no medium inserted (there are > only two states for an FDD: "medium inserted" or "no medium inserted"). > > This results in the tray being reported as open if qemu has been started > with the default floppy drive, w

[Qemu-devel] [PATCH 03/50] hw/block/fdc: Implement tray status

2015-01-26 Thread Max Reitz
The tray of an FDD is open iff there is no medium inserted (there are only two states for an FDD: "medium inserted" or "no medium inserted"). This results in the tray being reported as open if qemu has been started with the default floppy drive, which breaks some tests. Fix them. Signed-off-by: M