[PULL 0/9] pc,virtio,pci: bugfixes

Michael S. Tsirkin posted 9 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210401180235.226321-1-mst@redhat.com
Maintainers: Igor Mammedov <imammedo@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Raphael Norwitz <raphael.norwitz@nutanix.com>, Aurelien Jarno <aurelien@aurel32.net>, Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
hw/acpi/piix4.c           |  7 +++++
hw/block/vhost-user-blk.c | 79 ++++++++++++++++++++++++++++-------------------
hw/isa/vt82c686.c         | 18 ++++++++++-
hw/pci/pci.c              |  3 ++
hw/virtio/virtio-pci.c    | 16 +++++++---
5 files changed, 87 insertions(+), 36 deletions(-)
[PULL 0/9] pc,virtio,pci: bugfixes
Posted by Michael S. Tsirkin 3 years ago
The following changes since commit 1bd16067b652cce41a9214d0c62c73d5b45ab4b1:

  Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-03-31 16:38:49 +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 8ddf54324858ce5e35272efa449f27fc0a19f957:

  pci: sprinkle assert in PCI pin number (2021-04-01 12:19:52 -0400)

----------------------------------------------------------------
pc,virtio,pci: bugfixes

Fixes all over the place.

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

----------------------------------------------------------------
Denis Plotnikov (3):
      vhost-user-blk: use different event handlers on initialization
      vhost-user-blk: perform immediate cleanup if disconnect on initialization
      vhost-user-blk: add immediate cleanup on shutdown

Isaku Yamahata (4):
      acpi/piix4: reinitialize acpi PM device on reset
      vt82c686.c: don't raise SCI when PCI_INTERRUPT_PIN isn't setup
      isa/v582c686: Reinitialize ACPI PM device on reset
      pci: sprinkle assert in PCI pin number

Yuri Benditovich (2):
      virtio-pci: add check for vdev in virtio_pci_isr_read
      virtio-pci: remove explicit initialization of val

 hw/acpi/piix4.c           |  7 +++++
 hw/block/vhost-user-blk.c | 79 ++++++++++++++++++++++++++++-------------------
 hw/isa/vt82c686.c         | 18 ++++++++++-
 hw/pci/pci.c              |  3 ++
 hw/virtio/virtio-pci.c    | 16 +++++++---
 5 files changed, 87 insertions(+), 36 deletions(-)


Re: [PULL 0/9] pc,virtio,pci: bugfixes
Posted by Peter Maydell 3 years ago
On Thu, 1 Apr 2021 at 19:02, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> The following changes since commit 1bd16067b652cce41a9214d0c62c73d5b45ab4b1:
>
>   Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-03-31 16:38:49 +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 8ddf54324858ce5e35272efa449f27fc0a19f957:
>
>   pci: sprinkle assert in PCI pin number (2021-04-01 12:19:52 -0400)
>
> ----------------------------------------------------------------
> pc,virtio,pci: bugfixes
>
> Fixes all over the place.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>


Applied, thanks.

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

-- PMM