On 5 October 2017 at 21:36, Eduardo Habkost <ehabk...@redhat.com> wrote: > The following changes since commit d8f932cc696250cb740240d668b39df5fbb2d5a0: > > Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' > into staging (2017-10-05 16:54:29 +0100) > > are available in the git repository at: > > git://github.com/ehabkost/qemu.git tags/x86-and-machine-pull-request > > for you to fetch changes up to 7d7e9c4fd6873d9624956cbe0a5cbfae59b7f8af: > > x86: Correct translation of some rdgsbase and wrgsbase encodings > (2017-10-05 17:30:06 -0300) > > ---------------------------------------------------------------- > x86 and machine queue, 2017-10-05 > > Includes x86, NUMA, ACPI, QOM, CPU, and option/config parsing > patches. > > Highlights: > * Deprecation of -nodefconfig option; > * MachineClass::valid_cpu_types field. > > ----------------------------------------------------------------
This fails tests, I'm afraid: TEST: tests/bios-tables-test... (pid=5565) /i386/acpi/piix4: Looking for expected file 'tests/acpi-test-data/pc/DSDT' Using expected file 'tests/acpi-test-data/pc/DSDT' Looking for expected file 'tests/acpi-test-data/pc/APIC' Using expected file 'tests/acpi-test-data/pc/APIC' Looking for expected file 'tests/acpi-test-data/pc/HPET' Using expected file 'tests/acpi-test-data/pc/HPET' OK /i386/acpi/q35: [snip] /i386/acpi/piix4/memhp: Looking for expected file 'tests/acpi-test-data/pc/DSDT.memhp' Using expected file 'tests/acpi-test-data/pc/DSDT.memhp' Looking for expected file 'tests/acpi-test-data/pc/APIC.memhp' Looking for expected file 'tests/acpi-test-data/pc/APIC' Using expected file 'tests/acpi-test-data/pc/APIC' Looking for expected file 'tests/acpi-test-data/pc/HPET.memhp' Looking for expected file 'tests/acpi-test-data/pc/HPET' Using expected file 'tests/acpi-test-data/pc/HPET' Looking for expected file 'tests/acpi-test-data/pc/SRAT.memhp' Using expected file 'tests/acpi-test-data/pc/SRAT.memhp' Looking for expected file 'tests/acpi-test-data/pc/SLIT.memhp' Using expected file 'tests/acpi-test-data/pc/SLIT.memhp' acpi-test: Warning! DSDT mismatch. Actual [asl:/tmp/asl-6QYK7Y.dsl, aml:/tmp/aml-E8YK7Y], Expected [asl:/tmp/asl-1H1I7Y.dsl, aml:tests/acpi-test-data/pc/DSDT.memhp]. acpi-test: Warning. not showing difference since no diff utility is specified. Set 'DIFF' environment variable to a preferred diff utility and run 'make V=1 check' again to see ASL difference.OK and same for /i386/acpi/piix4/numamem and for the equivalent q35 tests. Fails on s390, netbsd, freebsd, aarch32, x86-64. As an aside, these acpi tests are a bit noisy with V=1, especially the extra blank lines. thanks -- PMM