fdc: Deprecate configuring floppies with -global isa-fdc
commit4a27a638e718b445648de6b27c709353551d9b44
authorMarkus Armbruster <armbru@redhat.com>
Mon, 22 Jun 2020 09:42:17 +0000 (22 11:42 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 23 Jun 2020 14:07:07 +0000 (23 16:07 +0200)
tree4511b7a1bbaf023c708c56feee59eac342e37de1
parentfed2c1731c3dfdcf2d69a3ba73da01a80950bcfd
fdc: Deprecate configuring floppies with -global isa-fdc

Deprecate

    -global isa-fdc.driveA=...
    -global isa-fdc.driveB=...

in favour of

    -device floppy,unit=0,drive=...
    -device floppy,unit=1,drive=...

Same for the other floppy controller devices.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: John Snow <jsnow@redhat.com>
Message-Id: <20200622094227.1271650-7-armbru@redhat.com>
docs/qdev-device-use.txt
docs/system/deprecated.rst
hw/block/fdc.c
tests/qemu-iotests/172.out