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

2017-11-07 Thread Cornelia Huck
On Wed, 13 Sep 2017 11:09:04 -0700 Richard Henderson 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

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

2017-09-13 Thread Richard Henderson
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 s

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

2017-09-13 Thread Thomas Huth
On 13.09.2017 19:29, 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 spec

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

2017-09-13 Thread Cornelia Huck
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. Inste