qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] accel: default to an actually available acce


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH v2] accel: default to an actually available accelerator
Date: Tue, 7 Nov 2017 17:59:22 +0100

On Wed, 13 Sep 2017 11:09:04 -0700
Richard Henderson <address@hidden> wrote:

> On 09/13/2017 10:29 AM, Cornelia Huck wrote:
> > configure_accelerator() falls back to tcg if no accelerator has
> > been specified. Formerly, we could be sure that tcg is always
> > available; however, with --disable-tcg, this is not longer true,
> > and you are not able to start qemu without explicitly specifying
> > another accelerator on those builds.
> > 
> > Instead, choose an accelerator in the order tcg->kvm->hax.
> > 
> > Signed-off-by: Cornelia Huck <address@hidden>
> > ---
> > RFC->v2:
> > - drop xen from the list of fallbacks
> > - use comma-delimited list of accelerators (much easier)
> > - changed one place in qemu-options.hx that had been missed  
> 
> Queued to tcg-next.  Thanks,

Hm, has this fallen through the cracks?



reply via email to

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