[Qemu-devel] [PULL 0/1] vhost: bugfix

Michael S. Tsirkin posted 1 patch 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1523895458-475479-1-git-send-email-mst@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
hw/virtio/vhost.c | 4 ++++
1 file changed, 4 insertions(+)
[Qemu-devel] [PULL 0/1] vhost: bugfix
Posted by Michael S. Tsirkin 6 years ago
The following changes since commit 38e83a71d02e026d4a6d0ab1ef9855c4924c2c68:

  Update version for v2.12.0-rc3 release (2018-04-11 19:03:24 +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 aebbdbee559389a9f0d0e56670b9332534b6bb9b:

  vhost: do not verify ring mappings when IOMMU is enabled (2018-04-16 19:11:38 +0300)

----------------------------------------------------------------
vhost: bugfix

This fixes a regression in vhost.

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

----------------------------------------------------------------
Jason Wang (1):
      vhost: do not verify ring mappings when IOMMU is enabled

 hw/virtio/vhost.c | 4 ++++
 1 file changed, 4 insertions(+)


Re: [Qemu-devel] [PULL 0/1] vhost: bugfix
Posted by Peter Maydell 6 years ago
On 16 April 2018 at 17:47, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 38e83a71d02e026d4a6d0ab1ef9855c4924c2c68:
>
>   Update version for v2.12.0-rc3 release (2018-04-11 19:03:24 +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 aebbdbee559389a9f0d0e56670b9332534b6bb9b:
>
>   vhost: do not verify ring mappings when IOMMU is enabled (2018-04-16 19:11:38 +0300)
>
> ----------------------------------------------------------------
> vhost: bugfix
>
> This fixes a regression in vhost.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Jason Wang (1):
>       vhost: do not verify ring mappings when IOMMU is enabled
>
>  hw/virtio/vhost.c | 4 ++++
>  1 file changed, 4 insertions(+)

Applied, thanks.

-- PMM