Re: [Qemu-devel] [PATCH] accel: Allow to build QEMU without TCG or KVM support

2019-01-17 Thread Anthony PERARD
On Thu, Jan 17, 2019 at 12:06:09PM +0100, Thomas Huth wrote: > On 2019-01-17 11:55, Anthony PERARD wrote: > > On Thu, Jan 17, 2019 at 07:02:24AM +0100, Thomas Huth wrote: > >> On 2019-01-16 18:35, Anthony PERARD wrote: > >>> Instead of deny build of QEMU without a default accelerator, simply > >>>

Re: [Qemu-devel] [PATCH] accel: Allow to build QEMU without TCG or KVM support

2019-01-17 Thread Thomas Huth
On 2019-01-17 11:55, Anthony PERARD wrote: > On Thu, Jan 17, 2019 at 07:02:24AM +0100, Thomas Huth wrote: >> On 2019-01-16 18:35, Anthony PERARD wrote: >>> Instead of deny build of QEMU without a default accelerator, simply >>> report an error when the user haven't passed -accel or -machine accel=

Re: [Qemu-devel] [PATCH] accel: Allow to build QEMU without TCG or KVM support

2019-01-17 Thread Anthony PERARD
On Thu, Jan 17, 2019 at 07:02:24AM +0100, Thomas Huth wrote: > On 2019-01-16 18:35, Anthony PERARD wrote: > > Instead of deny build of QEMU without a default accelerator, simply > > report an error when the user haven't passed -accel or -machine accel= > > and TCG and KVM isn't builtin. > > > >

Re: [Qemu-devel] [PATCH] accel: Allow to build QEMU without TCG or KVM support

2019-01-16 Thread Thomas Huth
On 2019-01-16 18:35, Anthony PERARD wrote: > Instead of deny build of QEMU without a default accelerator, simply > report an error when the user haven't passed -accel or -machine accel= > and TCG and KVM isn't builtin. > > ./configure already check that at least one accelerator is available. > >

Re: [Qemu-devel] [PATCH] accel: Allow to build QEMU without TCG or KVM support

2019-01-16 Thread Paolo Bonzini
On 16/01/19 18:35, Anthony PERARD wrote: > Instead of deny build of QEMU without a default accelerator, simply > report an error when the user haven't passed -accel or -machine accel= > and TCG and KVM isn't builtin. > > ./configure already check that at least one accelerator is available. > >

[Qemu-devel] [PATCH] accel: Allow to build QEMU without TCG or KVM support

2019-01-16 Thread Anthony PERARD
Instead of deny build of QEMU without a default accelerator, simply report an error when the user haven't passed -accel or -machine accel= and TCG and KVM isn't builtin. ./configure already check that at least one accelerator is available. Signed-off-by: Anthony PERARD --- accel/accel.c | 4