From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO1IL-0005Tu-Lw for qemu-devel@nongnu.org; Tue, 26 Jan 2016 05:56:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO1II-0002r6-Gt for qemu-devel@nongnu.org; Tue, 26 Jan 2016 05:56:21 -0500 Message-ID: <1453805775.24277.9.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 26 Jan 2016 11:56:15 +0100 In-Reply-To: <0680BF2B-8AC3-4950-BFAB-12F7E39EFF05@suse.de> References: <1453684527-23564-1-git-send-email-david@gibson.dropbear.id.au> <20160125111936.GI32205@voom.redhat.com> <20160125140038.GK32205@voom.redhat.com> <20160126053747.GA16692@voom.fritz.box> <0680BF2B-8AC3-4950-BFAB-12F7E39EFF05@suse.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Laurent Vivier , Peter Maydell , Thomas Huth , Mark Cave-Ayland , QEMU Developers , "qemu-ppc@nongnu.org" , "bharata@linux.vnet.ibm.com" , Greg Kurz , David Gibson Hi, > Just set up a 32bit vm and maybe configure it to automatically test your = git branch? ;) Container works even better as you can kick the build right from the (host) command line, without boot vm, login, ... sudo systemd-nspawn \ --directory /path/to/32bit-distro-root \ --bind /home \ --share-system \ --user $USER \ make -C $HOME/projects/qemu/build-32bit configure is a bit more complicated because systemd-nspaws lacks a --workdir switch, you need either some wrapper scripting or have to boot the container, login, cd $builddir and run configure manually. HTH, Gerd