On Tue, Jun 04, 2019 at 05:55:36PM +0100, Peter Maydell wrote: > On Tue, 4 Jun 2019 at 17:48, Michael S. Tsirkin <m...@redhat.com> wrote: > > I see. I can drop this patch for now, but I suspect this > > means this host always produced warning and possibly > > that the tables are all wrong. > > Could you send me the actual and expected files please? > > Preferably both dsl and binary. > > Sure, if you can give me commands to run to do that. > > thanks > -- PMM
They are produced as part of the test. So we have: acpi-test: Warning! DSDT mismatch. Actual [asl:/tmp/asl-NKUU2Z.dsl, aml:/tmp/aml-UERV2Z], Expected [asl:/tmp/asl-3ITW2Z.dsl, aml:tests/data/acpi/q35/DSDT]. You would do something like: tar cvzf tests.tgz /tmp/asl-NKUU2Z.dsl /tmp/aml-UERV2Z /tmp/asl-3ITW2Z.dsl tests/data/acpi/q35/DSDT And then send the tarball. -- MST