Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-28 Thread David Gibson
On Tue, Jan 26, 2016 at 09:13:34AM +, Peter Maydell wrote: > On 26 January 2016 at 05:37, David Gibson wrote: > > Good grief. And this would be why I don't generally test 32-bit > > builds... > > 32-bit on 64-bit host is a special case of a cross-compile, > and

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-27 Thread Laurent Vivier
On 27/01/2016 14:36, Gerd Hoffmann wrote: > Hi, > >> Hmm. Is there a HOWTO for setting up a 32-bit container? Containers >> aren't something I've had the time to become familiar with so far. > > systemd-nspawn manpage has a few examples in the examples section (and > is worth reading

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-27 Thread Gerd Hoffmann
Hi, > Hmm. Is there a HOWTO for setting up a 32-bit container? Containers > aren't something I've had the time to become familiar with so far. systemd-nspawn manpage has a few examples in the examples section (and is worth reading anyway). For fedora it boils down to "yum/dnf

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-26 Thread Peter Maydell
On 26 January 2016 at 05:37, David Gibson wrote: > Good grief. And this would be why I don't generally test 32-bit > builds... 32-bit on 64-bit host is a special case of a cross-compile, and cross-compiling is always pain... (My test 32-bit builds are just done on a

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-26 Thread Gerd Hoffmann
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

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-26 Thread David Gibson
On Tue, Jan 26, 2016 at 11:56:15AM +0100, Gerd Hoffmann wrote: > 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, ... >

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-25 Thread Alexander Graf
> Am 26.01.2016 um 06:37 schrieb David Gibson : > >> On Mon, Jan 25, 2016 at 02:38:15PM +, Peter Maydell wrote: >>> On 25 January 2016 at 14:00, David Gibson >>> wrote: On Mon, Jan 25, 2016 at 11:59:22AM +, Peter Maydell

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-25 Thread David Gibson
On Mon, Jan 25, 2016 at 02:38:15PM +, Peter Maydell wrote: > On 25 January 2016 at 14:00, David Gibson wrote: > > On Mon, Jan 25, 2016 at 11:59:22AM +, Peter Maydell wrote: > >> On 25 January 2016 at 11:19, David Gibson > >>

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-25 Thread David Gibson
On Mon, Jan 25, 2016 at 11:59:22AM +, Peter Maydell wrote: > On 25 January 2016 at 11:19, David Gibson wrote: > > I think I've fixed it, but it's a bit hard to tell since for me > > origin/master also fails to compile on 32-bit :(. > > Oops -- what's the failure

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-25 Thread Peter Maydell
On 25 January 2016 at 14:00, David Gibson wrote: > On Mon, Jan 25, 2016 at 11:59:22AM +, Peter Maydell wrote: >> On 25 January 2016 at 11:19, David Gibson >> wrote: >> > I think I've fixed it, but it's a bit hard to tell since for me

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-25 Thread Peter Maydell
On 25 January 2016 at 01:14, David Gibson wrote: > The following changes since commit 047e363b05679724d6b784c6ec6310697fe48ba0: > > Merge remote-tracking branch > 'remotes/pmaydell/tags/pull-softfloat-20160122' into staging (2016-01-22 > 15:19:21 +) > > are

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-25 Thread David Gibson
On Mon, Jan 25, 2016 at 10:42:40AM +, Peter Maydell wrote: > On 25 January 2016 at 01:14, David Gibson wrote: > > The following changes since commit 047e363b05679724d6b784c6ec6310697fe48ba0: > > > > Merge remote-tracking branch > >

Re: [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-25 Thread Peter Maydell
On 25 January 2016 at 11:19, David Gibson wrote: > I think I've fixed it, but it's a bit hard to tell since for me > origin/master also fails to compile on 32-bit :(. Oops -- what's the failure there? (I do know of a vixl compile failure with older gcc you might be

[Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125

2016-01-24 Thread David Gibson
The following changes since commit 047e363b05679724d6b784c6ec6310697fe48ba0: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-softfloat-20160122' into staging (2016-01-22 15:19:21 +) are available in the git repository at: git://github.com/dgibson/qemu.git