All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1] vhost-user: Adapt payload of SET_LOG_BASE regarding support of VHOST_USER_PROTOCOL_F_LOG_SHMFD
@ 2015-11-16 16:14 Thibaut Collet
  2015-11-16 16:14 ` [Qemu-devel] [PATCH 1/1] vhost-user: modify SET_LOG_BASE only if VHOST_USER_PROTOCOL_F_LOG_SHMFD is set Thibaut Collet
  0 siblings, 1 reply; 6+ messages in thread
From: Thibaut Collet @ 2015-11-16 16:14 UTC (permalink / raw)
  To: thibaut.collet, qemu-devel, mst, marcandre.lureau, victork

For compatibility with old vhost backend (as vapp) payload of SET_LOG_BASE can
not be modified.
New payload (log size and offset) of this message is sent only for vhost backend
that supports the VHOST_USER_PROTOCOL_F_LOG_SHMFD protocol feature.

Thibaut Collet (1):
  vhost-user: modify SET_LOG_BASE only if
    VHOST_USER_PROTOCOL_F_LOG_SHMFD is set

 docs/specs/vhost-user.txt | 16 ++++++++++++++--
 hw/virtio/vhost-user.c    | 12 +++++++++---
 2 files changed, 23 insertions(+), 5 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-11-16 20:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-16 16:14 [Qemu-devel] [PATCH 0/1] vhost-user: Adapt payload of SET_LOG_BASE regarding support of VHOST_USER_PROTOCOL_F_LOG_SHMFD Thibaut Collet
2015-11-16 16:14 ` [Qemu-devel] [PATCH 1/1] vhost-user: modify SET_LOG_BASE only if VHOST_USER_PROTOCOL_F_LOG_SHMFD is set Thibaut Collet
2015-11-16 16:21   ` Michael S. Tsirkin
2015-11-16 16:53     ` Thibaut Collet
2015-11-16 17:09       ` Michael S. Tsirkin
2015-11-16 20:37         ` Thibaut Collet

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.