Re: [Qemu-block] [PATCH v5 10/38] hw/block/fdc: Implement tray status

2015-09-18 Thread Eric Blake
On 09/18/2015 09:22 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"). > > Signed-off-by: Max Reitz > --- > hw/block/fdc.c | 20 >

[Qemu-block] [PATCH v5 10/38] hw/block/fdc: Implement tray status

2015-09-18 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"). Signed-off-by: Max Reitz --- hw/block/fdc.c | 20 tests/fdc-test.c | 4 +--- 2 files changed, 17