On Wed, 20 May 2020 23:38:01 +0530 Kirti Wankhede <kwankhede@xxxxxxxxxx> wrote: > - Defined MIGRATION region type and sub-type. > > - Defined vfio_device_migration_info structure which will be placed at the > 0th offset of migration region to get/set VFIO device related > information. Defined members of structure and usage on read/write access. > > - Defined device states and state transition details. > > - Defined sequence to be followed while saving and resuming VFIO device. > > Signed-off-by: Kirti Wankhede <kwankhede@xxxxxxxxxx> > Reviewed-by: Neo Jia <cjia@xxxxxxxxxx> > --- > include/uapi/linux/vfio.h | 228 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 228 insertions(+) Looks sane to me now. Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>