The following changes since commit a4f667b6714916683408b983cfe0a615a725775f:
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into staging (2019-05-21 16:30:13 +0100) are available in the Git repository at: git://git.kraxel.org/qemu tags/input-20190522-pull-request for you to fetch changes up to 06914c97d3ade856371c9a59cbe6a9b13422471f: contrib: add vhost-user-input (2019-05-22 07:16:58 +0200) ---------------------------------------------------------------- input: add vhost-user-input to contrib. ---------------------------------------------------------------- Marc-André Lureau (3): libvhost-user: fix cast warnings on 32 bits libvhost-user: fix -Werror=format= on ppc64 contrib: add vhost-user-input Makefile | 11 + Makefile.objs | 1 + contrib/libvhost-user/libvhost-user.c | 12 +- contrib/vhost-user-input/main.c | 393 +++++++++++++++++++++++++ MAINTAINERS | 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.18.1