Re: [Qemu-devel] [PATCH 0/2] introduce "accel=best"

2016-10-04 Thread Andrew Jones
On Tue, Oct 04, 2016 at 01:07:28PM +0100, Daniel P. Berrange wrote: > On Tue, Oct 04, 2016 at 02:00:46PM +0200, Andrew Jones wrote: > > On Tue, Oct 04, 2016 at 01:30:46PM +0200, Laurent Vivier wrote: > > > This series introduces a new parameter to "accel" to > > > ask to use the best one. > > > >

Re: [Qemu-devel] [PATCH 0/2] introduce "accel=best"

2016-10-04 Thread Daniel P. Berrange
On Tue, Oct 04, 2016 at 02:00:46PM +0200, Andrew Jones wrote: > On Tue, Oct 04, 2016 at 01:30:46PM +0200, Laurent Vivier wrote: > > This series introduces a new parameter to "accel" to > > ask to use the best one. > > > > This allows to remove ugly "kvm accelerator not found" > > from the "make ch

Re: [Qemu-devel] [PATCH 0/2] introduce "accel=best"

2016-10-04 Thread Andrew Jones
On Tue, Oct 04, 2016 at 01:30:46PM +0200, Laurent Vivier wrote: > This series introduces a new parameter to "accel" to > ask to use the best one. > > This allows to remove ugly "kvm accelerator not found" > from the "make check" logs. > > Laurent Vivier (2): > accel: allows to select the "best"

Re: [Qemu-devel] [PATCH 0/2] introduce "accel=best"

2016-10-04 Thread Laurent Vivier
Sorry I didn't use the good email address for Stefano, cc the one from MAINTAINERS now... Laurent On 04/10/2016 13:30, Laurent Vivier wrote: > This series introduces a new parameter to "accel" to > ask to use the best one. > > This allows to remove ugly "kvm accelerator not found" > from the "ma

[Qemu-devel] [PATCH 0/2] introduce "accel=best"

2016-10-04 Thread Laurent Vivier
This series introduces a new parameter to "accel" to ask to use the best one. This allows to remove ugly "kvm accelerator not found" from the "make check" logs. Laurent Vivier (2): accel: allows to select the "best" accelerator tests: use accel=best instead of accel=kvm:tcg accel.c