mbox

[0/1] Removes FDs from VhostUserMessage structure

Message ID 20220123115927.76130-1-cfontain@redhat.com (mailing list archive)
Headers

Message

Christophe Fontaine Jan. 23, 2022, 11:59 a.m. UTC
  This patch removes the file descriptors from the struct VhostUserMessage
as it is not part of the spec.
These FDs are moved to a englobing context structure.

Christophe Fontaine (1):
  vhost: Move fds outside of VhostUserMessage

 drivers/net/virtio/virtio_user/vhost_user.c |   1 -
 lib/vhost/vhost_crypto.c                    |  10 +-
 lib/vhost/vhost_user.c                      | 529 ++++++++++----------
 lib/vhost/vhost_user.h                      |   7 +-
 4 files changed, 288 insertions(+), 259 deletions(-)