From: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org, qemu-stable@nongnu.org
Subject: Re: [Qemu-devel] [PATCH for-1.6] isapc: disable kvmvapic
Date: Mon, 26 Aug 2013 14:21:17 +0200 [thread overview]
Message-ID: <521B483D.9090203@redhat.com> (raw)
In-Reply-To: <1376344938-21374-1-git-send-email-pbonzini@redhat.com>
Il 13/08/2013 00:02, Paolo Bonzini ha scritto:
> vapic requires the VAPIC ROM to be mapped into RAM. This is not
> possible without PAM hardware. This fixes a segmentation fault
> running with -M isapc.
>
> Cc: qemu-stable@nongnu.org
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>
> diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
> index a19e172..3aa244a 100644
> --- a/hw/i386/pc_piix.c
> +++ b/hw/i386/pc_piix.c
> @@ -743,6 +743,11 @@ static QEMUMachine isapc_machine = {
> .init = pc_init_isa,
> .max_cpus = 1,
> .compat_props = (GlobalProperty[]) {
> + {
> + .driver = "apic-common",
> + .property = "kvmvapic",
> + .value = "off",
> + },
> { /* end of list */ }
> },
> DEFAULT_MACHINE_OPTIONS,
>
Ping.
Paolo
next prev parent reply other threads:[~2013-08-26 12:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-12 22:02 [Qemu-devel] [PATCH for-1.6] isapc: disable kvmvapic Paolo Bonzini
2013-08-26 12:21 ` Paolo Bonzini [this message]
2013-08-26 14:34 ` Andreas Färber
2013-08-26 15:01 ` Paolo Bonzini
2013-08-26 15:17 ` Andreas Färber
2013-08-26 16:17 ` Michael S. Tsirkin
2013-10-04 16:47 ` Paolo Bonzini
2013-10-04 16:52 ` Andreas Färber
2013-10-04 19:05 ` Paolo Bonzini
2013-08-31 0:14 ` [Qemu-devel] [Qemu-stable] " Cole Robinson
2013-09-25 21:31 ` Doug Goldstein
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=521B483D.9090203@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.