[Qemu-devel] [PULL 0/4] vhost-user patches

Marc-André Lureau posted 4 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171012205330.29942-1-marcandre.lureau@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
contrib/libvhost-user/libvhost-user.h | 19 +++++++++++++++-
contrib/libvhost-user/libvhost-user.c | 43 ++++++++++++++++++++++++++++++-----
tests/vhost-user-bridge.c             |  1 +
3 files changed, 56 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL 0/4] vhost-user patches
Posted by Marc-André Lureau 6 years, 6 months ago
The following changes since commit a0b261db8c030813e30a39eae47359ac2a37f7e2:

  Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging (2017-10-12 10:02:09 +0100)

are available in the Git repository at:

  https://github.com/elmarco/qemu.git tags/vu-pull-request

for you to fetch changes up to 13384f158ce043744cf7542162a34953c7e05a70:

  libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FD (2017-10-12 16:57:50 +0200)

----------------------------------------------------------------

----------------------------------------------------------------

Dr. David Alan Gilbert (4):
  libvhost-user: vu_queue_started
  vhost-user-bridge: Only process received packets on started queues
  libvhost-user: Update and fix feature and request lists
  libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FD

 contrib/libvhost-user/libvhost-user.h | 19 +++++++++++++++-
 contrib/libvhost-user/libvhost-user.c | 43 ++++++++++++++++++++++++++++++-----
 tests/vhost-user-bridge.c             |  1 +
 3 files changed, 56 insertions(+), 7 deletions(-)

-- 
2.15.0.rc0.40.gaefcc5f6f


Re: [Qemu-devel] [PULL 0/4] vhost-user patches
Posted by Peter Maydell 6 years, 6 months ago
On 12 October 2017 at 21:53, Marc-André Lureau
<marcandre.lureau@redhat.com> wrote:
> The following changes since commit a0b261db8c030813e30a39eae47359ac2a37f7e2:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging (2017-10-12 10:02:09 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/elmarco/qemu.git tags/vu-pull-request
>
> for you to fetch changes up to 13384f158ce043744cf7542162a34953c7e05a70:
>
>   libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FD (2017-10-12 16:57:50 +0200)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Dr. David Alan Gilbert (4):
>   libvhost-user: vu_queue_started
>   vhost-user-bridge: Only process received packets on started queues
>   libvhost-user: Update and fix feature and request lists
>   libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FD
>
>  contrib/libvhost-user/libvhost-user.h | 19 +++++++++++++++-
>  contrib/libvhost-user/libvhost-user.c | 43 ++++++++++++++++++++++++++++++-----
>  tests/vhost-user-bridge.c             |  1 +
>  3 files changed, 56 insertions(+), 7 deletions(-)

Applied, thanks.

-- PMM