On 3 July 2017 at 20:45, Michael S. Tsirkin <m...@redhat.com> wrote: > From: Ben Warren <b...@skyportsystems.com> > > The following tests are implemented: > * test that a GUID passed in by command line is propagated to the guest. > Read the GUID from guest memory > * test that the "auto" argument to the GUID generates a valid GUID, as > seen by the guest. > * test that a GUID passed in can be queried from the monitor > > This patch is loosely based on a previous patch from: > Gal Hammer <gham...@redhat.com> and Igor Mammedov <imamm...@redhat.com> > > Signed-off-by: Ben Warren <b...@skyportsystems.com> > Reviewed-by: Igor Mammedov <imamm...@redhat.com> > Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com> > Reviewed-by: Michael S. Tsirkin <m...@redhat.com> > Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
Hi -- this test seems to intermittently fail: TEST: tests/vmgenid-test... (pid=15466) /i386/vmgenid/vmgenid/set-guid: ** ERROR:/home/peter.maydell/qemu/tests/vmgenid-test.c:65:acpi_find_vgia: assertion failed (ACPI_ASSERT_CMP _str == "RSDT"): ("" == "RSDT") FAIL GTester: last random seed: R02S27021da892f2124a377287729b848ff8 (pid=15470) /i386/vmgenid/vmgenid/set-guid-auto: OK /i386/vmgenid/vmgenid/query-monitor: OK FAIL: tests/vmgenid-test (that's an aarch32 build). Earlier in the run I see there was also a warning from acpi-test: /i386/acpi/q35/memhp: "kvm" accelerator not found. Looking for expected file 'tests/acpi-test-data/q35/DSDT.memhp' Using expected file 'tests/acpi-test-data/q35/DSDT.memhp' Looking for expected file 'tests/acpi-test-data/q35/APIC.memhp' Looking for expected file 'tests/acpi-test-data/q35/APIC' Using expected file 'tests/acpi-test-data/q35/APIC' Looking for expected file 'tests/acpi-test-data/q35/HPET.memhp' Looking for expected file 'tests/acpi-test-data/q35/HPET' Using expected file 'tests/acpi-test-data/q35/HPET' Looking for expected file 'tests/acpi-test-data/q35/SRAT.memhp' Using expected file 'tests/acpi-test-data/q35/SRAT.memhp' Looking for expected file 'tests/acpi-test-data/q35/SLIT.memhp' Using expected file 'tests/acpi-test-data/q35/SLIT.memhp' Looking for expected file 'tests/acpi-test-data/q35/MCFG.memhp' Looking for expected file 'tests/acpi-test-data/q35/MCFG' Using expected file 'tests/acpi-test-data/q35/MCFG' acpi-test: Warning! DSDT mismatch. Actual [asl:/tmp/asl-E3X12Y.dsl, aml:/tmp/aml-GIX12Y], Expected [asl:/tmp/asl-5Z502Y.dsl, aml:tests/acpi-test-data/q35/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 (Shouldn't a DSDT mismatch cause a test failure?) thanks -- PMM