From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1eya8b-00084T-BX for mharc-qemu-trivial@gnu.org; Wed, 21 Mar 2018 05:34:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eya8Z-000835-RG for qemu-trivial@nongnu.org; Wed, 21 Mar 2018 05:34:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eya8Y-0004Ek-TT for qemu-trivial@nongnu.org; Wed, 21 Mar 2018 05:34:27 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:41440 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eya8S-0004BR-Kf; Wed, 21 Mar 2018 05:34:20 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2F0B46166C; Wed, 21 Mar 2018 09:34:20 +0000 (UTC) Received: from localhost (ovpn-12-136.pek2.redhat.com [10.72.12.136]) by smtp.corp.redhat.com (Postfix) with ESMTP id E9C06215CDB7; Wed, 21 Mar 2018 09:34:18 +0000 (UTC) Date: Wed, 21 Mar 2018 17:34:16 +0800 From: Fam Zheng To: Marcel Apfelbaum Cc: Eric Blake , qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Yuval Shaia Message-ID: <20180321093416.GF26017@lemon.usersys.redhat.com> References: <20180319215335.1119213-1-eblake@redhat.com> <56ec7ba5-a6e1-2268-3313-8babc640c024@redhat.com> <20180321020709.GA16095@lemon.usersys.redhat.com> <56ff5d55-ad21-01b9-aa62-f7786aa9289d@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56ff5d55-ad21-01b9-aa62-f7786aa9289d@redhat.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Wed, 21 Mar 2018 09:34:20 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Wed, 21 Mar 2018 09:34:20 +0000 (UTC) for IP:'10.11.54.6' DOMAIN:'int-mx06.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'famz@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: Re: [Qemu-trivial] [PATCH for-2.12] rdma: Fix 32-bit compilation X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2018 09:34:28 -0000 On Wed, 03/21 11:20, Marcel Apfelbaum wrote: > 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. Maybe we are using different QEMU/seabios. What I used is built from qemu.git. The log has the QEMU arguments which you can try manually for debug. Fam