mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
tests/multiboot: Add test for modules
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 <kwolf@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b4168498f6
commit
a9c837d8ef
7 changed files with 119 additions and 2 deletions
|
@ -57,5 +57,6 @@ static inline void outb(uint16_t port, uint8_t data)
|
|||
/* Misc functions */
|
||||
|
||||
void printf(const char *fmt, ...);
|
||||
void* memcpy(void *dest, const void *src, int n);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue