Re: [Qemu-devel] [PATCH 3/3] tests/multiboot: Add test for modules

2015-01-15 Thread Max Reitz
On 2015-01-15 at 06:26, Kevin Wolf wrote: This test case is meant to detect corruptions of the Multiboot modules as well as the multiboot modules list and the module command lines. Signed-off-by: Kevin Wolf --- tests/multiboot/Makefile| 5 - tests/multiboot/libc.c | 12

[Qemu-devel] [PATCH 3/3] tests/multiboot: Add test for modules

2015-01-15 Thread Kevin Wolf
This test case is meant to detect corruptions of the Multiboot modules as well as the multiboot modules list and the module command lines. Signed-off-by: Kevin Wolf --- tests/multiboot/Makefile| 5 - tests/multiboot/libc.c | 12 ++ tests/multiboot/libc.h | 1 + tests/