Re: [Qemu-devel] [PATCH for-1.7 1/5] acpi unit-test: load and check facs table

2013-12-10 Thread Michael S. Tsirkin
On Thu, Nov 21, 2013 at 09:33:21PM +0200, Marcel Apfelbaum wrote: > FACS table does not have a checksum, so we can > check at least the signature (existence). > > Signed-off-by: Marcel Apfelbaum Applied, thanks. > --- > tests/acpi-test.c | 18 ++ > 1 file changed, 18 insertions

[Qemu-devel] [PATCH for-1.7 1/5] acpi unit-test: load and check facs table

2013-11-21 Thread Marcel Apfelbaum
FACS table does not have a checksum, so we can check at least the signature (existence). Signed-off-by: Marcel Apfelbaum --- tests/acpi-test.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/tests/acpi-test.c b/tests/acpi-test.c index d6ff66f..43775cd 100644 --- a/tests/a