[PULL 00/10] pc,pci,virtio: fixes, features

Michael S. Tsirkin posted 10 patches 3 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210117114519.539647-1-mst@redhat.com
Maintainers: Igor Mammedov <imammedo@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>
include/hw/acpi/aml-build.h       |   4 +-
include/hw/virtio/vhost-user-fs.h |   1 +
hw/acpi/aml-build.c               |  18 ++++----
hw/i386/acpi-build.c              |   3 +-
hw/pci-host/gpex-acpi.c           |  87 +++++++++++++++++++++++++++-----------
hw/pci/shpc.c                     |   4 +-
hw/virtio/vhost-user-fs-pci.c     |   2 +
hw/virtio/vhost-user-fs.c         |  10 +++++
tests/qtest/bios-tables-test.c    |   4 --
hw/pci-bridge/Kconfig             |   2 +-
tests/data/acpi/microvm/DSDT.pcie | Bin 3023 -> 3031 bytes
tests/data/acpi/virt/DSDT         | Bin 5196 -> 5204 bytes
tests/data/acpi/virt/DSDT.memhp   | Bin 6557 -> 6565 bytes
tests/data/acpi/virt/DSDT.numamem | Bin 5196 -> 5204 bytes
tests/data/acpi/virt/DSDT.pxb     | Bin 7802 -> 7689 bytes
15 files changed, 94 insertions(+), 41 deletions(-)
[PULL 00/10] pc,pci,virtio: fixes, features
Posted by Michael S. Tsirkin 3 years, 2 months ago
The following changes since commit f8e1d8852e393b3fd524fb005e38590063d99bc0:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210112-1' into staging (2021-01-12 21:23:25 +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 ccee1a8140211c569156ae649474cc520eb2a36b:

  acpi: Update _DSM method in expected files (2021-01-17 06:42:54 -0500)

----------------------------------------------------------------
pc,pci,virtio: fixes, features

Fixes all over the place.
PXB support for ARM.
boot index for vhost-user-fs.

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

----------------------------------------------------------------
Jiahui Cen (8):
      acpi: Allow DSDT acpi table changes
      acpi: Fix unmatched expected DSDT.pxb file
      acpi: Add addr offset in build_crs
      acpi/gpex: Inform os to keep firmware resource map
      acpi/gpex: Exclude pxb's resources from PCI0
      Kconfig: Compile PXB for ARM_VIRT
      acpi: Enable pxb unit-test for ARM virt machine
      acpi: Update _DSM method in expected files

Laszlo Ersek (1):
      vhost-user-fs: add the "bootindex" property

Roman Kagan (1):
      pci/shpc: don't push attention button when ejecting powered-off device

 include/hw/acpi/aml-build.h       |   4 +-
 include/hw/virtio/vhost-user-fs.h |   1 +
 hw/acpi/aml-build.c               |  18 ++++----
 hw/i386/acpi-build.c              |   3 +-
 hw/pci-host/gpex-acpi.c           |  87 +++++++++++++++++++++++++++-----------
 hw/pci/shpc.c                     |   4 +-
 hw/virtio/vhost-user-fs-pci.c     |   2 +
 hw/virtio/vhost-user-fs.c         |  10 +++++
 tests/qtest/bios-tables-test.c    |   4 --
 hw/pci-bridge/Kconfig             |   2 +-
 tests/data/acpi/microvm/DSDT.pcie | Bin 3023 -> 3031 bytes
 tests/data/acpi/virt/DSDT         | Bin 5196 -> 5204 bytes
 tests/data/acpi/virt/DSDT.memhp   | Bin 6557 -> 6565 bytes
 tests/data/acpi/virt/DSDT.numamem | Bin 5196 -> 5204 bytes
 tests/data/acpi/virt/DSDT.pxb     | Bin 7802 -> 7689 bytes
 15 files changed, 94 insertions(+), 41 deletions(-)


Re: [PULL 00/10] pc,pci,virtio: fixes, features
Posted by Peter Maydell 3 years, 2 months ago
On Sun, 17 Jan 2021 at 11:46, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> The following changes since commit f8e1d8852e393b3fd524fb005e38590063d99bc0:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210112-1' into staging (2021-01-12 21:23:25 +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 ccee1a8140211c569156ae649474cc520eb2a36b:
>
>   acpi: Update _DSM method in expected files (2021-01-17 06:42:54 -0500)
>
> ----------------------------------------------------------------
> pc,pci,virtio: fixes, features
>
> Fixes all over the place.
> PXB support for ARM.
> boot index for vhost-user-fs.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>

Applied, thanks.

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

-- PMM