From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyZvK-0001Vp-JT for qemu-devel@nongnu.org; Wed, 21 Mar 2018 05:20:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyZvH-0000DN-E1 for qemu-devel@nongnu.org; Wed, 21 Mar 2018 05:20:46 -0400 References: <20180319215335.1119213-1-eblake@redhat.com> <56ec7ba5-a6e1-2268-3313-8babc640c024@redhat.com> <20180321020709.GA16095@lemon.usersys.redhat.com> From: Marcel Apfelbaum Message-ID: <56ff5d55-ad21-01b9-aa62-f7786aa9289d@redhat.com> Date: Wed, 21 Mar 2018 11:20:33 +0200 MIME-Version: 1.0 In-Reply-To: <20180321020709.GA16095@lemon.usersys.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.12] rdma: Fix 32-bit compilation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Eric Blake , qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Yuval Shaia On 21/03/2018 4:07, Fam Zheng wrote: > On Tue, 03/20 12:30, Marcel Apfelbaum wrote: >> Hi Eric, >> >> On 19/03/2018 23:53, Eric Blake wrote: >>> Use the correct printf formats, so that a 32-bit compile doesn't >>> spit out lots of warnings about %lx being incompatible with uint64_t. >>> Broken since initial commit ef6d4ccd. >>> >>> Signed-off-by: Eric Blake >>> --- >>> >>> I don't know if 'make vm-build-ubuntu.i368' would catch this (it failed >>> for me for other reasons); I found it via a 32-bit rawhide VM. >>> >> >> I couldn't run 'make vm-build-ubuntu.i368' either. (Stuck on "Booting from Hard Disk...") > > I tried this now and it works for me. Could you delete "$HOME/.cache/qemu-vm" > and do it again from a git tree, then pastbin the full log? > Hi Fam, I did that but it didn't help. Here is the log: https://da.gd/8wJHj I try to run the same command line, and it still stuck in the boot process. Problem is, the command line looks fine, may be another issue with my PC... I'll continue to debug it. Thanks for the help, Marcel > Fam >