Re: [PATCH V4 23/43] vfio/pci: export MSI functions

2025-06-01 Thread Cédric Le Goater
On 5/29/25 21:24, Steve Sistare wrote: Export various MSI functions, renamed with a vfio_pci prefix, for use by CPR in subsequent patches. No functional change. Signed-off-by: Steve Sistare Reviewed-by: Cédric Le Goater Thanks, C. --- hw/vfio/pci.h | 8 hw/vfio/pci.c | 29

[PATCH V4 23/43] vfio/pci: export MSI functions

2025-05-29 Thread Steve Sistare
Export various MSI functions, renamed with a vfio_pci prefix, for use by CPR in subsequent patches. No functional change. Signed-off-by: Steve Sistare --- hw/vfio/pci.h | 8 hw/vfio/pci.c | 29 + 2 files changed, 25 insertions(+), 12 deletions(-) diff --gi