qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] tests/acpi: speedup acpi tests


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH] tests/acpi: speedup acpi tests
Date: Fri, 9 Sep 2016 21:43:41 +0300

On Tue, Sep 06, 2016 at 10:22:26PM +0200, Paolo Bonzini wrote:
> 
> 
> On 06/09/2016 21:21, Michael S. Tsirkin wrote:
> > On Tue, Sep 06, 2016 at 09:11:16PM +0200, Paolo Bonzini wrote:
> >>
> >>
> >> On 06/09/2016 17:51, Michael S. Tsirkin wrote:
> >>>> Just use "-machine accel=kvm:tcg" and let QEMU do the hard work. :)
> >>>>
> >>>> Paolo
> >>>
> >>> Sounds good, but we really need to skip it when gsi
> >>> capability is not there (and when using kernel irqchip)
> >>> (because in that case we can't override apic irq0).
> >>
> >> We should just remove support for !kvm_has_gsi_routing on x86.  It's
> >> been there since November 2008.
> >>
> >> Paolo
> > 
> > Fine by me. Can you post a patch that does this?
> > This one can be a follow-up, and we can also
> > drop the conditional handling from acpi-build.
> 
> Go ahead and merge Marcel's patch.  I can remove kernel_irqchip=off once
> apic irq0 override is assumed.
> 
> Paolo

I just noticed that this patch causes warnings:
GTESTER check-qtest-ppc64
"kvm" accelerator not found.
"kvm" accelerator not found.

On x86, when kvm module is removed, there are a bunch of
other warnings:
Could not access KVM kernel module: No such file or directory
failed to initialize KVM: No such file or directory
Back to tcg accelerator.

-- 
MST



reply via email to

[Prev in Thread] Current Thread [Next in Thread]