Re: [PATCH V1 10/26] vfio-pci: refactor for cpr

2025-02-04 Thread Steven Sistare
On 2/4/2025 9:39 AM, Cédric Le Goater wrote: On 1/29/25 15:43, Steve Sistare wrote: Refactor vector use into a helper vfio_vector_init. Add vfio_notifier_init and vfio_notifier_cleanup for named notifiers, and pass additional arguments to vfio_remove_kvm_msi_virq. All for use by CPR in a subseq

Re: [PATCH V1 10/26] vfio-pci: refactor for cpr

2025-02-04 Thread Cédric Le Goater
On 1/29/25 15:43, Steve Sistare wrote: Refactor vector use into a helper vfio_vector_init. Add vfio_notifier_init and vfio_notifier_cleanup for named notifiers, and pass additional arguments to vfio_remove_kvm_msi_virq. All for use by CPR in a subsequent patch. No functional change. Signed-off

[PATCH V1 10/26] vfio-pci: refactor for cpr

2025-01-29 Thread Steve Sistare
Refactor vector use into a helper vfio_vector_init. Add vfio_notifier_init and vfio_notifier_cleanup for named notifiers, and pass additional arguments to vfio_remove_kvm_msi_virq. All for use by CPR in a subsequent patch. No functional change. Signed-off-by: Steve Sistare --- hw/vfio/pci.c |