]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pc.c
rom loader: make vga+rom loading configurable.
[mirror_qemu.git] / hw / pc.c
diff --git a/hw/pc.c b/hw/pc.c
index 4cd8ec65db4bc28a7efcb0a63acaf419182e4ea6..c7b8c5019015783a8b5642af06254f792db91e44 100644 (file)
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -1137,6 +1137,7 @@ static void pc_init1(ram_addr_t ram_size,
 
 
 
+    rom_enable_driver_roms = 1;
     option_rom_offset = qemu_ram_alloc(PC_ROM_SIZE);
     cpu_register_physical_memory(PC_ROM_MIN_VGA, PC_ROM_SIZE, option_rom_offset);