Re: [PATCH v5 2/9] vfio: tolerate migration protocol v1 uapi renames

2022-04-19 Thread Pierre Morel
On 4/12/22 18:07, Matthew Rosato wrote: On 4/12/22 11:50 AM, Pierre Morel wrote: On 4/4/22 20:17, Matthew Rosato wrote: The v1 uapi is deprecated and will be replaced by v2 at some point; this patch just tolerates the renaming of uapi fields to reflect v1 / deprecated status. Signed-off-b

Re: [PATCH v5 2/9] vfio: tolerate migration protocol v1 uapi renames

2022-04-12 Thread Matthew Rosato
On 4/12/22 11:50 AM, Pierre Morel wrote: On 4/4/22 20:17, Matthew Rosato wrote: The v1 uapi is deprecated and will be replaced by v2 at some point; this patch just tolerates the renaming of uapi fields to reflect v1 / deprecated status. Signed-off-by: Matthew Rosato ---   hw/vfio/common.c   

Re: [PATCH v5 2/9] vfio: tolerate migration protocol v1 uapi renames

2022-04-12 Thread Pierre Morel
On 4/4/22 20:17, Matthew Rosato wrote: The v1 uapi is deprecated and will be replaced by v2 at some point; this patch just tolerates the renaming of uapi fields to reflect v1 / deprecated status. Signed-off-by: Matthew Rosato --- hw/vfio/common.c| 2 +- hw/vfio/migration.c | 19 +

[PATCH v5 2/9] vfio: tolerate migration protocol v1 uapi renames

2022-04-04 Thread Matthew Rosato
The v1 uapi is deprecated and will be replaced by v2 at some point; this patch just tolerates the renaming of uapi fields to reflect v1 / deprecated status. Signed-off-by: Matthew Rosato --- hw/vfio/common.c| 2 +- hw/vfio/migration.c | 19 +++ 2 files changed, 12 insertions