From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VONx8-0005H7-KL for qemu-devel@nongnu.org; Tue, 24 Sep 2013 04:26:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VONx3-0006Mp-N9 for qemu-devel@nongnu.org; Tue, 24 Sep 2013 04:26:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VONx3-0006Mj-FM for qemu-devel@nongnu.org; Tue, 24 Sep 2013 04:26:33 -0400 From: Juan Quintela In-Reply-To: <1377279256-4303-1-git-send-email-christoffer.dall@linaro.org> (Christoffer Dall's message of "Fri, 23 Aug 2013 10:34:16 -0700") References: <1377279256-4303-1-git-send-email-christoffer.dall@linaro.org> Date: Tue, 24 Sep 2013 10:26:19 +0200 Message-ID: <8738ouvd5g.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2] migration: Fix debug print type Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoffer Dall Cc: linaro-kernel@lists.linaro.org, qemu-devel@nongnu.org, patches@linaro.org, kvmarm@lists.cs.columbia.edu Christoffer Dall wrote: > The printf args are uint64_t and with -Werr QEMU doesn't compile with > migration debugging turned on unless this is fixed. Fix it. > > Signed-off-by: Christoffer Dall Reviewed-by: Juan Quintela