hw/block/fdc: Add description to floppy controllers
commit9362984f569a5b979714dfba556e370847d5fb87
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 14 Jun 2021 19:32:20 +0000 (14 21:32 +0200)
committerJohn Snow <jsnow@redhat.com>
Fri, 25 Jun 2021 12:53:28 +0000 (25 08:53 -0400)
treecdd266f5050563bb42f70f78e545e9b1fcf4c2e3
parent1430759ec3e4cb92da224d739c914a0e8d78d786
hw/block/fdc: Add description to floppy controllers

Change the '-device help' output from:

  Storage devices:
  name "floppy", bus floppy-bus, desc "virtual floppy drive"
  name "isa-fdc", bus ISA

to:

  Storage devices:
  name "floppy", bus floppy-bus, desc "virtual floppy drive"
  name "isa-fdc", bus ISA, desc "virtual floppy controller"

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20210614193220.2007159-7-philmd@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
hw/block/fdc-isa.c
hw/block/fdc-sysbus.c