Re: [PATCH V3 19/42] vfio/pci: vfio_notifier_init cpr parameters

2025-05-16 Thread Cédric Le Goater
On 5/12/25 17:32, Steve Sistare wrote: Pass vdev and nr to vfio_notifier_init, for use by CPR in a subsequent patch. No functional change. Signed-off-by: Steve Sistare Reviewed-by: Cédric Le Goater Thanks, C. --- hw/vfio/pci.c | 22 ++ 1 file changed, 14 inserti

[PATCH V3 19/42] vfio/pci: vfio_notifier_init cpr parameters

2025-05-12 Thread Steve Sistare
Pass vdev and nr to vfio_notifier_init, for use by CPR in a subsequent patch. No functional change. Signed-off-by: Steve Sistare --- hw/vfio/pci.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index dad6209..bfeaafa 100