Re: [Qemu-devel] [PATCH] tests: switch tests to accel=kvm:tcg

2017-08-16 Thread Cornelia Huck
On Tue, 15 Aug 2017 21:49:16 +0200 Thomas Huth wrote: > On 15.08.2017 17:47, Richard Henderson wrote: > > On 08/14/2017 08:33 AM, Cornelia Huck wrote: > >> On Mon, 14 Aug 2017 17:34:15 +0300 > >> "Michael S. Tsirkin" wrote: > >> > >>> Speed up tests on host systems with kvm support. > >>> In

Re: [Qemu-devel] [PATCH] tests: switch tests to accel=kvm:tcg

2017-08-16 Thread Cornelia Huck
On Tue, 15 Aug 2017 17:04:35 -0300 Philippe Mathieu-Daudé wrote: > On 08/15/2017 12:47 PM, Richard Henderson wrote: > > On 08/14/2017 08:33 AM, Cornelia Huck wrote: > >> On Mon, 14 Aug 2017 17:34:15 +0300 > >> "Michael S. Tsirkin" wrote: > >> > >>> Speed up tests on host systems with kvm sup

Re: [Qemu-devel] [PATCH] tests: switch tests to accel=kvm:tcg

2017-08-15 Thread Philippe Mathieu-Daudé
On 08/15/2017 12:47 PM, Richard Henderson wrote: On 08/14/2017 08:33 AM, Cornelia Huck wrote: On Mon, 14 Aug 2017 17:34:15 +0300 "Michael S. Tsirkin" wrote: Speed up tests on host systems with kvm support. In particular, this fixes tests with --disable-tcg. Cc: Paolo Bonzini Cc: Thomas Huth

Re: [Qemu-devel] [PATCH] tests: switch tests to accel=kvm:tcg

2017-08-15 Thread Thomas Huth
On 15.08.2017 17:47, Richard Henderson wrote: > On 08/14/2017 08:33 AM, Cornelia Huck wrote: >> On Mon, 14 Aug 2017 17:34:15 +0300 >> "Michael S. Tsirkin" wrote: >> >>> Speed up tests on host systems with kvm support. >>> In particular, this fixes tests with --disable-tcg. >>> >>> Cc: Paolo Bonzin

Re: [Qemu-devel] [PATCH] tests: switch tests to accel=kvm:tcg

2017-08-15 Thread Richard Henderson
On 08/15/2017 12:28 PM, Michael S. Tsirkin wrote: >> Ouch. This is the only real smoke test we have for the tcg backend for the >> host. While it is still going to test tcg for whatever machines do not run >> natively on the host, I can't help think we've lost testing. >> >> Can we use accel=tcg:

Re: [Qemu-devel] [PATCH] tests: switch tests to accel=kvm:tcg

2017-08-15 Thread Michael S. Tsirkin
On Tue, Aug 15, 2017 at 08:47:35AM -0700, Richard Henderson wrote: > On 08/14/2017 08:33 AM, Cornelia Huck wrote: > > On Mon, 14 Aug 2017 17:34:15 +0300 > > "Michael S. Tsirkin" wrote: > > > >> Speed up tests on host systems with kvm support. > >> In particular, this fixes tests with --disable-tc

Re: [Qemu-devel] [PATCH] tests: switch tests to accel=kvm:tcg

2017-08-15 Thread Richard Henderson
On 08/14/2017 08:33 AM, Cornelia Huck wrote: > On Mon, 14 Aug 2017 17:34:15 +0300 > "Michael S. Tsirkin" wrote: > >> Speed up tests on host systems with kvm support. >> In particular, this fixes tests with --disable-tcg. >> >> Cc: Paolo Bonzini >> Cc: Thomas Huth >> Cc: Laurent Vivier >> Sugge

Re: [Qemu-devel] [PATCH] tests: switch tests to accel=kvm:tcg

2017-08-14 Thread Cédric Le Goater
On 08/14/2017 05:47 PM, Thomas Huth wrote: > On 14.08.2017 17:33, Cornelia Huck wrote: >> On Mon, 14 Aug 2017 17:34:15 +0300 >> "Michael S. Tsirkin" wrote: >> >>> Speed up tests on host systems with kvm support. >>> In particular, this fixes tests with --disable-tcg. > [...] >>> diff --git a/tests

Re: [Qemu-devel] [PATCH] tests: switch tests to accel=kvm:tcg

2017-08-14 Thread Thomas Huth
On 14.08.2017 17:33, Cornelia Huck wrote: > On Mon, 14 Aug 2017 17:34:15 +0300 > "Michael S. Tsirkin" wrote: > >> Speed up tests on host systems with kvm support. >> In particular, this fixes tests with --disable-tcg. [...] >> diff --git a/tests/pnv-xscom-test.c b/tests/pnv-xscom-test.c >> index

Re: [Qemu-devel] [PATCH] tests: switch tests to accel=kvm:tcg

2017-08-14 Thread Cornelia Huck
On Mon, 14 Aug 2017 17:34:15 +0300 "Michael S. Tsirkin" wrote: > Speed up tests on host systems with kvm support. > In particular, this fixes tests with --disable-tcg. > > Cc: Paolo Bonzini > Cc: Thomas Huth > Cc: Laurent Vivier > Suggested-by: Cornelia Huck > Signed-off-by: Michael S. Tsirk

[Qemu-devel] [PATCH] tests: switch tests to accel=kvm:tcg

2017-08-14 Thread Michael S. Tsirkin
Speed up tests on host systems with kvm support. In particular, this fixes tests with --disable-tcg. Cc: Paolo Bonzini Cc: Thomas Huth Cc: Laurent Vivier Suggested-by: Cornelia Huck Signed-off-by: Michael S. Tsirkin --- Tested on x86 only. tests/boot-serial-test.c | 2 +- tests/pnv-xscom-t