Re: [PATCH V3 17/42] vfio/pci: vfio_notifier_init

2025-05-16 Thread Cédric Le Goater
On 5/12/25 17:32, Steve Sistare wrote: Move event_notifier_init calls to a helper vfio_notifier_init. This version is trivial, but it will be expanded to support CPR in subsequent patches. No functional change. Signed-off-by: Steve Sistare --- hw/vfio/pci.c | 40 +

[PATCH V3 17/42] vfio/pci: vfio_notifier_init

2025-05-12 Thread Steve Sistare
Move event_notifier_init calls to a helper vfio_notifier_init. This version is trivial, but it will be expanded to support CPR in subsequent patches. No functional change. Signed-off-by: Steve Sistare --- hw/vfio/pci.c | 40 +--- 1 file changed, 25 insertions