From: "Marc-André Lureau" <marcandre.lureau@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: [Qemu-devel] [PATCH v4 0/3] Add vhost-user-input
Date: Tue, 14 May 2019 12:41:23 +0200 [thread overview]
Message-ID: <20190514104126.6294-1-marcandre.lureau@redhat.com> (raw)
Hi,
v4:
- update "libvhost-user: fix -Werror=format= on ppc64"
v3:
- rebased, fixing some warnings found during merge
v2:
- build fixes
v1: (changes since original v6 series)
- add "libvhost-user: fix -Waddress-of-packed-member" & "util: simplify unix_listen()"
- use unix_listen()
- build vhost-user-input by default (when applicable)
Marc-André Lureau (3):
libvhost-user: fix cast warnings on 32 bits
libvhost-user: fix -Werror=format= on ppc64
contrib: add vhost-user-input
contrib/libvhost-user/libvhost-user.c | 12 +-
contrib/vhost-user-input/main.c | 393 +++++++++++++++++++++++++
MAINTAINERS | 1 +
Makefile | 11 +
Makefile.objs | 1 +
contrib/vhost-user-input/Makefile.objs | 1 +
6 files changed, 414 insertions(+), 5 deletions(-)
create mode 100644 contrib/vhost-user-input/main.c
create mode 100644 contrib/vhost-user-input/Makefile.objs
--
2.21.0.777.g83232e3864
next reply other threads:[~2019-05-14 10:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-14 10:41 Marc-André Lureau [this message]
2019-05-14 10:41 ` [Qemu-devel] [PATCH v4 1/3] libvhost-user: fix cast warnings on 32 bits Marc-André Lureau
2019-05-14 11:50 ` Philippe Mathieu-Daudé
2019-05-14 10:41 ` [Qemu-devel] [PATCH v4 2/3] libvhost-user: fix -Werror=format= on ppc64 Marc-André Lureau
2019-05-14 11:53 ` Philippe Mathieu-Daudé
2019-05-14 12:33 ` Marc-André Lureau
2019-05-22 5:23 ` Gerd Hoffmann
2019-05-22 13:06 ` Marc-André Lureau
2019-05-14 10:41 ` [Qemu-devel] [PATCH v4 3/3] contrib: add vhost-user-input Marc-André Lureau
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=20190514104126.6294-1-marcandre.lureau@redhat.com \
--to=marcandre.lureau@redhat.com \
--cc=kraxel@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 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).