Re: [PATCH V1 11/26] vfio-pci: skip reset during cpr

2025-02-04 Thread Steven Sistare
On 2/4/2025 9:56 AM, Cédric Le Goater wrote: On 1/29/25 15:43, 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 V1 11/26] vfio-pci: skip reset during cpr

2025-02-04 Thread Cédric Le Goater
On 1/29/25 15:43, 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 V1 11/26] vfio-pci: skip reset during cpr

2025-01-29 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/pci.c | 37 +++