The following changes since commit 36609b4fa36f0ac934874371874416f7533a5408:
Merge remote-tracking branch 'remotes/palmer/tags/palmer-for-master-4.2-sf1' into staging (2019-11-02 17:59:03 +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 fcccb271e0894bc04078ababb29d3d5e06b79892: virtio: notify virtqueue via host notifier when available (2019-11-06 06:35:00 -0500) ---------------------------------------------------------------- virtio, pci: fixes A couple of bugfixes. Signed-off-by: Michael S. Tsirkin <m...@redhat.com> ---------------------------------------------------------------- Alex Williamson (2): pci: Use PCI aliases when determining device IOMMU address space hw/i386: AMD-Vi IVRS DMA alias support Stefan Hajnoczi (1): virtio: notify virtqueue via host notifier when available include/hw/virtio/virtio.h | 1 + hw/i386/acpi-build.c | 127 ++++++++++++++++++++++++++++++++++++++++++--- hw/pci/pci.c | 43 +++++++++++++-- hw/virtio/virtio-bus.c | 4 ++ hw/virtio/virtio.c | 9 +++- 5 files changed, 173 insertions(+), 11 deletions(-)