On 09.05.2017 11:41, Markus Armbruster wrote: > Resynchronize the table of default device suppressions with vl.c's > default_list[]. > > Signed-off-by: Markus Armbruster <arm...@redhat.com> > --- > docs/qdev-device-use.txt | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt > index caf779b..f9f9eaa 100644 > --- a/docs/qdev-device-use.txt > +++ b/docs/qdev-device-use.txt > @@ -401,12 +401,13 @@ type. > some DEVNAMEs: > > default device suppressing DEVNAMEs > - CD-ROM ide-cd, ide-drive, scsi-cd > - isa-fdc's driveA isa-fdc > + CD-ROM ide-cd, ide-drive, ide-hd, scsi-cd, scsi-hd > + isa-fdc's driveA floppy, isa-fdc > parallel isa-parallel > serial isa-serial > - VGA VGA, cirrus-vga, vmware-svga > - virtioconsole virtio-serial-pci, virtio-serial-s390, virtio-serial
virtio-serial-s390 has been removed by commit 7b3fdbd9a8267, so that should be OK. > + VGA VGA, cirrus-vga, isa-vga, isa-cirrus-vga, > + vmware-svga, qxl-vga, virtio-vga > + virtioconsole virtio-serial-pci, virtio-serial > > The default NIC is connected to a default part created along with it. > It is *not* suppressed by configuring a NIC with -device (you may call Reviewed-by: Thomas Huth <th...@redhat.com>