Re: [Qemu-devel] [PATCH for-2.0 v2] tests: Don't run qom-test twice

2014-04-24 Thread Markus Armbruster
Andreas Färber writes: > Am 24.04.2014 16:34, schrieb Peter Maydell: >> On 24 April 2014 15:29, Stefan Hajnoczi wrote: >>> On Mon, Apr 07, 2014 at 04:13:00PM +0200, Andreas Färber wrote: Commit 3687d5325 accidentally resulted in running qom-test twice for x86_64, once directly via the

Re: [Qemu-devel] [PATCH for-2.0 v2] tests: Don't run qom-test twice

2014-04-24 Thread Stefan Hajnoczi
On Mon, Apr 07, 2014 at 04:13:00PM +0200, Andreas Färber wrote: > Commit 3687d5325 accidentally resulted in running qom-test twice > for x86_64, once directly via the wildcard, and once because x86_64 > includes all the i386 qtests (which includes qom-test). > > Filter out x86_64 as well as microb

Re: [Qemu-devel] [PATCH for-2.0 v2] tests: Don't run qom-test twice

2014-04-24 Thread Peter Maydell
On 24 April 2014 15:29, Stefan Hajnoczi wrote: > On Mon, Apr 07, 2014 at 04:13:00PM +0200, Andreas Färber wrote: >> Commit 3687d5325 accidentally resulted in running qom-test twice >> for x86_64, once directly via the wildcard, and once because x86_64 >> includes all the i386 qtests (which include

Re: [Qemu-devel] [PATCH for-2.0 v2] tests: Don't run qom-test twice

2014-04-24 Thread Andreas Färber
Am 24.04.2014 16:34, schrieb Peter Maydell: > On 24 April 2014 15:29, Stefan Hajnoczi wrote: >> On Mon, Apr 07, 2014 at 04:13:00PM +0200, Andreas Färber wrote: >>> Commit 3687d5325 accidentally resulted in running qom-test twice >>> for x86_64, once directly via the wildcard, and once because x86_

[Qemu-devel] [PATCH for-2.0 v2] tests: Don't run qom-test twice

2014-04-07 Thread Andreas Färber
Commit 3687d5325 accidentally resulted in running qom-test twice for x86_64, once directly via the wildcard, and once because x86_64 includes all the i386 qtests (which includes qom-test). Filter out x86_64 as well as microblazeel and xtensaeb to fix this. Cc: Peter Maydell Signed-off-by: Andrea