Hello Eric,
On 8/6/25 14:51, Eric Auger wrote:
Hi Cédric,
On 7/31/25 2:19 PM, Cédric Le Goater wrote:
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.
"tout ça... pour ça!" as we say in french ;-)
It was not for nothing !
vfio-platform explored device passthrough on DT platforms.
It had limitations which were difficult to address without
common FW specifications to expose devices. The result is
neither good or bad, it had its time.
However, the wrong choice would be to keep unused code in an
upstream project. This would be a burden for the maintainer
and the overall community.
Reviewed-by: Eric Auger <eric.au...@redhat.com>
Thanks,
C.