aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/x86.c')
-rw-r--r--hw/i386/x86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/x86.c b/hw/i386/x86.c
index 2b6291ad8d..2c0f1117ad 100644
--- a/hw/i386/x86.c
+++ b/hw/i386/x86.c
@@ -1142,6 +1142,7 @@ void x86_bios_rom_init(MachineState *ms, const char *default_firmware,
int bios_size, isa_bios_size;
ssize_t ret;
+ printf("Init rom \n");
/* BIOS load */
bios_name = ms->firmware ?: default_firmware;
filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, bios_name);