Am 24.05.2012 11:02, schrieb Pavel Hrdina: > This patch series fixes handling of FDC when you don't have media inserted. > Guest should see floppy drive if you start guest without media and should > detect that there is no media in drive. > > Signed-off-by: Pavel Hrdina <phrd...@redhat.com> > > Pavel Hrdina (3): > fdc: floppy drive should be visible after start without media > fdc: fix media detection > fdc-test: introduced qtest no_media_on_start and cmos qtest for > floppy > > hw/fdc.c | 14 ++++++----- > hw/pc.c | 2 +- > tests/fdc-test.c | 65 +++++++++++++++++++++++++++++++++++++++-------------- > 3 files changed, 57 insertions(+), 24 deletions(-) >
Thanks, applied all to the block branch for 1.1. Kevin