* [PATCH] qemu-kvm: x86: Init pci_option_rom_offset for VGA BIOS absence
@ 2009-05-23 19:25 Jan Kiszka
2009-05-24 11:15 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-05-23 19:25 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm-devel
[-- Attachment #1: Type: text/plain, Size: 603 bytes --]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
hw/pc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/pc.c b/hw/pc.c
index 332d48d..ee48e08 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -859,7 +859,7 @@ static void pc_init1(ram_addr_t ram_size,
ram_addr_t ram_addr, bios_offset, option_rom_offset;
ram_addr_t below_4g_mem_size, above_4g_mem_size = 0;
int bios_size, isa_bios_size, oprom_area_size;
- int pci_option_rom_offset;
+ int pci_option_rom_offset = 0;
PCIBus *pci_bus;
int piix3_devfn = -1;
CPUState *env;
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-24 11:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-23 19:25 [PATCH] qemu-kvm: x86: Init pci_option_rom_offset for VGA BIOS absence Jan Kiszka
2009-05-24 11:15 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox