From: Jan Kiszka <jan.kiszka@web.de>
To: Avi Kivity <avi@redhat.com>
Cc: kvm-devel <kvm@vger.kernel.org>
Subject: [PATCH] qemu-kvm: x86: Init pci_option_rom_offset for VGA BIOS absence
Date: Sat, 23 May 2009 21:25:47 +0200 [thread overview]
Message-ID: <4A184DBB.3090503@web.de> (raw)
[-- 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 --]
next reply other threads:[~2009-05-23 19:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-23 19:25 Jan Kiszka [this message]
2009-05-24 11:15 ` [PATCH] qemu-kvm: x86: Init pci_option_rom_offset for VGA BIOS absence Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A184DBB.3090503@web.de \
--to=jan.kiszka@web.de \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox