Home
last modified time | relevance | path

Searched refs:x86_bootsect (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/migration/i386/
H A Da-b-bootblock.h6 unsigned char x86_bootsect[] = { variable
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c166 g_assert(sizeof(x86_bootsect) == 512); in bootfile_create()
167 x86_bootsect[SYM_suspend_me - SYM_start] = suspend_me; in bootfile_create()
168 content = x86_bootsect; in bootfile_create()
169 len = sizeof(x86_bootsect); in bootfile_create()