From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dW1iW-0004gH-0N for qemu-devel@nongnu.org; Fri, 14 Jul 2017 10:37:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dW1iS-0003mo-TM for qemu-devel@nongnu.org; Fri, 14 Jul 2017 10:37:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51882) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dW1iS-0003mU-MV for qemu-devel@nongnu.org; Fri, 14 Jul 2017 10:37:12 -0400 Date: Fri, 14 Jul 2017 17:37:05 +0300 From: "Michael S. Tsirkin" Message-ID: <20170714173646-mutt-send-email-mst@kernel.org> References: <1499964378-24344-1-git-send-email-mst@redhat.com> <415ee774-cab4-f48a-c081-c2158de35b50@redhat.com> <1689390822.16456651.1500013233018.JavaMail.zimbra@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1689390822.16456651.1500013233018.JavaMail.zimbra@redhat.com> Subject: Re: [Qemu-devel] [PATCH] tests: switch pxe and vm gen id tests to use kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Thomas Huth , qemu-devel@nongnu.org, Laurent Vivier , Ben Warren , Peter Maydell On Fri, Jul 14, 2017 at 02:20:33AM -0400, Paolo Bonzini wrote: > > > NACK. > > > > It's not that simple. If you do it like this, you then suddenly get > > these ugly '"kvm" accelerator not found' messages during "make check" > > which we really should avoid. > > You're right, I thought these were shut up before with Laurent's patch. > I think we should print a single message at the end, like > > qemu: -machine accel=kvm:xen: No accelerator found > > Paolo That's exactly Laurent's patch, isn't it? > > Laurent suggested some better ideas a couple of months ago, but I think > > the common sense was rather "unit tests should always use TCG" at that > > point in time: > > > > https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg00400.html > > > > Well, now that we've got the "--disable-tcg" configure option, we should > > maybe start to reconsider that ;-) > > > > So I'm fine with the patch if you also include Laurent's patch to shut > > up the error message: > > > > https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg00395.html > > > > Thomas > >