All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] vhost-vsock: fixes for seqpacket support
@ 2021-09-21 16:16 Stefano Garzarella
  2021-09-21 16:16 ` [PATCH v2 1/2] vhost-vsock: fix migration issue when seqpacket is supported Stefano Garzarella
  2021-09-21 16:16 ` [PATCH v2 2/2] vhost-vsock: handle common features in vhost-vsock-common Stefano Garzarella
  0 siblings, 2 replies; 3+ messages in thread
From: Stefano Garzarella @ 2021-09-21 16:16 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P. Berrangé,
	Eduardo Habkost, Jiang Wang, Michael S. Tsirkin, Stefan Hajnoczi,
	Arseny Krasnov

This series includes 2 patches: the first is similar of v1, but using
OnOffAuto property.
The second patch moves the `seqpacket` handling in the vhost-vsock-common
class to reuse the same code/properties also in vhost-user-vsock devices.

Perhaps the patches can be merged into a single one, but to simplify the
backport I left them separate.

v1: https://lore.kernel.org/qemu-devel/20210907124935.147164-1-sgarzare@redhat.com/

v2:
- used OnOffAuto `seqpacket` property instead of boolean `features` [stefanha]
- moved `seqpacket` property to vhost-vsock-common class

Stefano Garzarella (2):
  vhost-vsock: fix migration issue when seqpacket is supported
  vhost-vsock: handle common features in vhost-vsock-common

 include/hw/virtio/vhost-vsock-common.h |  5 +++++
 hw/core/machine.c                      |  5 ++++-
 hw/virtio/vhost-user-vsock.c           |  4 +++-
 hw/virtio/vhost-vsock-common.c         | 31 ++++++++++++++++++++++++++
 hw/virtio/vhost-vsock.c                | 11 +--------
 5 files changed, 44 insertions(+), 12 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2021-09-21 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 16:16 [PATCH v2 0/2] vhost-vsock: fixes for seqpacket support Stefano Garzarella
2021-09-21 16:16 ` [PATCH v2 1/2] vhost-vsock: fix migration issue when seqpacket is supported Stefano Garzarella
2021-09-21 16:16 ` [PATCH v2 2/2] vhost-vsock: handle common features in vhost-vsock-common Stefano Garzarella

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.