From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIc79-0002EG-V7 for qemu-devel@nongnu.org; Fri, 24 Jul 2015 08:30:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIc76-00079d-3U for qemu-devel@nongnu.org; Fri, 24 Jul 2015 08:30:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIc75-00079F-VU for qemu-devel@nongnu.org; Fri, 24 Jul 2015 08:30:08 -0400 References: <1437732994-20478-1-git-send-email-pbonzini@redhat.com> <55B22971.1080102@redhat.com> <20150724122457.GK6880@redhat.com> From: Paolo Bonzini Message-ID: <55B22FCA.9040406@redhat.com> Date: Fri, 24 Jul 2015 14:30:02 +0200 MIME-Version: 1.0 In-Reply-To: <20150724122457.GK6880@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/13] Miscellaneous bugfixes for 2.4.0-rc3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Peter Maydell , QEMU Developers On 24/07/2015 14:24, Daniel P. Berrange wrote: >> > I'll respin without this patch. I can reproduce it with >> > --disable-gnutls. Dan, can you take a look? > So this patch was not actually causing the problem, merely exposing a > latent bug. Yes, that was likely. > I've just sent a fix for the root cause, which you can > queue before the test case patch addition to preserve bisectability. I'll prepare another pull request next week for these two patches if you still haven't sorted out signed tags. In the meanwhile, there was another problem reported at https://lists.gnu.org/archive/html/qemu-devel/2015-07/msg02170.html. Basically, with --enable-static the tools failed to link on Ubuntu. Paolo