[Qemu-devel] [PULL 0/5] virtio,vhost: fixes

Michael S. Tsirkin posted 5 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1523284856-251254-1-git-send-email-mst@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
docs/interop/vhost-user.txt           | 21 ++++++++++++---------
contrib/libvhost-user/libvhost-user.h |  1 +
hw/block/vhost-user-blk.c             |  4 ++--
hw/char/virtio-serial-bus.c           |  7 +++++--
hw/virtio/vhost-user.c                | 22 ++++++++++++++++++++++
hw/virtio/vhost.c                     | 14 +++++++++-----
6 files changed, 51 insertions(+), 18 deletions(-)
[Qemu-devel] [PULL 0/5] virtio,vhost: fixes
Posted by Michael S. Tsirkin 6 years ago
The following changes since commit 0e87fdc966d05f4e5ad868034fcd8ee2a08ca62d:

  Update version for v2.12.0-rc2 release (2018-04-04 20:37:20 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to d434e5ac5d70e9da7d20e50246af9251a125bdad:

  virtio-serial: fix heap-over-flow (2018-04-09 17:35:46 +0300)

----------------------------------------------------------------
virtio,vhost: fixes

Add a feature flag for new protocol messages.
Misc fixes.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Changpeng Liu (1):
      contrib/libvhost-user: add the protocol feature used for SET/GET message

Dr. David Alan Gilbert (1):
      vhost: Allow adjoining regions

Maxime Coquelin (2):
      vhost-user-blk: set config ops before vhost-user init
      vhost-user: back SET/GET_CONFIG requests with a protocol feature

linzhecheng (1):
      virtio-serial: fix heap-over-flow

 docs/interop/vhost-user.txt           | 21 ++++++++++++---------
 contrib/libvhost-user/libvhost-user.h |  1 +
 hw/block/vhost-user-blk.c             |  4 ++--
 hw/char/virtio-serial-bus.c           |  7 +++++--
 hw/virtio/vhost-user.c                | 22 ++++++++++++++++++++++
 hw/virtio/vhost.c                     | 14 +++++++++-----
 6 files changed, 51 insertions(+), 18 deletions(-)


Re: [Qemu-devel] [PULL 0/5] virtio,vhost: fixes
Posted by Peter Maydell 6 years ago
On 9 April 2018 at 15:42, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 0e87fdc966d05f4e5ad868034fcd8ee2a08ca62d:
>
>   Update version for v2.12.0-rc2 release (2018-04-04 20:37:20 +0100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to d434e5ac5d70e9da7d20e50246af9251a125bdad:
>
>   virtio-serial: fix heap-over-flow (2018-04-09 17:35:46 +0300)
>
> ----------------------------------------------------------------
> virtio,vhost: fixes
>
> Add a feature flag for new protocol messages.
> Misc fixes.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM