qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/10] virtio, pci, pc: bugfixes, checkpatch, maintainers
@ 2020-03-31 14:56 Michael S. Tsirkin
  2020-03-31 14:57 ` [PULL 01/10] checkpatch: enforce process for expected files Michael S. Tsirkin
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Michael S. Tsirkin @ 2020-03-31 14:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

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(-)



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-03-31 16:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-31 14:56 [PULL 00/10] virtio, pci, pc: bugfixes, checkpatch, maintainers Michael S. Tsirkin
2020-03-31 14:57 ` [PULL 01/10] checkpatch: enforce process for expected files Michael S. Tsirkin
2020-03-31 14:57 ` [PULL 02/10] MAINTAINERS: Add myself as virtio-balloon co-maintainer Michael S. Tsirkin
2020-03-31 14:57 ` [PULL 03/10] virtio-serial-bus: Plug memory leak on realize() error paths Michael S. Tsirkin
2020-03-31 14:57 ` [PULL 04/10] acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot() Michael S. Tsirkin
2020-03-31 14:57 ` [PULL 05/10] virtio-blk: delete vqs on the error path in realize() Michael S. Tsirkin
2020-03-31 14:57 ` [PULL 06/10] virtio-iommu: avoid memleak in the unrealize Michael S. Tsirkin
2020-03-31 14:57 ` [PULL 07/10] hw/i386/amd_iommu.c: Fix corruption of log events passed to guest Michael S. Tsirkin
2020-03-31 14:57 ` [PULL 08/10] fix vhost_user_blk_watch crash Michael S. Tsirkin
2020-03-31 14:57 ` [PULL 09/10] acpi: add acpi=OnOffAuto machine property to x86 and arm virt Michael S. Tsirkin
2020-03-31 14:57 ` [PULL 10/10] vhost-vsock: fix double close() in the realize() error path Michael S. Tsirkin
2020-03-31 16:56 ` [PULL 00/10] virtio, pci, pc: bugfixes, checkpatch, maintainers Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).