From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl4Rk-0007rD-4z for qemu-devel@nongnu.org; Tue, 18 Dec 2012 16:11:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl4Rj-0002oF-0U for qemu-devel@nongnu.org; Tue, 18 Dec 2012 16:11:28 -0500 Received: from mail-wi0-f172.google.com ([209.85.212.172]:60492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl4Ri-0002ny-OB for qemu-devel@nongnu.org; Tue, 18 Dec 2012 16:11:26 -0500 Received: by mail-wi0-f172.google.com with SMTP id o1so3027218wic.17 for ; Tue, 18 Dec 2012 13:11:25 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50D0DBF9.7070108@redhat.com> Date: Tue, 18 Dec 2012 22:11:21 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1355768254-12933-1-git-send-email-pbonzini@redhat.com> <87623z6pr1.fsf@codemonkey.ws> In-Reply-To: <87623z6pr1.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/45] Include reorganization + PCI patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" Il 18/12/2012 21:59, Anthony Liguori ha scritto: > But this series breaks the build of make check. It's not just one test > case but almost every single one. I think you must have eliminated an > implicit include of qemu-common.h which makes PRId64 et al all > undeclared. > > I started fixing this too but it became too much for a merge commit > since it affects almost all tests. > > Can you fixup make check and send this series out? I'll make sure to > check tomorrow and merge your pull request if I see it tomorrow. > Otherwise, let me know when you plan on sending it and I'll make sure to > be available to merge it. Hmm, I must have pushed the wrong branch because I remember this failure. Paolo