Re: [Qemu-devel] [PATCH] tests: fix acpi tables regeneration script

2014-10-22 Thread Michael S. Tsirkin
On Wed, Oct 22, 2014 at 10:42:26AM +0300, Marcel Apfelbaum wrote: > On Sun, 2014-10-19 at 16:12 +0300, Marcel Apfelbaum wrote: > > Commit: 501f28ca9db08e84819b26314525b6369e7704dd > > tests: rename acpi-test to bios-tables-test > > > > modified acpi-test file from acpi-test.c to bios-tables-te

Re: [Qemu-devel] [PATCH] tests: fix acpi tables regeneration script

2014-10-22 Thread Marcel Apfelbaum
On Sun, 2014-10-19 at 16:12 +0300, Marcel Apfelbaum wrote: > Commit: 501f28ca9db08e84819b26314525b6369e7704dd > tests: rename acpi-test to bios-tables-test > > modified acpi-test file from acpi-test.c to bios-tables-test.c. > However, the tables regeneration script was not modified > according

[Qemu-devel] [PATCH] tests: fix acpi tables regeneration script

2014-10-19 Thread Marcel Apfelbaum
Commit: 501f28ca9db08e84819b26314525b6369e7704dd tests: rename acpi-test to bios-tables-test modified acpi-test file from acpi-test.c to bios-tables-test.c. However, the tables regeneration script was not modified accordingly. Fixed the test name also in rebuild-expected-aml.sh script. Signe