[PULL v3 00/19] pc,pci,virtio: lots of new features

Michael S. Tsirkin posted 19 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210716151416.155127-1-mst@redhat.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Aurelien Jarno <aurelien@aurel32.net>, Eduardo Habkost <ehabkost@redhat.com>, Shannon Zhao <shannon.zhaosl@gmail.com>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
docs/bypass-iommu.txt               |  89 +++++++++++
hw/i386/acpi-build.h                |   5 +
include/hw/acpi/ich9.h              |   5 +
include/hw/acpi/pcihp.h             |   3 +-
include/hw/arm/virt.h               |   1 +
include/hw/i386/pc.h                |   1 +
include/hw/pci/pci.h                |   2 +
include/hw/pci/pci_host.h           |   1 +
include/hw/pci/pcie_port.h          |   5 +-
include/hw/virtio/vhost-user-i2c.h  |  28 ++++
hw/acpi/acpi-x86-stub.c             |   6 +
hw/acpi/ich9.c                      |  70 +++++++++
hw/acpi/pcihp.c                     |  26 +++-
hw/acpi/piix4.c                     |   4 +-
hw/arm/virt-acpi-build.c            | 114 ++++++++++++--
hw/arm/virt.c                       |  26 ++++
hw/core/machine.c                   |   1 -
hw/i386/acpi-build.c                | 114 +++++++++++---
hw/i386/pc.c                        |  21 +++
hw/i386/pc_q35.c                    |  11 ++
hw/pci-bridge/pci_expander_bridge.c |   3 +
hw/pci-host/q35.c                   |   2 +
hw/pci/pci.c                        |  34 ++++-
hw/pci/pci_host.c                   |   1 +
hw/pci/pcie.c                       |   8 +-
hw/pci/pcie_port.c                  |   1 +
hw/virtio/vhost-user-i2c-pci.c      |  69 +++++++++
hw/virtio/vhost-user-i2c.c          | 288 ++++++++++++++++++++++++++++++++++++
hw/virtio/vhost-vsock.c             |  12 +-
hw/virtio/Kconfig                   |   5 +
hw/virtio/meson.build               |   2 +
qemu-options.hx                     |  33 +++++
tests/data/acpi/q35/DSDT            | Bin 7859 -> 8289 bytes
tests/data/acpi/q35/DSDT.acpihmat   | Bin 9184 -> 9614 bytes
tests/data/acpi/q35/DSDT.bridge     | Bin 7877 -> 11003 bytes
tests/data/acpi/q35/DSDT.cphp       | Bin 8323 -> 8753 bytes
tests/data/acpi/q35/DSDT.dimmpxm    | Bin 9513 -> 9943 bytes
tests/data/acpi/q35/DSDT.ipmibt     | Bin 7934 -> 8364 bytes
tests/data/acpi/q35/DSDT.memhp      | Bin 9218 -> 9648 bytes
tests/data/acpi/q35/DSDT.mmio64     | Bin 8990 -> 9419 bytes
tests/data/acpi/q35/DSDT.nohpet     | Bin 7717 -> 8147 bytes
tests/data/acpi/q35/DSDT.numamem    | Bin 7865 -> 8295 bytes
tests/data/acpi/q35/DSDT.tis        | Bin 8465 -> 8894 bytes
43 files changed, 949 insertions(+), 42 deletions(-)
create mode 100644 docs/bypass-iommu.txt
create mode 100644 include/hw/virtio/vhost-user-i2c.h
create mode 100644 hw/virtio/vhost-user-i2c-pci.c
create mode 100644 hw/virtio/vhost-user-i2c.c
[PULL v3 00/19] pc,pci,virtio: lots of new features
Posted by Michael S. Tsirkin 2 years, 9 months ago
The following changes since commit bd306cfeeececee73ff2cdb3de1229ece72f3b28:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210714.0' into staging (2021-07-15 21:39:04 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream3

for you to fetch changes up to 1e08fd0a465d70ad30d2928c66537c816f0af7f8:

  vhost-vsock: SOCK_SEQPACKET feature bit support (2021-07-16 11:10:45 -0400)

----------------------------------------------------------------
pc,pci,virtio: lots of new features

Lots of last minute stuff.

vhost-user-i2c.
vhost-vsock SOCK_SEQPACKET support.
IOMMU bypass.
ACPI based pci hotplug.

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

----------------------------------------------------------------
Arseny Krasnov (1):
      vhost-vsock: SOCK_SEQPACKET feature bit support

Julia Suvorova (6):
      hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35
      hw/acpi/ich9: Enable ACPI PCI hot-plug
      hw/pci/pcie: Do not set HPC flag if acpihp is used
      bios-tables-test: Allow changes in DSDT ACPI tables
      hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35
      bios-tables-test: Update golden binaries

Peter Xu (1):
      docs: Add '-device intel-iommu' entry

Viresh Kumar (2):
      hw/virtio: add boilerplate for vhost-user-i2c device
      hw/virtio: add vhost-user-i2c-pci boilerplate

