From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drVuc-0005N2-MW for qemu-devel@nongnu.org; Mon, 11 Sep 2017 17:06:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drVuX-0006IP-Ng for qemu-devel@nongnu.org; Mon, 11 Sep 2017 17:06:34 -0400 Received: from mail-qt0-x241.google.com ([2607:f8b0:400d:c0d::241]:34038) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drVuX-0006Hm-Ig for qemu-devel@nongnu.org; Mon, 11 Sep 2017 17:06:29 -0400 Received: by mail-qt0-x241.google.com with SMTP id q8so6302360qtb.1 for ; Mon, 11 Sep 2017 14:06:29 -0700 (PDT) Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= References: <20170911022839.23231-1-f4bug@amsat.org> <1c72c0c6-bd29-5228-d4ad-b26b11afa712@linaro.org> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Date: Mon, 11 Sep 2017 18:06:25 -0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] tcg/tci: do not use ldst label (never implemented) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Peter Maydell , Richard Henderson , Richard Henderson , Paolo Bonzini , QEMU Developers Hi Stefan, On 09/11/2017 05:26 PM, Stefan Weil wrote:> I had an assertion because of a missing qemu-ga > when I‌ only had run "make check", so there is a > dependency (perhaps check: tools) missing. > > Now "make check" is running fine with all targets > (at least until check-qtest-ppc64). Sorry, I have > to finish for today. I had this patch in my travis-ci queue, here extracted alone: https://patchwork.kernel.org/patch/9948117/ Regards, Phil.