Re: [PATCH V8 28/39] vfio-pci: cpr part 2 (msi)

2022-07-06 Thread Steven Sistare
On 6/29/2022 4:19 PM, Alex Williamson wrote: > On Wed, 15 Jun 2022 07:52:15 -0700 > Steve Sistare wrote: > >> Finish cpr for vfio-pci MSI/MSI-X devices by preserving eventfd's and >> vector state. >> >> Signed-off-by: Steve Sistare >> --- >> hw/vfio/pci.c | 122 >> +

Re: [PATCH V8 28/39] vfio-pci: cpr part 2 (msi)

2022-06-29 Thread Alex Williamson
On Wed, 15 Jun 2022 07:52:15 -0700 Steve Sistare wrote: > Finish cpr for vfio-pci MSI/MSI-X devices by preserving eventfd's and > vector state. > > Signed-off-by: Steve Sistare > --- > hw/vfio/pci.c | 122 > +- > 1 file changed, 121 inse

[PATCH V8 28/39] vfio-pci: cpr part 2 (msi)

2022-06-15 Thread Steve Sistare
Finish cpr for vfio-pci MSI/MSI-X devices by preserving eventfd's and vector state. Signed-off-by: Steve Sistare --- hw/vfio/pci.c | 122 +- 1 file changed, 121 insertions(+), 1 deletion(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index