Xingang Wang (9):
      hw/pci/pci_host: Allow PCI host to bypass iommu
      hw/pxb: Add a bypass iommu property
      hw/arm/virt: Add default_bus_bypass_iommu machine option
      hw/i386: Add a default_bus_bypass_iommu pc machine option
      hw/pci: Add pci_bus_range() to get PCI bus number range
      hw/arm/virt-acpi-build: Add IORT support to bypass SMMUv3
      hw/i386/acpi-build: Add DMAR support to bypass iommu
      hw/i386/acpi-build: Add IVRS support to bypass iommu
      docs: Add documentation for iommu bypass

 docs/bypass-iommu.txt               |  89 +++++++++++
 hw/i386/acpi-build.h                |   5 +
 include/hw/acpi/ich9.h              |   5 +
 include/hw/acpi/pcihp.h             |   3 +-
 include/hw/arm/virt.h               |   1 +
 include/hw/i386/pc.h                |   1 +
 include/hw/pci/pci.h                |   2 +
 include/hw/pci/pci_host.h           |   1 +
 include/hw/pci/pcie_port.h          |   5 +-
 include/hw/virtio/vhost-user-i2c.h  |  28 ++++
 hw/acpi/acpi-x86-stub.c             |   6 +
 hw/acpi/ich9.c                      |  70 +++++++++
 hw/acpi/pcihp.c                     |  26 +++-
 hw/acpi/piix4.c                     |   4 +-
 hw/arm/virt-acpi-build.c            | 114 ++++++++++++--
 hw/arm/virt.c                       |  26 ++++
 hw/core/machine.c                   |   1 -
 hw/i386/acpi-build.c                | 114 +++++++++++---
 hw/i386/pc.c                        |  21 +++
 hw/i386/pc_q35.c                    |  11 ++
 hw/pci-bridge/pci_expander_bridge.c |   3 +
 hw/pci-host/q35.c                   |   2 +
 hw/pci/pci.c                        |  34 ++++-
 hw/pci/pci_host.c                   |   1 +
 hw/pci/pcie.c                       |   8 +-
 hw/pci/pcie_port.c                  |   1 +
 hw/virtio/vhost-user-i2c-pci.c      |  69 +++++++++
 hw/virtio/vhost-user-i2c.c          | 288 ++++++++++++++++++++++++++++++++++++
 hw/virtio/vhost-vsock.c             |  12 +-
 hw/virtio/Kconfig                   |   5 +
 hw/virtio/meson.build               |   2 +
 qemu-options.hx                     |  33 +++++
 tests/data/acpi/q35/DSDT            | Bin 7859 -> 8289 bytes
 tests/data/acpi/q35/DSDT.acpihmat   | Bin 9184 -> 9614 bytes
 tests/data/acpi/q35/DSDT.bridge     | Bin 7877 -> 11003 bytes
 tests/data/acpi/q35/DSDT.cphp       | Bin 8323 -> 8753 bytes
 tests/data/acpi/q35/DSDT.dimmpxm    | Bin 9513 -> 9943 bytes
 tests/data/acpi/q35/DSDT.ipmibt     | Bin 7934 -> 8364 bytes
 tests/data/acpi/q35/DSDT.memhp      | Bin 9218 -> 9648 bytes
 tests/data/acpi/q35/DSDT.mmio64     | Bin 8990 -> 9419 bytes
 tests/data/acpi/q35/DSDT.nohpet     | Bin 7717 -> 8147 bytes
 tests/data/acpi/q35/DSDT.numamem    | Bin 7865 -> 8295 bytes
 tests/data/acpi/q35/DSDT.tis        | Bin 8465 -> 8894 bytes
 43 files changed, 949 insertions(+), 42 deletions(-)
 create mode 100644 docs/bypass-iommu.txt
 create mode 100644 include/hw/virtio/vhost-user-i2c.h
 create mode 100644 hw/virtio/vhost-user-i2c-pci.c
 create mode 100644 hw/virtio/vhost-user-i2c.c


Re: [PULL v3 00/19] pc,pci,virtio: lots of new features
Posted by Peter Maydell 2 years, 9 months ago
On Fri, 16 Jul 2021 at 16:15, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> The following changes since commit bd306cfeeececee73ff2cdb3de1229ece72f3b28:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210714.0' into staging (2021-07-15 21:39:04 +0100)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream3
>
> for you to fetch changes up to 1e08fd0a465d70ad30d2928c66537c816f0af7f8:
>
>   vhost-vsock: SOCK_SEQPACKET feature bit support (2021-07-16 11:10:45 -0400)
>
> ----------------------------------------------------------------
> pc,pci,virtio: lots of new features
>
> Lots of last minute stuff.
>
> vhost-user-i2c.
> vhost-vsock SOCK_SEQPACKET support.
> IOMMU bypass.
> ACPI based pci hotplug.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>


Applied, thanks.

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

-- PMM