From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [PATCH] qemu-kvm: Restore VAPIC option ROM installation Date: Fri, 07 Oct 2011 09:18:34 +0200 Message-ID: <4E8EA7CA.4080206@siemens.com> References: <4E8EA428.9020509@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , Avi Kivity , kvm To: unlisted-recipients:; (no To-header on input) Return-path: Received: from thoth.sbs.de ([192.35.17.2]:29261 "EHLO thoth.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751525Ab1JGHSo (ORCPT ); Fri, 7 Oct 2011 03:18:44 -0400 In-Reply-To: <4E8EA428.9020509@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On 2011-10-07 09:03, Jan Kiszka wrote: > Still needed but was accidentally removed by 8bc62bc6be. > > Signed-off-by: Jan Kiszka > --- > > 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); > Oops. This obviously belongs on the kvm list. Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC4ha-0007jr-To for qemu-devel@nongnu.org; Fri, 07 Oct 2011 03:18:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RC4hZ-0003xz-R0 for qemu-devel@nongnu.org; Fri, 07 Oct 2011 03:18:38 -0400 Received: from thoth.sbs.de ([192.35.17.2]:20840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC4hZ-0003xe-GH for qemu-devel@nongnu.org; Fri, 07 Oct 2011 03:18:37 -0400 Message-ID: <4E8EA7CA.4080206@siemens.com> Date: Fri, 07 Oct 2011 09:18:34 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <4E8EA428.9020509@siemens.com> In-Reply-To: <4E8EA428.9020509@siemens.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-kvm: Restore VAPIC option ROM installation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marcelo Tosatti , Avi Kivity , kvm On 2011-10-07 09:03, Jan Kiszka wrote: > Still needed but was accidentally removed by 8bc62bc6be. > > Signed-off-by: Jan Kiszka > --- > > 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); > Oops. This obviously belongs on the kvm list. Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux