[PULL 0/3] virtio, pc: fixes

Michael S. Tsirkin posted 3 patches 5 years, 11 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191125084403.324866-1-mst@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Richard Henderson <rth@twiddle.net>, "Michael S. Tsirkin" <mst@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/i386/intel_iommu_internal.h | 18 +++++++++++-------
hw/i386/intel_iommu.c          | 40 +++++++++++++++++++++++-----------------
hw/input/virtio-input.c        |  3 +++
3 files changed, 37 insertions(+), 24 deletions(-)
[PULL 0/3] virtio, pc: fixes
Posted by Michael S. Tsirkin 5 years, 11 months ago
The following changes since commit 2061735ff09f9d5e67c501a96227b470e7de69b1:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-11-21 17:18:40 +0000)

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 e48929c787ed0ebed87877c97ac90c3a47ef7dda:

  intel_iommu: TM field should not be in reserved bits (2019-11-25 03:42:58 -0500)

----------------------------------------------------------------
virtio, pc: fixes

More small bugfixes.

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

----------------------------------------------------------------
Marc-André Lureau (1):
      virtio-input: fix memory leak on unrealize

Qi, Yadong (2):
      intel_iommu: refine SL-PEs reserved fields checking
      intel_iommu: TM field should not be in reserved bits

 hw/i386/intel_iommu_internal.h | 18 +++++++++++-------
 hw/i386/intel_iommu.c          | 40 +++++++++++++++++++++++-----------------
 hw/input/virtio-input.c        |  3 +++
 3 files changed, 37 insertions(+), 24 deletions(-)


Re: [PULL 0/3] virtio, pc: fixes
Posted by Peter Maydell 5 years, 11 months ago
On Mon, 25 Nov 2019 at 08:44, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> The following changes since commit 2061735ff09f9d5e67c501a96227b470e7de69b1:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-11-21 17:18:40 +0000)
>
> 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 e48929c787ed0ebed87877c97ac90c3a47ef7dda:
>
>   intel_iommu: TM field should not be in reserved bits (2019-11-25 03:42:58 -0500)
>
> ----------------------------------------------------------------
> virtio, pc: fixes
>
> More small bugfixes.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM