diff options
| author | Cédric Le Goater <clg@redhat.com> | 2025-09-01 08:46:29 +0200 |
|---|---|---|
| committer | Cédric Le Goater <clg@redhat.com> | 2025-09-08 16:46:31 +0200 |
| commit | 8ebc416ac17a71aec267df1ca5cb5301cc6c4906 (patch) | |
| tree | 8f8122de7b8fce103f199f0cea5d165b0a8f39bf /hw/arm/virt.c | |
| parent | aeb1a50d4a7f464a8ff0a66e0beec2a5e1ef6342 (diff) | |
| download | focaccia-qemu-8ebc416ac17a71aec267df1ca5cb5301cc6c4906.tar.gz focaccia-qemu-8ebc416ac17a71aec267df1ca5cb5301cc6c4906.zip | |
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>
Diffstat (limited to 'hw/arm/virt.c')
| -rw-r--r-- | hw/arm/virt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 75fb157f6c..6a887228bb 100644 --- a/hw/arm/virt.c +++ b/hw/arm/virt.c @@ -38,7 +38,7 @@ #include "hw/arm/primecell.h" #include "hw/arm/virt.h" #include "hw/block/flash.h" -#include "hw/vfio/vfio-calxeda-xgmac.h" +#include "hw/vfio/vfio-platform.h" #include "hw/display/ramfb.h" #include "net/net.h" #include "system/device_tree.h" @@ -3217,7 +3217,6 @@ static void virt_machine_class_init(ObjectClass *oc, const void *data) * configuration of the particular instance. */ mc->max_cpus = 512; - machine_class_allow_dynamic_sysbus_dev(mc, TYPE_VFIO_CALXEDA_XGMAC); machine_class_allow_dynamic_sysbus_dev(mc, TYPE_RAMFB_DEVICE); machine_class_allow_dynamic_sysbus_dev(mc, TYPE_VFIO_PLATFORM); machine_class_allow_dynamic_sysbus_dev(mc, TYPE_UEFI_VARS_SYSBUS); |