mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
vfio: Remove 'vfio-calxeda-xgmac' device
The VFIO_XGMAC device type has been deprecated in the QEMU 10.0 timeframe. Remove it. Reviewed-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Alex Williamson <alex.williamson@redhat.com> Link: https://lore.kernel.org/qemu-devel/20250901064631.530723-7-clg@redhat.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
@@ -491,13 +491,6 @@ which is not enough for all types of use cases, use ``reconnect-ms`` instead.
|
||||
VFIO device options
|
||||
'''''''''''''''''''
|
||||
|
||||
``-device vfio-calxeda-xgmac`` (since 10.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
The vfio-calxeda-xgmac device allows to assign a host Calxeda Highbank
|
||||
10Gb XGMAC Ethernet controller device ("calxeda,hb-xgmac" compatibility
|
||||
string) to a guest. Calxeda HW has been ewasted now and there is no point
|
||||
keeping that device.
|
||||
|
||||
``-device vfio-platform`` (since 10.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
The vfio-platform device allows to assign a host platform device
|
||||
|
||||
@@ -1283,6 +1283,13 @@ device driver such as RBD.
|
||||
VFIO devices
|
||||
------------
|
||||
|
||||
``-device vfio-calxeda-xgmac`` (since 10.2)
|
||||
'''''''''''''''''''''''''''''''''''''''''''
|
||||
The vfio-calxeda-xgmac device allows to assign a host Calxeda Highbank
|
||||
10Gb XGMAC Ethernet controller device ("calxeda,hb-xgmac" compatibility
|
||||
string) to a guest. Calxeda HW has been ewasted now and there is no point
|
||||
keeping that device.
|
||||
|
||||
``-device vfio-amd-xgbe`` (since 10.2)
|
||||
''''''''''''''''''''''''''''''''''''''
|
||||
The vfio-amd-xgbe device allows to assign a host AMD 10GbE controller
|
||||
|
||||
@@ -59,7 +59,6 @@ stanza like the following::
|
||||
config ARM_VIRT
|
||||
bool
|
||||
imply PCI_DEVICES
|
||||
imply VFIO_XGMAC
|
||||
select A15MPCORE
|
||||
select ACPI
|
||||
select ARM_SMMUV3
|
||||
|
||||
Reference in New Issue
Block a user