This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/qemu.
from 00d8ba9e0d Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mip [...] adds c0ff662fab target/cris: Use MMUAccessType enum type when possible adds 91ab6d4696 target/cris: Let cris_mmu_translate() use MMUAccessType access_type adds fd52deea52 target/cris: Plug leakage of TCG temporaries adds 7ef8134565 Merge remote-tracking branch 'remotes/edgar/tags/edgar/cris- [...] adds b01a49014a pci: cleanup failover sanity check adds 00e7b12995 virtio-net: add missing object_unref() adds 97ca9c5920 failover: really display a warning when the primary device i [...] adds df72184ec1 pcie: don't set link state active if the slot is empty adds 451730cfe4 acpi: Allow pxb DSDT acpi table changes adds b48088d60e acpi/gpex: Fix cca attribute check for pxb device adds 2182e4058c tests/data/acpi/virt/DSDT.pxb: update with _CCA adds d2f1af0e41 checkpatch: don't emit warning on newly created acpi data files adds 7995d9a399 qtest: update tests/qtest/bios-tables-test-allowed-diff.h adds 24cd04fce0 ich9, piix4: add property, smm-compat, to keep compatibility of SMM adds 6be8cf56bc acpi/core: always set SCI_EN when SMM isn't supported adds 33b44fdaba acpi: set fadt.smi_cmd to zero when SMM is not supported adds 0dabb2e802 acpi: add test case for smm unsupported -machine smm=off adds e3fb55f065 hw/i386: declare ACPI mother board resource for MMCONFIG region adds 51124bbfd2 i386: acpi: Don't build HPET ACPI entry if HPET is disabled adds 9a70e04359 acpi: add test case for -no-hpet adds 7b630d937a qtest/acpi/bios-tables-test: update acpi tables adds 51db2d7cf2 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' [...]
No new revisions were added by this update.
Summary of changes: 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 | 18 ++--- hw/pci-host/gpex-acpi.c | 1 + hw/pci/pci.c | 6 +- hw/pci/pcie.c | 19 +++-- include/hw/acpi/acpi.h | 4 +- include/hw/acpi/ich9.h | 1 + scripts/checkpatch.pl | 4 +- target/cris/helper.c | 4 +- target/cris/mmu.c | 31 ++++---- target/cris/mmu.h | 2 +- target/cris/translate.c | 124 +++++++++++++++++++++--------- target/cris/translate_v10.c.inc | 70 +++++++++++------ tests/data/acpi/pc/{DSDT => DSDT.nohpet} | Bin 5065 -> 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 => DSDT.nohpet} | Bin 7801 -> 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 => FACP.nosmm} | Bin 244 -> 244 bytes tests/data/acpi/virt/DSDT.pxb | Bin 7689 -> 7695 bytes tests/qtest/bios-tables-test.c | 100 ++++++++++++++++++++++++ 35 files changed, 368 insertions(+), 114 deletions(-) copy tests/data/acpi/pc/{DSDT => DSDT.nohpet} (94%) create mode 100644 tests/data/acpi/pc/FACP.nosmm copy tests/data/acpi/q35/{DSDT => DSDT.nohpet} (96%) copy tests/data/acpi/q35/{FACP => FACP.nosmm} (52%)