summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/932490
blob: eebe53654b77869d9d6226cec4ca405d60f3348c (plain) (blame)
1
2
3
4
5
6
7
8
9
Qemu fails on -fda /dev/fd0 when no medium is present

# qemu-system-x86_64 --version
QEMU emulator version 1.0 (qemu-kvm-1.0), Copyright (c) 2003-2008 Fabrice Bellard

# qemu-system-x86_64 -fda /dev/fd0
qemu-system-x86_64: -fda /dev/fd0: could not open disk image /dev/fd0: No such device or address

Starting with a medium (floppy disk) inserted, then removing or changing the medium works fine.