From: "Andreas Färber" <afaerber@suse.de>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
qemu-devel@nongnu.org, Anthony Liguori <aliguori@amazon.com>,
Eduardo Habkost <ehabkost@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] pc: disable acpi info for isapc and old pc machine
Date: Tue, 05 Nov 2013 15:01:11 +0100 [thread overview]
Message-ID: <5278FA27.2070107@suse.de> (raw)
In-Reply-To: <20131104104611.GA11657@redhat.com>
Am 04.11.2013 11:46, schrieb Michael S. Tsirkin:
> Disable acpi build for isapc and no_kvmclock machine
> types (used by xen), since acpi build currently expects pci.
>
> Reported-by: Andreas Färber <afaerber@suse.de>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> hw/i386/pc_piix.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
> index 24a98cb..4fdb7b6 100644
> --- a/hw/i386/pc_piix.c
> +++ b/hw/i386/pc_piix.c
> @@ -309,6 +309,7 @@ static void pc_init_pci_1_2(QEMUMachineInitArgs *args)
> static void pc_init_pci_no_kvmclock(QEMUMachineInitArgs *args)
> {
> has_pci_info = false;
> + has_acpi_build = false;
> disable_kvm_pv_eoi();
> enable_compat_apic_id_mode();
> pc_init1(args, 1, 0);
> @@ -317,6 +318,7 @@ static void pc_init_pci_no_kvmclock(QEMUMachineInitArgs *args)
> static void pc_init_isa(QEMUMachineInitArgs *args)
> {
> has_pci_info = false;
> + has_acpi_build = false;
> if (!args->cpu_model) {
> args->cpu_model = "486";
> }
FWIW I forgot to reply yesterday that it solves my isapc qom-test
failure, too
Tested-by: Andreas Färber <afaerber@suse.de>
Thanks!
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
prev parent reply other threads:[~2013-11-05 14:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-04 10:46 [Qemu-devel] [PATCH] pc: disable acpi info for isapc and old pc machine Michael S. Tsirkin
2013-11-04 12:24 ` Paolo Bonzini
2013-11-04 20:00 ` Stefano Stabellini
2013-11-04 20:04 ` Stefano Stabellini
2013-11-04 14:13 ` Paolo Bonzini
2013-11-04 14:26 ` Michael S. Tsirkin
2013-11-04 20:06 ` Stefano Stabellini
2013-11-05 14:01 ` Andreas Färber [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=5278FA27.2070107@suse.de \
--to=afaerber@suse.de \
--cc=aliguori@amazon.com \
--cc=ehabkost@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@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.