The following changes since commit 67f17e23baca5dd545fe98b01169cc351a70fe35:
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2020-03-06 17:15:36 +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 a6f65f4fc217713ee2c78b99baae1cc31c761778: hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logic (2020-03-08 09:27:09 -0400) ---------------------------------------------------------------- virtio, pci, pc: fixes, cleanups, features Bugfixes, cleanups all over the place. Ability to disable hotplug for pci express ports. Signed-off-by: Michael S. Tsirkin <m...@redhat.com> ---------------------------------------------------------------- Jason Wang (1): vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM Julia Suvorova (1): pcie_root_port: Add hotplug disabling option Nick Erdmann (1): vhost-vsock: fix error message output Philippe Mathieu-Daudé (1): hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logic include/hw/pci/pcie.h | 2 +- include/hw/pci/pcie_port.h | 3 +++ hw/i386/intel_iommu.c | 34 ++++++++++++++++++---------------- hw/pci-bridge/pcie_root_port.c | 2 +- hw/pci-bridge/xio3130_downstream.c | 2 +- hw/pci/pcie.c | 11 +++++++---- hw/pci/pcie_port.c | 1 + hw/virtio/vhost-vsock.c | 2 +- hw/virtio/vhost.c | 12 +++++++++++- 9 files changed, 44 insertions(+), 25 deletions(-)