mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
Revert "Add new PCI ID for i82559a"
This reverts commit 5e89dc0113 since:
- we should use ID in the spec instead the one used by OEM
- in the future, we should allow changing id through either property
or EEPROM file.
Cc: Stefan Weil <sw@weilnetz.de>
Cc: Michael Nawrocki <michael.nawrocki@gtri.gatech.edu>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
@@ -2047,7 +2047,7 @@ that the card should have; this option currently only affects virtio cards; set
|
||||
@var{v} = 0 to disable MSI-X. If no @option{-net} option is specified, a single
|
||||
NIC is created. QEMU can emulate several different models of network card.
|
||||
Valid values for @var{type} are
|
||||
@code{virtio}, @code{i82551}, @code{i82557b}, @code{i82559a}, @code{i82559er},
|
||||
@code{virtio}, @code{i82551}, @code{i82557b}, @code{i82559er},
|
||||
@code{ne2k_pci}, @code{ne2k_isa}, @code{pcnet}, @code{rtl8139},
|
||||
@code{e1000}, @code{smc91c111}, @code{lance} and @code{mcf_fec}.
|
||||
Not all devices are supported on all targets. Use @code{-net nic,model=help}
|
||||
|
||||
Reference in New Issue
Block a user