qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qemu-kvm: Restore VAPIC option ROM installation
@ 2011-10-07  7:03 Jan Kiszka
  2011-10-07  7:18 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2011-10-07  7:03 UTC (permalink / raw)
  To: Marcelo Tosatti, Avi Kivity; +Cc: qemu-devel

Still needed but was accidentally removed by 8bc62bc6be.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

As the guilty patch is only in next so far, you may also fold this one
in.

 hw/pc.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/hw/pc.c b/hw/pc.c
index a616029..70e0d08 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -1049,6 +1049,10 @@ void pc_memory_init(MemoryRegion *system_memory,
                                 (uint32_t)(-bios_size),
                                 bios);
 
+    option_rom[nb_option_roms].name = g_strdup(VAPIC_FILENAME);
+    option_rom[nb_option_roms].bootindex = -1;
+    nb_option_roms++;
+
     fw_cfg = bochs_bios_init();
     rom_set_fw(fw_cfg);
 
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-07  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-07  7:03 [Qemu-devel] [PATCH] qemu-kvm: Restore VAPIC option ROM installation Jan Kiszka
2011-10-07  7:18 ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).