Re: [PATCH V3 15/42] vfio-pci: skip reset during cpr

2025-05-20 Thread Steven Sistare
On 5/20/2025 2:48 AM, Cédric Le Goater wrote: On 5/12/25 17:32, Steve Sistare wrote: Do not reset a vfio-pci device during CPR, and do not complain if the kernel's PCI config space changes for non-emulated bits between the vmstate save and load, which can happen due to ongoing interrupt activity

Re: [PATCH V3 15/42] vfio-pci: skip reset during cpr

2025-05-20 Thread Cédric Le Goater
On 5/12/25 17:32, Steve Sistare wrote: Do not reset a vfio-pci device during CPR, and do not complain if the kernel's PCI config space changes for non-emulated bits between the vmstate save and load, which can happen due to ongoing interrupt activity. Signed-off-by: Steve Sistare --- hw/vfio/

[PATCH V3 15/42] vfio-pci: skip reset during cpr

2025-05-12 Thread Steve Sistare
Do not reset a vfio-pci device during CPR, and do not complain if the kernel's PCI config space changes for non-emulated bits between the vmstate save and load, which can happen due to ongoing interrupt activity. Signed-off-by: Steve Sistare --- hw/vfio/cpr.c | 31 ++