Re: [Qemu-devel] [PATCH v2 2/2] acpi-test: basic acpi unit-test

2013-11-06 Thread Michael S. Tsirkin
On Wed, Nov 06, 2013 at 06:00:03PM +0100, Andreas Färber wrote: > Am 06.11.2013 15:53, schrieb Michael S. Tsirkin: > > We run bios, and boot a minimal boot sector that immediately halts. > > Then poke at memory to find ACPI tables. > > > > This only checks that RSDP is there. > > More will be adde

Re: [Qemu-devel] [PATCH v2 2/2] acpi-test: basic acpi unit-test

2013-11-06 Thread Andreas Färber
Am 06.11.2013 15:53, schrieb Michael S. Tsirkin: > We run bios, and boot a minimal boot sector that immediately halts. > Then poke at memory to find ACPI tables. > > This only checks that RSDP is there. > More will be added later. > > Cc: Andreas Färber > Cc: Markus Armbruster > Cc: Paolo Bonzi