qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Gerd Hoffmann
Subject: Re: [Qemu-ppc] [Qemu-devel] [PULL 00/28] ppc-for-2.6 queue 20160125
Date: Tue, 26 Jan 2016 11:56:15 +0100

  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]