From: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
Avi Kivity <avi@redhat.com>, kvm <kvm@vger.kernel.org>
Subject: Re: [Qemu-devel] [PATCH] qemu-kvm: Restore VAPIC option ROM installation
Date: Fri, 07 Oct 2011 09:18:34 +0200 [thread overview]
Message-ID: <4E8EA7CA.4080206@siemens.com> (raw)
In-Reply-To: <4E8EA428.9020509@siemens.com>
On 2011-10-07 09:03, Jan Kiszka wrote:
> 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);
>
Oops. This obviously belongs on the kvm list.
Jan
--
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux
prev parent reply other threads:[~2011-10-07 7:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=4E8EA7CA.4080206@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
/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;
as well as URLs for NNTP newsgroup(s).