[Qemu-devel] [PATCH v3 0/3] Add vhost-user-input

Marc-André Lureau posted 3 patches 4 years, 10 months ago
Test docker-clang@ubuntu failed
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190513183325.8596-1-marcandre.lureau@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>
There is a newer version of this series
contrib/libvhost-user/libvhost-user.c  |  11 +-
contrib/vhost-user-input/main.c        | 393 +++++++++++++++++++++++++
MAINTAINERS                            |   1 +
Makefile                               |  11 +
Makefile.objs                          |   1 +
contrib/vhost-user-input/Makefile.objs |   1 +
6 files changed, 413 insertions(+), 5 deletions(-)
create mode 100644 contrib/vhost-user-input/main.c
create mode 100644 contrib/vhost-user-input/Makefile.objs
[Qemu-devel] [PATCH v3 0/3] Add vhost-user-input
Posted by Marc-André Lureau 4 years, 10 months ago
Hi,

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  |  11 +-
 contrib/vhost-user-input/main.c        | 393 +++++++++++++++++++++++++
 MAINTAINERS                            |   1 +
 Makefile                               |  11 +
 Makefile.objs                          |   1 +
 contrib/vhost-user-input/Makefile.objs |   1 +
 6 files changed, 413 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