[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2018-06-21 Thread Murilo Opsfelder Araújo
Hi, Nigel. Support for powerpc64 is available since FreeBSD 9.0-RELEASE, I think. FreeBSD 11.2-RC2 boots fine in QEMU (at commit 46012db666990ff2eed1d3dc) running on an x86 host with accel=tcg. Below are the steps I have followed to boot it. Build QEMU: $ mkdir build && cd build $ ../configure

[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2016-09-12 Thread T. Huth
Nigel, looking at https://www.freebsd.org/platforms/ppc.html it seems like FreeBSD does not support the pseries machines yet, only some flavours of PowerMac machines. So you should either use the "qemu- system-ppc" binary (without the "64" suffix), or you've got to specify one of the Mac machines,

[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2015-05-07 Thread Nigel Horne
Latest version from git, using FreeBSD10.0: qemu-system-ppc64 -cdrom FreeBSD-10.0-RELEASE-powerpc-disc1.iso -hda freebsd10.0-ppc -m 256 -boot d -k en-us: SLOF ** QEMU Starting Build Date = Mar 13 2015 22:37:28 FW Version =

[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2015-05-07 Thread Nigel Horne
I used the -nographic option as well, but lost it in the copy and paste. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/623852 Title: PPC emulation loops on booting a FreeBSD kernel Status in

[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2014-01-23 Thread Stewart Smith
On 732c66ce641c69702a7e7fdb73b68f0c1b583ab5, I instead get: Welcome to OpenBIOS v1.1 built on Oct 2 2013 22:57 Trying cd:,\\:tbxi... Consoles: Open Firmware console FreeBSD/powerpc Open Firmware loader, Revision 0.1 (r...@xserve.lan.xcllnt.net, Sun Jul 18 04:50:11 UTC 2010) Memory: 96256KB

[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2012-08-03 Thread Samuel Bronson
** Tags added: openbios ppc -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/623852 Title: PPC emulation loops on booting a FreeBSD kernel Status in QEMU: New Bug description: Has anyone tried

[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2011-11-10 Thread Adolfo Maltez
Hi. The same issue from here. - me@host:~$ qemu-system-ppc -cdrom FreeBSD-8.2-RELEASE-powerpc-disc1.iso \ -hda freebsd8.2-ppc.img -m 94 -boot d -bios /usr/share/openbios/openbios-ppc -nographic qemu: warning: could not load VGA bios 'video.x'

[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2010-09-12 Thread Massimo Montecchi
Also I can confirm that I have this problem on QEMU. I had tried booting FreeBSD8.1-ppc under QEMU (Linux x86_64 host; PPC guest) but there seems to be a problem with whatever the FreeBSD8.1 kernel does, that QEMU's PPC emulation can't handle. I am using the latest version of QEMU from GIT as

[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2010-08-25 Thread Nigel Horne
I did a git log command, and the first line is 2446333cd5b5c985f6517dee7004e542ecacd21c. Is that what you mean by a git hash? If so, I hope it helps. -- PPC emulation loops on booting a FreeBSD kernel https://bugs.launchpad.net/bugs/623852 You received this bug notification because you are a

[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2010-08-25 Thread agraf
It looks like a firmware issue. Please report this to openb...@openbios.org. You get the output below by using the -nographic option. = OpenBIOS 1.0 [Aug 17 2010 14:41] Configuration device id QEMU version 1 machine id 2 CPUs: 1

[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2010-08-25 Thread Nigel Horne
Please confirm that you tested with qemu-system-ppc, not qemu-system- ppc64. I got the above 32-bit boundary message with ppc64 - but that's to be expected. And given that I didn't see your message running 32-bit PPC I want to ensure that you did try with the 32-bit emulator. -- PPC emulation