Re: [PATCH V5.1] pci: skip reset during cpr

2025-06-10 Thread Michael S. Tsirkin
On Tue, Jun 10, 2025 at 10:26:43AM -0700, Steve Sistare wrote: > Do not reset a vfio-pci device during CPR. > > Signed-off-by: Steve Sistare Acked-by: Michael S. Tsirkin > --- > hw/pci/pci.c | 5 + > hw/vfio/pci.c| 7 +++ > include/hw/pci/pci.h | 2 ++ > 3 files chang

[PATCH V5.1] pci: skip reset during cpr

2025-06-10 Thread Steve Sistare
Do not reset a vfio-pci device during CPR. Signed-off-by: Steve Sistare --- hw/pci/pci.c | 5 + hw/vfio/pci.c| 7 +++ include/hw/pci/pci.h | 2 ++ 3 files changed, 14 insertions(+) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index 9b4bf48..c70b5ce 100644 --- a/hw/pci/pci.c