From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dk4sS-0002b8-Tr for qemu-devel@nongnu.org; Tue, 22 Aug 2017 04:49:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dk4sP-0006JC-Sf for qemu-devel@nongnu.org; Tue, 22 Aug 2017 04:49:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55712) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dk4sP-0006Ia-Ld for qemu-devel@nongnu.org; Tue, 22 Aug 2017 04:49:33 -0400 References: <20170816082650.21880-1-cohuck@redhat.com> <223c4e3c-097f-5a91-37fa-df4bfb427d60@redhat.com> <20170822010917.GO12356@umbus.fritz.box> From: Laurent Vivier Message-ID: <3f0dc918-0f55-e2f4-bf47-fe4abf5453bb@redhat.com> Date: Tue, 22 Aug 2017 10:49:27 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.10] boot-serial-test: prefer tcg accelerator List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , David Gibson Cc: Paolo Bonzini , Thomas Huth , "Michael S. Tsirkin" , Cornelia Huck , Richard Henderson , QEMU Developers On 22/08/2017 10:47, Peter Maydell wrote: > On 22 August 2017 at 02:09, David Gibson wrote: >> On Wed, Aug 16, 2017 at 12:18:07PM +0100, Peter Maydell wrote: >>> On 16 August 2017 at 11:51, Paolo Bonzini wrote: >>>> On 16/08/2017 10:26, Cornelia Huck wrote: >>>>> Prefer to use the tcg accelarator if it is available: This is our only >>>>> real smoke test for tcg, and fast enough to use it for that. >>>> >>>> I'm not sure this is required for 2.10. Yes, it means the coverage from >>>> "make check" is worse, but that's it. >>> >>> Yes, I'd put it under "if we need to roll an rc4 anyway for >>> some more significant bug we might as well put this in too, >>> but it doesn't merit cutting rc4 by itself." >> >> It does entirely break "make check" on a ppc host. And that in turn >> has held up my testing cycle for a couple of ppc regressions from 2.9 >> that I was hoping to squeeze in. Does that change your calculations? > > I have a PPC64 box in my standard set of build tests, and it > runs 'make check' without problems... You need to use KVM HV to have the problem, not KVM PR. Is that the case? Laurent