qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Enable vhost-user to be used on BSD systems
@ 2022-03-02 18:03 Sergio Lopez
  2022-03-02 18:03 ` [PATCH v2 1/3] event_notifier: add event_notifier_get_wfd() Sergio Lopez
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sergio Lopez @ 2022-03-02 18:03 UTC (permalink / raw)
  To: qemu-devel
  Cc: Elena Ufimtseva, John G Johnson, kvm, David Hildenbrand,
	Eric Farman, Alex Williamson, Matthew Rosato, qemu-block,
	Michael S. Tsirkin, Halil Pasic, Christian Borntraeger, vgoyal,
	Thomas Huth, Sergio Lopez, Richard Henderson, qemu-s390x,
	Stefan Hajnoczi, Jagannathan Raman, Kevin Wolf, Cornelia Huck,
	Philippe Mathieu-Daudé, Hanna Reitz, Paolo Bonzini,
	Fam Zheng

Since QEMU is already able to emulate ioeventfd using pipefd, we're already
pretty close to supporting vhost-user on non-Linux systems.

This two patches bridge the gap by:

1. Adding a new event_notifier_get_wfd() to return wfd on the places where
   the peer is expected to write to the notifier.

2. Modifying the build system to it allows enabling vhost-user on BSD.

v1->v2:
  - Drop: "Allow returning EventNotifier's wfd" (Alex Williamson)
  - Add: "event_notifier: add event_notifier_get_wfd()" (Alex Williamson)
  - Add: "vhost: use wfd on functions setting vring call fd"
  - Rename: "Allow building vhost-user in BSD" to "configure, meson: allow
    enabling vhost-user on all POSIX systems"
  - Instead of making possible enabling vhost-user on Linux and BSD systems,
    allow enabling it on all non-Windows platforms. (Paolo)

Sergio Lopez (3):
  event_notifier: add event_notifier_get_wfd()
  vhost: use wfd on functions setting vring call fd
  configure, meson: allow enabling vhost-user on all POSIX systems

 configure                     | 4 ++--
 hw/virtio/vhost.c             | 6 +++---
 include/qemu/event_notifier.h | 1 +
 meson.build                   | 2 +-
 util/event_notifier-posix.c   | 5 +++++
 5 files changed, 12 insertions(+), 6 deletions(-)

-- 
2.35.1




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

end of thread, other threads:[~2022-03-03  9:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-02 18:03 [PATCH v2 0/3] Enable vhost-user to be used on BSD systems Sergio Lopez
2022-03-02 18:03 ` [PATCH v2 1/3] event_notifier: add event_notifier_get_wfd() Sergio Lopez
2022-03-02 18:03 ` [PATCH v2 2/3] vhost: use wfd on functions setting vring call fd Sergio Lopez
2022-03-02 18:03 ` [PATCH v2 3/3] configure, meson: allow enabling vhost-user on all POSIX systems Sergio Lopez
2022-03-03  9:44 ` [PATCH v2 0/3] Enable vhost-user to be used on BSD systems Stefan Hajnoczi

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).