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 <m...@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(-)