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 <coh...@redhat.com> > --- > 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, r~