Re: [PATCH] hw/pci: migration: Skip config space check for vendor specific capability during restore/load

2024-02-09 Thread Vinayak Kale
On 02/02/24 5:33 am, Alex Williamson wrote: On Thu, 1 Feb 2024 13:10:48 -0500 "Michael S. Tsirkin" wrote: On Thu, Feb 01, 2024 at 11:08:58PM +0530, Vinayak Kale wrote: On 31/01/24 11:08 pm, Alex Williamson wrote: On Wed, 31 Jan 2024 15:22:59 +0530 Vinayak Kale wrote: On 31/01/24 12:2

Re: [PATCH] hw/pci: migration: Skip config space check for vendor specific capability during restore/load

2024-02-01 Thread Alex Williamson
On Thu, 1 Feb 2024 13:10:48 -0500 "Michael S. Tsirkin" wrote: > On Thu, Feb 01, 2024 at 11:08:58PM +0530, Vinayak Kale wrote: > > > > On 31/01/24 11:08 pm, Alex Williamson wrote: > > > > > > On Wed, 31 Jan 2024 15:22:59 +0530 > > > Vinayak Kale wrote: > > > > > > > On 31/01/24 12:28 am, A

Re: [PATCH] hw/pci: migration: Skip config space check for vendor specific capability during restore/load

2024-02-01 Thread Michael S. Tsirkin
On Thu, Feb 01, 2024 at 11:08:58PM +0530, Vinayak Kale wrote: > > On 31/01/24 11:08 pm, Alex Williamson wrote: > > > > On Wed, 31 Jan 2024 15:22:59 +0530 > > Vinayak Kale wrote: > > > > > On 31/01/24 12:28 am, Alex Williamson wrote: > > > > > > > > On Tue, 30 Jan 2024 23:32:26 +0530 > > > > Vi

Re: [PATCH] hw/pci: migration: Skip config space check for vendor specific capability during restore/load

2024-02-01 Thread Vinayak Kale
On 31/01/24 11:08 pm, Alex Williamson wrote: On Wed, 31 Jan 2024 15:22:59 +0530 Vinayak Kale wrote: On 31/01/24 12:28 am, Alex Williamson wrote: On Tue, 30 Jan 2024 23:32:26 +0530 Vinayak Kale wrote: Missed adding Michael, Marcel, Alex and Avihai earlier, apologies. Regards, Vinayak

Re: [PATCH] hw/pci: migration: Skip config space check for vendor specific capability during restore/load

2024-01-31 Thread Alex Williamson
On Wed, 31 Jan 2024 15:22:59 +0530 Vinayak Kale wrote: > On 31/01/24 12:28 am, Alex Williamson wrote: > > > > On Tue, 30 Jan 2024 23:32:26 +0530 > > Vinayak Kale wrote: > > > >> Missed adding Michael, Marcel, Alex and Avihai earlier, apologies. > >> > >> Regards, > >> Vinayak > >> > >> On 30

Re: [PATCH] hw/pci: migration: Skip config space check for vendor specific capability during restore/load

2024-01-31 Thread Vinayak Kale
On 31/01/24 12:28 am, Alex Williamson wrote: On Tue, 30 Jan 2024 23:32:26 +0530 Vinayak Kale wrote: Missed adding Michael, Marcel, Alex and Avihai earlier, apologies. Regards, Vinayak On 30/01/24 3:26 pm, Vinayak Kale wrote: In case of migration, during restore operation, qemu checks th

Re: [PATCH] hw/pci: migration: Skip config space check for vendor specific capability during restore/load

2024-01-30 Thread Alex Williamson
On Tue, 30 Jan 2024 23:32:26 +0530 Vinayak Kale wrote: > Missed adding Michael, Marcel, Alex and Avihai earlier, apologies. > > Regards, > Vinayak > > On 30/01/24 3:26 pm, Vinayak Kale wrote: > > In case of migration, during restore operation, qemu checks the config > > space of the pci device

Re: [PATCH] hw/pci: migration: Skip config space check for vendor specific capability during restore/load

2024-01-30 Thread Vinayak Kale
Missed adding Michael, Marcel, Alex and Avihai earlier, apologies. Regards, Vinayak On 30/01/24 3:26 pm, Vinayak Kale wrote: In case of migration, during restore operation, qemu checks the config space of the pci device with the config space in the migration stream captured during save operati

[PATCH] hw/pci: migration: Skip config space check for vendor specific capability during restore/load

2024-01-30 Thread Vinayak Kale
In case of migration, during restore operation, qemu checks the config space of the pci device with the config space in the migration stream captured during save operation. In case of config space data mismatch, restore operation is failed. config space check is done in function get_pci_config_d