From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [PULL 00/33] pci, pc, virtio: fixes, features
Date: Mon, 5 Nov 2018 13:14:30 -0500 [thread overview]
Message-ID: <20181105181353.39804-1-mst@redhat.com> (raw)
The following changes since commit b2f7a038bb4c4fc5ce6b8486e8513dfd97665e2a:
Merge remote-tracking branch 'remotes/rth/tags/pull-softfloat-20181104' into staging (2018-11-05 10:32:49 +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 6196df5c8e6688c1c3f06f73442820066335337c:
vhost-scsi: prevent using uninitialized vqs (2018-11-05 12:59:35 -0500)
----------------------------------------------------------------
pci, pc, virtio: fixes, features
AMD IOMMU VAPIC support + fixes all over the place.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Gerd Hoffmann (1):
pci-testdev: add optional memory bar
Laszlo Ersek (4):
MAINTAINERS: list "tests/acpi-test-data" files in ACPI/SMBIOS section
hw/pci-host/x86: extract get_pci_hole64_start_value() helpers
hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base
tests/bios-tables-test: add 64-bit PCI MMIO aperture round-up test on Q35
Li Qiang (3):
i440fx: use ARRAY_SIZE for pam_regions
piix: use TYPE_FOO constants than string constats
piix_pci: fix i440fx data sheet link
Mao Zhongyi (1):
pci_bridge: fix typo in comment
Michael S. Tsirkin (1):
bios-tables-test: prepare expected files for mmio64
Peter Maydell (4):
tests: Move tests/acpi-test-data/ to tests/data/acpi/
tests: Move tests/hex-loader-check-data/ to tests/data/hex-loader/
configure: Rename FILES variable to LINKS
configure: Use LINKS loop for all build tree symlinks
Peter Xu (4):
intel_iommu: introduce vtd_reset_caches()
intel_iommu: better handling of dmar state switch
intel_iommu: move ce fetching out when sync shadow
intel_iommu: handle invalid ce for shadow sync
Philippe Mathieu-Daudé (3):
hw/pci-bridge/xio3130: Remove unused functions
hw/pci-bridge/ioh3420: Remove unuseful header
hw/pci: Add missing include
Singh, Brijesh (9):
x86_iommu: move the kernel-irqchip check in common code
x86_iommu: move vtd_generate_msi_message in common file
x86_iommu/amd: remove V=1 check from amdvi_validate_dte()
x86_iommu/amd: make the address space naming consistent with intel-iommu
x86_iommu/amd: Prepare for interrupt remap support
x86_iommu/amd: Add interrupt remap support when VAPIC is not enabled
i386: acpi: add IVHD device entry for IOAPIC
x86_iommu/amd: Add interrupt remap support when VAPIC is enabled
x86_iommu/amd: Enable Guest virtual APIC support
Yaowei Bai (1):
virtio-blk: fix comment for virtio_blk_rw_complete
Yongji Xie (1):
vhost-user-blk: start vhost when guest kicks
yuchenlin (1):
vhost-scsi: prevent using uninitialized vqs
docs/specs/pci-testdev.txt | 15 +-
configure | 57 ++-
hw/i386/amd_iommu.h | 96 ++++-
hw/pci-bridge/ioh3420.h | 6 -
hw/pci-bridge/xio3130_downstream.h | 11 -
hw/pci-bridge/xio3130_upstream.h | 10 -
include/hw/i386/intel_iommu.h | 59 ---
include/hw/i386/x86-iommu.h | 66 ++++
include/hw/pci/pci_bus.h | 2 +
hw/block/vhost-user-blk.c | 25 ++
hw/block/virtio-blk.c | 4 +-
hw/i386/acpi-build.c | 31 +-
hw/i386/amd_iommu.c | 414 ++++++++++++++++++++-
hw/i386/intel_iommu.c | 131 +++----
hw/i386/x86-iommu.c | 33 ++
hw/misc/pci-testdev.c | 19 +
hw/pci-bridge/ioh3420.c | 2 +-
hw/pci-bridge/xio3130_downstream.c | 28 +-
hw/pci-bridge/xio3130_upstream.c | 24 +-
hw/pci-host/piix.c | 34 +-
hw/pci-host/q35.c | 17 +-
hw/pci/pci_bridge.c | 2 +-
hw/scsi/vhost-scsi.c | 2 +-
tests/bios-tables-test.c | 18 +-
tests/hexloader-test.c | 2 +-
MAINTAINERS | 4 +-
hw/i386/trace-events | 14 +
tests/{acpi-test-data => data/acpi}/pc/APIC | Bin
tests/{acpi-test-data => data/acpi}/pc/APIC.cphp | Bin
.../{acpi-test-data => data/acpi}/pc/APIC.dimmpxm | Bin
tests/{acpi-test-data => data/acpi}/pc/DSDT | Bin
tests/{acpi-test-data => data/acpi}/pc/DSDT.bridge | Bin
tests/{acpi-test-data => data/acpi}/pc/DSDT.cphp | Bin
.../{acpi-test-data => data/acpi}/pc/DSDT.dimmpxm | Bin
.../{acpi-test-data => data/acpi}/pc/DSDT.ipmikcs | Bin
tests/{acpi-test-data => data/acpi}/pc/DSDT.memhp | Bin
.../{acpi-test-data => data/acpi}/pc/DSDT.numamem | Bin
tests/{acpi-test-data => data/acpi}/pc/FACP | Bin
tests/{acpi-test-data => data/acpi}/pc/FACS | Bin
tests/{acpi-test-data => data/acpi}/pc/HPET | Bin
.../{acpi-test-data => data/acpi}/pc/NFIT.dimmpxm | Bin
tests/{acpi-test-data => data/acpi}/pc/SLIT.cphp | Bin
tests/{acpi-test-data => data/acpi}/pc/SLIT.memhp | Bin
tests/{acpi-test-data => data/acpi}/pc/SRAT.cphp | Bin
.../{acpi-test-data => data/acpi}/pc/SRAT.dimmpxm | Bin
tests/{acpi-test-data => data/acpi}/pc/SRAT.memhp | Bin
.../{acpi-test-data => data/acpi}/pc/SRAT.numamem | Bin
.../{acpi-test-data => data/acpi}/pc/SSDT.dimmpxm | Bin
tests/{acpi-test-data => data/acpi}/q35/APIC | Bin
tests/{acpi-test-data => data/acpi}/q35/APIC.cphp | Bin
.../{acpi-test-data => data/acpi}/q35/APIC.dimmpxm | Bin
tests/{acpi-test-data => data/acpi}/q35/DSDT | Bin
.../{acpi-test-data => data/acpi}/q35/DSDT.bridge | Bin
tests/{acpi-test-data => data/acpi}/q35/DSDT.cphp | Bin
.../{acpi-test-data => data/acpi}/q35/DSDT.dimmpxm | Bin
.../{acpi-test-data => data/acpi}/q35/DSDT.ipmibt | Bin
tests/{acpi-test-data => data/acpi}/q35/DSDT.memhp | Bin
tests/data/acpi/q35/DSDT.mmio64 | Bin 0 -> 8947 bytes
.../{acpi-test-data => data/acpi}/q35/DSDT.numamem | Bin
tests/{acpi-test-data => data/acpi}/q35/FACP | Bin
tests/{acpi-test-data => data/acpi}/q35/FACS | Bin
tests/{acpi-test-data => data/acpi}/q35/HPET | Bin
tests/{acpi-test-data => data/acpi}/q35/MCFG | Bin
.../{acpi-test-data => data/acpi}/q35/NFIT.dimmpxm | Bin
tests/{acpi-test-data => data/acpi}/q35/SLIT.cphp | Bin
tests/{acpi-test-data => data/acpi}/q35/SLIT.memhp | Bin
tests/{acpi-test-data => data/acpi}/q35/SRAT.cphp | Bin
.../{acpi-test-data => data/acpi}/q35/SRAT.dimmpxm | Bin
tests/{acpi-test-data => data/acpi}/q35/SRAT.memhp | Bin
tests/data/acpi/q35/SRAT.mmio64 | Bin 0 -> 224 bytes
.../{acpi-test-data => data/acpi}/q35/SRAT.numamem | Bin
.../{acpi-test-data => data/acpi}/q35/SSDT.dimmpxm | Bin
.../acpi}/rebuild-expected-aml.sh | 2 -
.../hex-loader}/test.hex | 0
74 files changed, 838 insertions(+), 290 deletions(-)
delete mode 100644 hw/pci-bridge/ioh3420.h
delete mode 100644 hw/pci-bridge/xio3130_downstream.h
delete mode 100644 hw/pci-bridge/xio3130_upstream.h
rename tests/{acpi-test-data => data/acpi}/pc/APIC (100%)
rename tests/{acpi-test-data => data/acpi}/pc/APIC.cphp (100%)
rename tests/{acpi-test-data => data/acpi}/pc/APIC.dimmpxm (100%)
rename tests/{acpi-test-data => data/acpi}/pc/DSDT (100%)
rename tests/{acpi-test-data => data/acpi}/pc/DSDT.bridge (100%)
rename tests/{acpi-test-data => data/acpi}/pc/DSDT.cphp (100%)
rename tests/{acpi-test-data => data/acpi}/pc/DSDT.dimmpxm (100%)
rename tests/{acpi-test-data => data/acpi}/pc/DSDT.ipmikcs (100%)
rename tests/{acpi-test-data => data/acpi}/pc/DSDT.memhp (100%)
rename tests/{acpi-test-data => data/acpi}/pc/DSDT.numamem (100%)
rename tests/{acpi-test-data => data/acpi}/pc/FACP (100%)
rename tests/{acpi-test-data => data/acpi}/pc/FACS (100%)
rename tests/{acpi-test-data => data/acpi}/pc/HPET (100%)
rename tests/{acpi-test-data => data/acpi}/pc/NFIT.dimmpxm (100%)
rename tests/{acpi-test-data => data/acpi}/pc/SLIT.cphp (100%)
rename tests/{acpi-test-data => data/acpi}/pc/SLIT.memhp (100%)
rename tests/{acpi-test-data => data/acpi}/pc/SRAT.cphp (100%)
rename tests/{acpi-test-data => data/acpi}/pc/SRAT.dimmpxm (100%)
rename tests/{acpi-test-data => data/acpi}/pc/SRAT.memhp (100%)
rename tests/{acpi-test-data => data/acpi}/pc/SRAT.numamem (100%)
rename tests/{acpi-test-data => data/acpi}/pc/SSDT.dimmpxm (100%)
rename tests/{acpi-test-data => data/acpi}/q35/APIC (100%)
rename tests/{acpi-test-data => data/acpi}/q35/APIC.cphp (100%)
rename tests/{acpi-test-data => data/acpi}/q35/APIC.dimmpxm (100%)
rename tests/{acpi-test-data => data/acpi}/q35/DSDT (100%)
rename tests/{acpi-test-data => data/acpi}/q35/DSDT.bridge (100%)
rename tests/{acpi-test-data => data/acpi}/q35/DSDT.cphp (100%)
rename tests/{acpi-test-data => data/acpi}/q35/DSDT.dimmpxm (100%)
rename tests/{acpi-test-data => data/acpi}/q35/DSDT.ipmibt (100%)
rename tests/{acpi-test-data => data/acpi}/q35/DSDT.memhp (100%)
create mode 100644 tests/data/acpi/q35/DSDT.mmio64
rename tests/{acpi-test-data => data/acpi}/q35/DSDT.numamem (100%)
rename tests/{acpi-test-data => data/acpi}/q35/FACP (100%)
rename tests/{acpi-test-data => data/acpi}/q35/FACS (100%)
rename tests/{acpi-test-data => data/acpi}/q35/HPET (100%)
rename tests/{acpi-test-data => data/acpi}/q35/MCFG (100%)
rename tests/{acpi-test-data => data/acpi}/q35/NFIT.dimmpxm (100%)
rename tests/{acpi-test-data => data/acpi}/q35/SLIT.cphp (100%)
rename tests/{acpi-test-data => data/acpi}/q35/SLIT.memhp (100%)
rename tests/{acpi-test-data => data/acpi}/q35/SRAT.cphp (100%)
rename tests/{acpi-test-data => data/acpi}/q35/SRAT.dimmpxm (100%)
rename tests/{acpi-test-data => data/acpi}/q35/SRAT.memhp (100%)
create mode 100644 tests/data/acpi/q35/SRAT.mmio64
rename tests/{acpi-test-data => data/acpi}/q35/SRAT.numamem (100%)
rename tests/{acpi-test-data => data/acpi}/q35/SSDT.dimmpxm (100%)
rename tests/{acpi-test-data => data/acpi}/rebuild-expected-aml.sh (86%)
rename tests/{hex-loader-check-data => data/hex-loader}/test.hex (100%)
next reply other threads:[~2018-11-05 18:14 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-05 18:14 Michael S. Tsirkin [this message]
2018-11-05 18:14 ` [Qemu-devel] [PULL 01/33] tests: Move tests/acpi-test-data/ to tests/data/acpi/ Michael S. Tsirkin
2018-11-06 13:27 ` Philippe Mathieu-Daudé
2018-11-05 18:14 ` [Qemu-devel] [PULL 02/33] tests: Move tests/hex-loader-check-data/ to tests/data/hex-loader/ Michael S. Tsirkin
2018-11-06 13:27 ` Philippe Mathieu-Daudé
2018-11-06 14:13 ` Michael S. Tsirkin
2018-11-06 15:15 ` Philippe Mathieu-Daudé
2018-11-06 15:31 ` Peter Maydell
2018-11-06 16:02 ` Michael S. Tsirkin
2018-11-06 16:08 ` Michael S. Tsirkin
2018-11-06 16:16 ` Laurent Vivier
2018-11-08 10:24 ` Stefan Hajnoczi
2018-11-08 14:30 ` Laurent Vivier
2018-11-08 15:15 ` Philippe Mathieu-Daudé
2018-11-05 18:14 ` [Qemu-devel] [PULL 03/33] configure: Rename FILES variable to LINKS Michael S. Tsirkin
2018-11-06 13:27 ` Philippe Mathieu-Daudé
2018-11-05 18:14 ` [Qemu-devel] [PULL 04/33] configure: Use LINKS loop for all build tree symlinks Michael S. Tsirkin
2018-11-05 18:15 ` [Qemu-devel] [PULL 05/33] virtio-blk: fix comment for virtio_blk_rw_complete Michael S. Tsirkin
2018-11-06 3:17 ` Dongli Zhang
2018-11-06 3:44 ` Michael S. Tsirkin
2018-11-05 18:15 ` [Qemu-devel] [PULL 06/33] intel_iommu: introduce vtd_reset_caches() Michael S. Tsirkin
2018-11-05 18:15 ` [Qemu-devel] [PULL 07/33] intel_iommu: better handling of dmar state switch Michael S. Tsirkin
2018-11-05 18:15 ` [Qemu-devel] [PULL 08/33] intel_iommu: move ce fetching out when sync shadow Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 09/33] intel_iommu: handle invalid ce for shadow sync Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 10/33] vhost-user-blk: start vhost when guest kicks Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 11/33] x86_iommu: move the kernel-irqchip check in common code Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 12/33] x86_iommu: move vtd_generate_msi_message in common file Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 13/33] x86_iommu/amd: remove V=1 check from amdvi_validate_dte() Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 14/33] x86_iommu/amd: make the address space naming consistent with intel-iommu Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 15/33] x86_iommu/amd: Prepare for interrupt remap support Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 16/33] x86_iommu/amd: Add interrupt remap support when VAPIC is not enabled Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 17/33] i386: acpi: add IVHD device entry for IOAPIC Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 18/33] x86_iommu/amd: Add interrupt remap support when VAPIC is enabled Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 19/33] x86_iommu/amd: Enable Guest virtual APIC support Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 20/33] MAINTAINERS: list "tests/acpi-test-data" files in ACPI/SMBIOS section Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 21/33] pci-testdev: add optional memory bar Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 22/33] hw/pci-host/x86: extract get_pci_hole64_start_value() helpers Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 23/33] hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 24/33] bios-tables-test: prepare expected files for mmio64 Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 25/33] tests/bios-tables-test: add 64-bit PCI MMIO aperture round-up test on Q35 Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 26/33] hw/pci-bridge/xio3130: Remove unused functions Michael S. Tsirkin
2018-11-05 18:16 ` [Qemu-devel] [PULL 27/33] hw/pci-bridge/ioh3420: Remove unuseful header Michael S. Tsirkin
2018-11-05 18:17 ` [Qemu-devel] [PULL 28/33] hw/pci: Add missing include Michael S. Tsirkin
2018-11-05 18:17 ` [Qemu-devel] [PULL 29/33] pci_bridge: fix typo in comment Michael S. Tsirkin
2018-11-05 18:17 ` [Qemu-devel] [PULL 30/33] i440fx: use ARRAY_SIZE for pam_regions Michael S. Tsirkin
2018-11-05 18:17 ` [Qemu-devel] [PULL 31/33] piix: use TYPE_FOO constants than string constats Michael S. Tsirkin
2018-11-05 18:17 ` [Qemu-devel] [PULL 32/33] piix_pci: fix i440fx data sheet link Michael S. Tsirkin
2018-11-05 18:17 ` [Qemu-devel] [PULL 33/33] vhost-scsi: prevent using uninitialized vqs Michael S. Tsirkin
2018-11-06 8:18 ` [Qemu-devel] [PULL 00/33] pci, pc, virtio: fixes, features Thomas Huth
2018-11-06 11:07 ` Michael S. Tsirkin
2018-11-06 11:20 ` Peter Maydell
2018-11-06 12:39 ` Peter Maydell
2018-11-06 15:52 ` Laszlo Ersek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181105181353.39804-1-mst@redhat.com \
--to=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).