On 6/10/25 13:56, John Levon wrote:
On Tue, Jun 10, 2025 at 12:42:35PM +0100, Mark Cave-Ayland wrote:
Question: how do you see the division between hw/vfio and hw/vfio-user? My
initial feeling is that there is substantial sharing between the two, in
which case I'd expect the files to be in hw/vfio as e.g.
hw/vfio/container-user.c etc. instead of its own directory.
That was also in the earlier patchsets! Cédric asked for hw/vfio-user - and I
think I actually prefer it myself. The amount we export from hw/vfio is actually
fairly minimal (now).
yes. It looks much better. The interfaces between the core VFIO framework
and the new vfio-user-pci device are clear. This is easier for maintenance
too.
Thanks,
C.