Re: [PATCH v2 12/15] vfio: add read/write to device IO ops vector

2025-05-05 Thread Cédric Le Goater
On 4/30/25 21:40, John Levon wrote: Now we have the region info cache, add ->region_read/write device I/O operations instead of explicit pread()/pwrite() system calls. --- hw/vfio/device.c | 38 +++ hw/vfio/pci.c | 28 +--

[PATCH v2 12/15] vfio: add read/write to device IO ops vector

2025-04-30 Thread John Levon
Now we have the region info cache, add ->region_read/write device I/O operations instead of explicit pread()/pwrite() system calls. --- hw/vfio/device.c | 38 +++ hw/vfio/pci.c | 28 +- hw/vfio/region.c