From: "Cédric Le Goater" <clg@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org, "Eric Auger" <eric.auger@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Alex Williamson" <alex.williamson@redhat.com>,
	"Cédric Le Goater" <clg@redhat.com>
Subject: [PATCH for-10.2 0/4] vfio: Remove 'vfio-platform'
Date: Thu, 31 Jul 2025 14:19:43 +0200	[thread overview]
Message-ID: <20250731121947.1346927-1-clg@redhat.com> (raw)
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.
Cédric Le Goater (4):
  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                         |   5 -
 hw/core/sysbus-fdt.c                  | 383 --------------
 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 -
 17 files changed, 26 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.50.1
next             reply	other threads:[~2025-07-31 12:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-31 12:19 Cédric Le Goater [this message]
2025-07-31 12:19 ` [PATCH for-10.2 1/4] vfio: Remove 'vfio-amd-xgbe' device Cédric Le Goater
2025-07-31 12:19 ` [PATCH for-10.2 2/4] vfio: Remove 'vfio-calxeda-xgmac' device Cédric Le Goater
2025-07-31 12:19 ` [PATCH for-10.2 3/4] vfio: Remove 'vfio-platform' Cédric Le Goater
2025-08-06 14:52   ` Eric Auger
2025-08-06 15:36     ` Cédric Le Goater
2025-07-31 12:19 ` [PATCH for-10.2 4/4] vfio: Move vfio-region.h under hw/vfio/ Cédric Le Goater
2025-07-31 14:32 ` [PATCH for-10.2 0/4] vfio: Remove 'vfio-platform' Alex Williamson
2025-08-06 12:51 ` Eric Auger
2025-08-06 15:54   ` Cédric Le Goater
2025-08-06 15:58     ` Eric Auger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=20250731121947.1346927-1-clg@redhat.com \
    --to=clg@redhat.com \
    --cc=alex.williamson@redhat.com \
    --cc=eric.auger@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
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).