Re: [PATCH v3 01/17] migration: Remove res_compatible parameter

2022-11-24 Thread Avihai Horon
On 23/11/2022 20:23, Dr. David Alan Gilbert wrote: External email: Use caution opening links or attachments * Avihai Horon (avih...@nvidia.com) wrote: On 08/11/2022 19:52, Vladimir Sementsov-Ogievskiy wrote: External email: Use caution opening links or attachments On 11/3/22 19:16, Avihai

Re: [PATCH v3 01/17] migration: Remove res_compatible parameter

2022-11-23 Thread Dr. David Alan Gilbert
* Avihai Horon (avih...@nvidia.com) wrote: > > On 08/11/2022 19:52, Vladimir Sementsov-Ogievskiy wrote: > > External email: Use caution opening links or attachments > > > > > > On 11/3/22 19:16, Avihai Horon wrote: > > > From: Juan Quintela > > > > > > It was only used for RAM, and in that cas

Re: [PATCH v3 01/17] migration: Remove res_compatible parameter

2022-11-20 Thread Avihai Horon
Ping. On 10/11/2022 15:36, Avihai Horon wrote: On 08/11/2022 19:52, Vladimir Sementsov-Ogievskiy wrote: External email: Use caution opening links or attachments On 11/3/22 19:16, Avihai Horon wrote: From: Juan Quintela It was only used for RAM, and in that case, it means that this amount

Re: [PATCH v3 01/17] migration: Remove res_compatible parameter

2022-11-10 Thread Avihai Horon
On 08/11/2022 19:52, Vladimir Sementsov-Ogievskiy wrote: External email: Use caution opening links or attachments On 11/3/22 19:16, Avihai Horon wrote: From: Juan Quintela It was only used for RAM, and in that case, it means that this amount of data was sent for memory. Not clear for me,

Re: [PATCH v3 01/17] migration: Remove res_compatible parameter

2022-11-08 Thread Vladimir Sementsov-Ogievskiy
On 11/3/22 19:16, Avihai Horon wrote: From: Juan Quintela It was only used for RAM, and in that case, it means that this amount of data was sent for memory. Not clear for me, what means "this amount of data was sent for memory"... That amount of data was not yet sent, actually. Just delet

[PATCH v3 01/17] migration: Remove res_compatible parameter

2022-11-03 Thread Avihai Horon
From: Juan Quintela It was only used for RAM, and in that case, it means that this amount of data was sent for memory. Just delete the field in all callers. Signed-off-by: Juan Quintela --- hw/s390x/s390-stattrib.c | 6 ++ hw/vfio/migration.c| 10 -- hw/vfio/tra