On Fri, 09/22 03:09, Philippe Mathieu-Daudé wrote: > On 09/21/2017 12:07 PM, Fam Zheng wrote: > > The image is prepared following instructions as in: > > > > https://wiki.qemu.org/Hosts/BSD > > > > Signed-off-by: Fam Zheng <f...@redhat.com> > > $ QEMU=`pwd`/x86_64-softmmu/qemu-system-x86_64 make vm-build-freebsd V=1 > [...] > CC tests/test-io-channel-socket.o > CC tests/io-channel-helpers.o > LINK tests/test-io-channel-socket > > the build hang here, stopping to use the cpu, keeping 2GB of resident > physical memory until I hit ^C ... not enough ram for the guest? guest tmpfs > full?
For how long? The four images doing "J=8" takes 1~2 hours here usually. This worked for me on at least two machines (one laptop and one server). :-/ > > useful enough for: > Tested-by: Philippe Mathieu-Daudé <f4...@amsat.org> Fam