From: David Hildenbrand <david@redhat.com>
To: Stefano Garzarella <sgarzare@redhat.com>, qemu-devel@nongnu.org
Cc: "Gerd Hoffmann" <kraxel@redhat.com>,
"Eric Blake" <eblake@redhat.com>,
"Igor Mammedov" <imammedo@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Laurent Vivier" <lvivier@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Brad Smith" <brad@comstyle.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Coiby Xu" <Coiby.Xu@gmail.com>,
"Markus Armbruster" <armbru@redhat.com>,
slp@redhat.com, "Eduardo Habkost" <eduardo@habkost.net>,
stefanha@redhat.com, "Hanna Reitz" <hreitz@redhat.com>,
"Raphael Norwitz" <raphael@enfabrica.net>,
"Jason Wang" <jasowang@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Kevin Wolf" <kwolf@redhat.com>,
gmaglione@redhat.com, "Thomas Huth" <thuth@redhat.com>,
qemu-block@nongnu.org
Subject: Re: [PATCH v5 07/13] vhost-user: enable frontends on any POSIX system
Date: Thu, 23 May 2024 17:03:50 +0200 [thread overview]
Message-ID: <e939b421-c3ad-4eea-97f9-0a56eb400a44@redhat.com> (raw)
In-Reply-To: <20240523145522.313012-8-sgarzare@redhat.com>
On 23.05.24 16:55, Stefano Garzarella wrote:
> The vhost-user protocol is not really Linux-specific so let's enable
> vhost-user frontends for any POSIX system.
>
> In vhost_net.c we use VHOST_FILE_UNBIND which is defined in a Linux
> specific header, let's define it for other systems as well.
>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
--
Cheers,
David / dhildenb
next prev parent reply other threads:[~2024-05-23 15:05 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-23 14:55 [PATCH v5 00/13] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD) Stefano Garzarella
2024-05-23 14:55 ` [PATCH v5 01/13] libvhost-user: set msg.msg_control to NULL when it is empty Stefano Garzarella
2024-05-23 14:55 ` [PATCH v5 02/13] libvhost-user: fail vu_message_write() if sendmsg() is failing Stefano Garzarella
2024-05-23 15:00 ` David Hildenbrand
2024-05-23 14:55 ` [PATCH v5 03/13] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported Stefano Garzarella
2024-05-23 15:00 ` David Hildenbrand
2024-05-23 14:55 ` [PATCH v5 04/13] vhost-user-server: do not set memory fd non-blocking Stefano Garzarella
2024-05-23 15:01 ` David Hildenbrand
2024-05-23 14:55 ` [PATCH v5 05/13] contrib/vhost-user-blk: fix bind() using the right size of the address Stefano Garzarella
2024-05-23 15:02 ` David Hildenbrand
2024-05-23 14:55 ` [PATCH v5 06/13] contrib/vhost-user-*: use QEMU bswap helper functions Stefano Garzarella
2024-05-23 15:03 ` David Hildenbrand
2024-05-23 14:55 ` [PATCH v5 07/13] vhost-user: enable frontends on any POSIX system Stefano Garzarella
2024-05-23 15:03 ` David Hildenbrand [this message]
2024-05-23 14:55 ` [PATCH v5 08/13] libvhost-user: enable it " Stefano Garzarella
2024-05-23 14:55 ` [PATCH v5 09/13] osdep: move O_DSYNC and O_DIRECT defines from file-posix Stefano Garzarella
2024-05-23 15:09 ` Stefano Garzarella
2024-05-23 15:14 ` Daniel P. Berrangé
2024-05-23 15:21 ` Stefano Garzarella
2024-05-23 14:55 ` [PATCH v5 10/13] contrib/vhost-user-blk: enable it on any POSIX system Stefano Garzarella
2024-05-23 14:55 ` [PATCH v5 11/13] hostmem: add a new memory backend based on POSIX shm_open() Stefano Garzarella
2024-05-23 14:55 ` [PATCH v5 12/13] tests/qtest/vhost-user-blk-test: use memory-backend-shm Stefano Garzarella
2024-05-23 15:06 ` David Hildenbrand
2024-05-23 15:26 ` Stefano Garzarella
2024-05-23 14:55 ` [PATCH v5 13/13] tests/qtest/vhost-user-test: add a test case for memory-backend-shm Stefano Garzarella
2024-05-23 15:06 ` David Hildenbrand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e939b421-c3ad-4eea-97f9-0a56eb400a44@redhat.com \
--to=david@redhat.com \
--cc=Coiby.Xu@gmail.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=brad@comstyle.com \
--cc=eblake@redhat.com \
--cc=eduardo@habkost.net \
--cc=gmaglione@redhat.com \
--cc=hreitz@redhat.com \
--cc=imammedo@redhat.com \
--cc=jasowang@redhat.com \
--cc=kraxel@redhat.com \
--cc=kwolf@redhat.com \
--cc=lvivier@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=raphael@enfabrica.net \
--cc=sgarzare@redhat.com \
--cc=slp@redhat.com \
--cc=stefanha@redhat.com \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.