[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/17] pc,virtio,pci: fixes, tests
From: |
Michael S. Tsirkin |
Subject: |
[PULL 00/17] pc,virtio,pci: fixes, tests |
Date: |
Tue, 23 Feb 2021 11:03:40 -0500 |
The following changes since commit 7ef8134565dccf9186d5eabd7dbb4ecae6dead87:
Merge remote-tracking branch
'remotes/edgar/tags/edgar/cris-next-2021-02-22.for-upstream' into staging
(2021-02-22 14:20:32 +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 7b630d937a6c73fb145746fb31e0fb4b08f0cf0e:
qtest/acpi/bios-tables-test: update acpi tables (2021-02-23 10:58:42 -0500)
----------------------------------------------------------------
pc,virtio,pci: fixes, tests
Fixes all over the place, a new test.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Isaku Yamahata (9):
checkpatch: don't emit warning on newly created acpi data files
qtest: update tests/qtest/bios-tables-test-allowed-diff.h
ich9, piix4: add property, smm-compat, to keep compatibility of SMM
acpi/core: always set SCI_EN when SMM isn't supported
acpi: set fadt.smi_cmd to zero when SMM is not supported
acpi: add test case for smm unsupported -machine smm=off
hw/i386: declare ACPI mother board resource for MMCONFIG region
acpi: add test case for -no-hpet
qtest/acpi/bios-tables-test: update acpi tables
Laurent Vivier (4):
pci: cleanup failover sanity check
virtio-net: add missing object_unref()
failover: really display a warning when the primary device is not found
pcie: don't set link state active if the slot is empty
Sean Christopherson (1):
i386: acpi: Don't build HPET ACPI entry if HPET is disabled
Xingang Wang (3):
acpi: Allow pxb DSDT acpi table changes
acpi/gpex: Fix cca attribute check for pxb device
tests/data/acpi/virt/DSDT.pxb: update with _CCA
include/hw/acpi/acpi.h | 4 +-
include/hw/acpi/ich9.h | 1 +
hw/acpi/core.c | 11 ++++-
hw/acpi/ich9.c | 2 +-
hw/acpi/piix4.c | 5 +-
hw/core/machine.c | 5 +-
hw/i386/acpi-build.c | 72 ++++++++++++++++++++++++---
hw/isa/lpc_ich9.c | 1 +
hw/isa/vt82c686.c | 2 +-
hw/net/virtio-net.c | 20 ++++----
hw/pci-host/gpex-acpi.c | 1 +
hw/pci/pci.c | 6 +--
hw/pci/pcie.c | 19 ++++----
tests/qtest/bios-tables-test.c | 100 ++++++++++++++++++++++++++++++++++++++
scripts/checkpatch.pl | 4 +-
tests/data/acpi/pc/DSDT.nohpet | Bin 0 -> 4923 bytes
tests/data/acpi/pc/FACP.nosmm | Bin 0 -> 116 bytes
tests/data/acpi/q35/DSDT | Bin 7801 -> 7859 bytes
tests/data/acpi/q35/DSDT.acpihmat | Bin 9126 -> 9184 bytes
tests/data/acpi/q35/DSDT.bridge | Bin 7819 -> 7877 bytes
tests/data/acpi/q35/DSDT.cphp | Bin 8265 -> 8323 bytes
tests/data/acpi/q35/DSDT.dimmpxm | Bin 9455 -> 9513 bytes
tests/data/acpi/q35/DSDT.ipmibt | Bin 7876 -> 7934 bytes
tests/data/acpi/q35/DSDT.memhp | Bin 9160 -> 9218 bytes
tests/data/acpi/q35/DSDT.mmio64 | Bin 8932 -> 8990 bytes
tests/data/acpi/q35/DSDT.nohpet | Bin 0 -> 7717 bytes
tests/data/acpi/q35/DSDT.numamem | Bin 7807 -> 7865 bytes
tests/data/acpi/q35/DSDT.tis | Bin 8407 -> 8465 bytes
tests/data/acpi/q35/FACP.nosmm | Bin 0 -> 244 bytes
tests/data/acpi/virt/DSDT.pxb | Bin 7689 -> 7695 bytes
30 files changed, 216 insertions(+), 37 deletions(-)
create mode 100644 tests/data/acpi/pc/DSDT.nohpet
create mode 100644 tests/data/acpi/pc/FACP.nosmm
create mode 100644 tests/data/acpi/q35/DSDT.nohpet
create mode 100644 tests/data/acpi/q35/FACP.nosmm
- [PULL 00/17] pc,virtio,pci: fixes, tests,
Michael S. Tsirkin <=
- [PULL 17/17] qtest/acpi/bios-tables-test: update acpi tables, Michael S. Tsirkin, 2021/02/23
- [PULL 10/17] ich9, piix4: add property, smm-compat, to keep compatibility of SMM, Michael S. Tsirkin, 2021/02/23
- [PULL 03/17] failover: really display a warning when the primary device is not found, Michael S. Tsirkin, 2021/02/23
- [PULL 05/17] acpi: Allow pxb DSDT acpi table changes, Michael S. Tsirkin, 2021/02/23
- [PULL 06/17] acpi/gpex: Fix cca attribute check for pxb device, Michael S. Tsirkin, 2021/02/23
- [PULL 07/17] tests/data/acpi/virt/DSDT.pxb: update with _CCA, Michael S. Tsirkin, 2021/02/23
- [PULL 13/17] acpi: add test case for smm unsupported -machine smm=off, Michael S. Tsirkin, 2021/02/23
- [PULL 02/17] virtio-net: add missing object_unref(), Michael S. Tsirkin, 2021/02/23
- [PULL 09/17] qtest: update tests/qtest/bios-tables-test-allowed-diff.h, Michael S. Tsirkin, 2021/02/23
- [PULL 01/17] pci: cleanup failover sanity check, Michael S. Tsirkin, 2021/02/23