[PULL 00/10] virtio, pci, pc: bugfixes, checkpatch, maintainers

Michael S. Tsirkin posted 10 patches 4 years ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200331145631.135630-1-mst@redhat.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <lvivier@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Eric Auger <eric.auger@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Amit Shah <amit@kernel.org>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Shannon Zhao <shannon.zhaosl@gmail.com>, Stefan Hajnoczi <stefanha@redhat.com>, Richard Henderson <rth@twiddle.net>
include/hw/acpi/acpi.h             |  1 -
include/hw/arm/virt.h              |  2 ++
include/hw/i386/x86.h              |  3 +++
include/hw/virtio/vhost-user-blk.h |  1 -
hw/acpi/pcihp.c                    |  2 +-
hw/arm/virt-acpi-build.c           |  2 +-
hw/arm/virt.c                      | 36 ++++++++++++++++++++++++++++++++++--
hw/block/vhost-user-blk.c          | 19 -------------------
hw/block/virtio-blk.c              |  3 +++
hw/char/virtio-serial-bus.c        |  2 +-
hw/i386/acpi-build.c               |  2 +-
hw/i386/amd_iommu.c                |  2 +-
hw/i386/pc.c                       |  4 ++--
hw/i386/pc_piix.c                  |  2 +-
hw/i386/x86.c                      | 32 ++++++++++++++++++++++++++++++++
hw/virtio/vhost-vsock.c            |  6 +++++-
hw/virtio/virtio-iommu.c           |  3 +++
softmmu/vl.c                       |  4 ++--
MAINTAINERS                        |  9 +++++++++
scripts/checkpatch.pl              | 25 +++++++++++++++++++++++++
20 files changed, 126 insertions(+), 34 deletions(-)
[PULL 00/10] virtio, pci, pc: bugfixes, checkpatch, maintainers
Posted by Michael S. Tsirkin 4 years ago
The following changes since commit 5acad5bf480321f178866dc28e38eeda5a3f19bb:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2020-03-28 00:27:04 +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 e82cdba3945340f524ba153170d52800dbd55ca4:

  vhost-vsock: fix double close() in the realize() error path (2020-03-31 10:54:28 -0400)

----------------------------------------------------------------
virtio, pci, pc: bugfixes, checkpatch, maintainers

Bugfixes all over the place.
Add a new balloon maintainer.
A checkpatch enhancement to enforce ACPI change rules.

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

----------------------------------------------------------------
David Hildenbrand (1):
      MAINTAINERS: Add myself as virtio-balloon co-maintainer

Gerd Hoffmann (1):
      acpi: add acpi=OnOffAuto machine property to x86 and arm virt

Igor Mammedov (1):
      acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot()

Li Feng (1):
      fix vhost_user_blk_watch crash

Michael S. Tsirkin (1):
      checkpatch: enforce process for expected files

Pan Nengyuan (3):
      virtio-serial-bus: Plug memory leak on realize() error paths
      virtio-blk: delete vqs on the error path in realize()
      virtio-iommu: avoid memleak in the unrealize

Peter Maydell (1):
      hw/i386/amd_iommu.c: Fix corruption of log events passed to guest

Stefano Garzarella (1):
      vhost-vsock: fix double close() in the realize() error path

 include/hw/acpi/acpi.h             |  1 -
 include/hw/arm/virt.h              |  2 ++
 include/hw/i386/x86.h              |  3 +++
 include/hw/virtio/vhost-user-blk.h |  1 -
 hw/acpi/pcihp.c                    |  2 +-
 hw/arm/virt-acpi-build.c           |  2 +-
 hw/arm/virt.c                      | 36 ++++++++++++++++++++++++++++++++++--
 hw/block/vhost-user-blk.c          | 19 -------------------
 hw/block/virtio-blk.c              |  3 +++
 hw/char/virtio-serial-bus.c        |  2 +-
 hw/i386/acpi-build.c               |  2 +-
 hw/i386/amd_iommu.c                |  2 +-
 hw/i386/pc.c                       |  4 ++--
 hw/i386/pc_piix.c                  |  2 +-
 hw/i386/x86.c                      | 32 ++++++++++++++++++++++++++++++++
 hw/virtio/vhost-vsock.c            |  6 +++++-
 hw/virtio/virtio-iommu.c           |  3 +++
 softmmu/vl.c                       |  4 ++--
 MAINTAINERS                        |  9 +++++++++
 scripts/checkpatch.pl              | 25 +++++++++++++++++++++++++
 20 files changed, 126 insertions(+), 34 deletions(-)


Re: [PULL 00/10] virtio, pci, pc: bugfixes, checkpatch, maintainers
Posted by Peter Maydell 4 years ago
On Tue, 31 Mar 2020 at 15:57, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> The following changes since commit 5acad5bf480321f178866dc28e38eeda5a3f19bb:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2020-03-28 00:27:04 +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 e82cdba3945340f524ba153170d52800dbd55ca4:
>
>   vhost-vsock: fix double close() in the realize() error path (2020-03-31 10:54:28 -0400)
>
> ----------------------------------------------------------------
> virtio, pci, pc: bugfixes, checkpatch, maintainers
>
> Bugfixes all over the place.
> Add a new balloon maintainer.
> A checkpatch enhancement to enforce ACPI change rules.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>


Applied, thanks.

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

-- PMM