Re: [PATCH V6 18/27] vfio-pci: refactor for cpr

2021-08-23 Thread Steven Sistare
Thanks for reviewing, and sorry for the delayed response, I just returned from vacation. On 8/10/2021 12:53 PM, Alex Williamson wrote: > On Fri, 6 Aug 2021 14:43:52 -0700 > Steve Sistare wrote: > >> Export vfio_address_spaces and vfio_listener_skipped_section. >> Add optional name arg to vfio_

Re: [PATCH V6 18/27] vfio-pci: refactor for cpr

2021-08-10 Thread Alex Williamson
On Fri, 6 Aug 2021 14:43:52 -0700 Steve Sistare wrote: > Export vfio_address_spaces and vfio_listener_skipped_section. > Add optional name arg to vfio_add_kvm_msi_virq. > Refactor vector use into a helper vfio_vector_init. > All for use by cpr in a subsequent patch. No functional change. Why i

[PATCH V6 18/27] vfio-pci: refactor for cpr

2021-08-06 Thread Steve Sistare
Export vfio_address_spaces and vfio_listener_skipped_section. Add optional name arg to vfio_add_kvm_msi_virq. Refactor vector use into a helper vfio_vector_init. All for use by cpr in a subsequent patch. No functional change. Signed-off-by: Steve Sistare --- hw/vfio/common.c | 4 +