Re: [PATCH V3 11/22] vfio-pci: refactor for cpr

2021-05-21 Thread Steven Sistare
On 5/21/2021 5:07 PM, Alex Williamson wrote: > On Fri, 21 May 2021 09:33:13 -0400 > Steven Sistare wrote: > >> On 5/19/2021 6:38 PM, Alex Williamson wrote: >>> On Fri, 7 May 2021 05:25:09 -0700 >>> Steve Sistare wrote: >>> Export vfio_address_spaces and vfio_listener_skipped_section. >>

Re: [PATCH V3 11/22] vfio-pci: refactor for cpr

2021-05-21 Thread Alex Williamson
On Fri, 21 May 2021 09:33:13 -0400 Steven Sistare wrote: > On 5/19/2021 6:38 PM, Alex Williamson wrote: > > On Fri, 7 May 2021 05:25:09 -0700 > > Steve Sistare wrote: > > > >> Export vfio_address_spaces and vfio_listener_skipped_section. > >> Add optional eventfd arg to vfio_add_kvm_msi_virq

Re: [PATCH V3 11/22] vfio-pci: refactor for cpr

2021-05-21 Thread Steven Sistare
On 5/19/2021 6:38 PM, Alex Williamson wrote: > On Fri, 7 May 2021 05:25:09 -0700 > Steve Sistare wrote: > >> Export vfio_address_spaces and vfio_listener_skipped_section. >> Add optional eventfd arg to vfio_add_kvm_msi_virq. >> Refactor vector use into a helper vfio_vector_init. >> All for use b

Re: [PATCH V3 11/22] vfio-pci: refactor for cpr

2021-05-19 Thread Alex Williamson
On Fri, 7 May 2021 05:25:09 -0700 Steve Sistare wrote: > Export vfio_address_spaces and vfio_listener_skipped_section. > Add optional eventfd 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. >

[PATCH V3 11/22] vfio-pci: refactor for cpr

2021-05-07 Thread Steve Sistare
Export vfio_address_spaces and vfio_listener_skipped_section. Add optional eventfd 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 |