qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] vfio: Remove 'vfio-platform'
@ 2025-09-01  6:46 Cédric Le Goater
  2025-09-01  6:46 ` [PATCH v2 1/8] hw/arm/virt: Include 'system/system.h' Cédric Le Goater
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Cédric Le Goater @ 2025-09-01  6:46 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-arm, Eric Auger, Peter Maydell, Alex Williamson,
	Cédric Le Goater

Hello, 

The VFIO_PLATFORM device type has been deprecated in the QEMU 10.0
timeframe. QEMU 10.2 is the time for removal.

The last patch moves vfio-region.h under hw/vfio since it no longer
needs to be a public VFIO interface.

Thanks,

C.

Changes in v2:

 - Fixed 'system/system.h' include for the arm virt machine and a
   couple more models

Cédric Le Goater (8):
  hw/arm/virt: Include 'system/system.h'
  hw/isa/superio: Include 'system/system.h'
  hw/mips/loongson3_virt: Include 'system/system.h'
  hw/mips/malta: Include 'system/system.h'
  vfio: Remove 'vfio-amd-xgbe' device
  vfio: Remove 'vfio-calxeda-xgmac' device
  vfio: Remove 'vfio-platform'
  vfio: Move vfio-region.h under hw/vfio/

 docs/about/deprecated.rst             |  25 -
 docs/about/removed-features.rst       |  25 +
 docs/devel/kconfig.rst                |   2 -
 {include/hw => hw}/vfio/vfio-region.h |   0
 include/hw/vfio/vfio-amd-xgbe.h       |  46 --
 include/hw/vfio/vfio-calxeda-xgmac.h  |  43 --
 include/hw/vfio/vfio-device.h         |   2 +-
 include/hw/vfio/vfio-platform.h       |  78 ---
 hw/arm/virt.c                         |   6 +-
 hw/core/sysbus-fdt.c                  | 383 --------------
 hw/isa/isa-superio.c                  |   1 +
 hw/mips/loongson3_virt.c              |   1 +
 hw/mips/malta.c                       |   1 +
 hw/vfio/amd-xgbe.c                    |  61 ---
 hw/vfio/calxeda-xgmac.c               |  61 ---
 hw/vfio/platform.c                    | 716 --------------------------
 hw/arm/Kconfig                        |   3 -
 hw/vfio/Kconfig                       |  16 -
 hw/vfio/meson.build                   |   3 -
 hw/vfio/trace-events                  |  11 -
 20 files changed, 30 insertions(+), 1454 deletions(-)
 rename {include/hw => hw}/vfio/vfio-region.h (100%)
 delete mode 100644 include/hw/vfio/vfio-amd-xgbe.h
 delete mode 100644 include/hw/vfio/vfio-calxeda-xgmac.h
 delete mode 100644 include/hw/vfio/vfio-platform.h
 delete mode 100644 hw/vfio/amd-xgbe.c
 delete mode 100644 hw/vfio/calxeda-xgmac.c
 delete mode 100644 hw/vfio/platform.c

-- 
2.51.0



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-09-08 14:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-01  6:46 [PATCH v2 0/8] vfio: Remove 'vfio-platform' Cédric Le Goater
2025-09-01  6:46 ` [PATCH v2 1/8] hw/arm/virt: Include 'system/system.h' Cédric Le Goater
2025-09-01  6:46 ` [PATCH v2 2/8] hw/isa/superio: " Cédric Le Goater
2025-09-02 10:46   ` Philippe Mathieu-Daudé
2025-09-01  6:46 ` [PATCH v2 3/8] hw/mips/loongson3_virt: " Cédric Le Goater
2025-09-02 10:46   ` Philippe Mathieu-Daudé
2025-09-01  6:46 ` [PATCH v2 4/8] hw/mips/malta: " Cédric Le Goater
2025-09-02 10:46   ` Philippe Mathieu-Daudé
2025-09-01  6:46 ` [PATCH v2 5/8] vfio: Remove 'vfio-amd-xgbe' device Cédric Le Goater
2025-09-01  6:46 ` [PATCH v2 6/8] vfio: Remove 'vfio-calxeda-xgmac' device Cédric Le Goater
2025-09-01  6:46 ` [PATCH v2 7/8] vfio: Remove 'vfio-platform' Cédric Le Goater
2025-09-01  6:46 ` [PATCH v2 8/8] vfio: Move vfio-region.h under hw/vfio/ Cédric Le Goater
2025-09-02 10:48 ` [PATCH v2 0/8] vfio: Remove 'vfio-platform' Philippe Mathieu-Daudé
2025-09-08 14:14 ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).