qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/2] vhost-user-fs: Stateful migration
@ 2023-03-13 17:48 Hanna Czenczek
  2023-03-13 17:48 ` [RFC 1/2] vhost-user: Add interface for virtio-fs migration Hanna Czenczek
  2023-03-13 17:48 ` [RFC 2/2] vhost-user-fs: Implement stateful migration Hanna Czenczek
  0 siblings, 2 replies; 15+ messages in thread
From: Hanna Czenczek @ 2023-03-13 17:48 UTC (permalink / raw)
  To: qemu-devel, virtio-fs
  Cc: Hanna Czenczek, Michael S . Tsirkin, Stefan Hajnoczi,
	Dr . David Alan Gilbert, Juan Quintela

Hi,

Patch 1 of this RFC series adds virtio-fs-specific operations to vhost
for transferring a binary blob of back-end-internal state, and
implements those for vhost-user.

Patch 2 uses those operations to implement stateful migration for
vhost-user-fs devices, assuming the back-end (virtiofsd) supports it.

This is an RFC for multiple reasons, most notably:
- Patch 1 proposes yet undiscussed changes to the vhost protocol, which
  makes it RFC by default.
- Without much experience in the fields of migration or vhost (on the
  qemu side), I hope marking this as an RFC leads to extra scrutiny on
  the reviewer’s side. O:)


Hanna Czenczek (2):
  vhost-user: Add interface for virtio-fs migration
  vhost-user-fs: Implement stateful migration

 include/hw/virtio/vhost-backend.h |   9 ++
 include/hw/virtio/vhost.h         |  68 ++++++++++++
 hw/virtio/vhost-user-fs.c         | 171 +++++++++++++++++++++++++++++-
 hw/virtio/vhost-user.c            | 138 ++++++++++++++++++++++++
 hw/virtio/vhost.c                 |  29 +++++
 5 files changed, 414 insertions(+), 1 deletion(-)

-- 
2.39.1



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-03-22 11:18 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-13 17:48 [RFC 0/2] vhost-user-fs: Stateful migration Hanna Czenczek
2023-03-13 17:48 ` [RFC 1/2] vhost-user: Add interface for virtio-fs migration Hanna Czenczek
2023-03-15 13:58   ` Stefan Hajnoczi
2023-03-15 15:55     ` Hanna Czenczek
2023-03-15 16:33       ` Stefan Hajnoczi
2023-03-17 17:39   ` Anton Kuchin
2023-03-17 17:53     ` [Virtio-fs] " Hanna Czenczek
2023-03-13 17:48 ` [RFC 2/2] vhost-user-fs: Implement stateful migration Hanna Czenczek
2023-03-17 17:19   ` Anton Kuchin
2023-03-17 17:52     ` [Virtio-fs] " Hanna Czenczek
2023-03-17 18:37       ` Anton Kuchin
2023-03-20  9:33         ` Hanna Czenczek
2023-03-20 12:39           ` Anton Kuchin
2023-03-21 17:49             ` Hanna Czenczek
2023-03-22 11:18               ` Anton Kuchin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).