Am 20.07.2015 um 19:45 hat Max Reitz geschrieben: > 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: Max Reitz <mre...@redhat.com> > Reviewed-by: Eric Blake <ebl...@redhat.com> > --- > hw/block/fdc.c | 20 ++++++++++++---- > tests/fdc-test.c | 4 +--- > tests/qemu-iotests/067.out | 60 > +++++++--------------------------------------- > tests/qemu-iotests/071.out | 2 -- > tests/qemu-iotests/081.out | 1 - > tests/qemu-iotests/087.out | 6 ----- > 6 files changed, 25 insertions(+), 68 deletions(-)
The test cases seem to need some rebasing. Kevin