mbox series

[v3,0/1] virtio-fs: implement option for stateless migration.

Message ID 20230217170038.1273710-1-antonkuchin@yandex-team.ru (mailing list archive)
Headers show
Series virtio-fs: implement option for stateless migration. | expand

Message

Anton Kuchin Feb. 17, 2023, 5 p.m. UTC
v3:
 - Remove migration_type from migration stream
 - Use enum type for migration_type
 - Get rid of useless cast
 - Fix typos
 - Reword commit message

v2:
 - Use device property instead of migration capability

Anton Kuchin (1):
  vhost-user-fs: add migration type property

 hw/core/qdev-properties-system.c    | 10 +++++++++
 hw/virtio/vhost-user-fs.c           | 32 ++++++++++++++++++++++++++++-
 include/hw/qdev-properties-system.h |  1 +
 include/hw/virtio/vhost-user-fs.h   |  2 ++
 qapi/migration.json                 | 16 +++++++++++++++
 5 files changed, 60 insertions(+), 1 deletion(-)