On Jun 26, 2016, at 8:50 AM, Mark Cave-Ayland wrote:
On 25/06/16 20:34, G 3 wrote:
I just did a git pull today to this commit:
commit a01aef5d2f96c334d048f43f0d3573a1152b37ca
Merge: c728876 21a4d96
Author: Peter Maydell <peter.maydell(a)linaro.org
<mailto:peter.maydell@linaro.org>>
Date: Fri Jun 24 11:00:15 2016 +0100
When I tried to run qemu-system-ppc with and without the -bios
option,
all I see is a empty black window. Switching consoles yields a Guest
hasn't initialized the display yet message. Are you having better
luck
or is this a known issue?
I've just tried this here and everything seems okay for me on
Linux? Do you have a test Linux VM you can use to at least verify
whether the regression is QEMU-wide or just related to a OS X host?
Actually I was using QEMU in Ubuntu Mate 15.10.
You should be able to find your last good commit in
the "git
reflog" history at which point you should be able to do a bisect
fairly easily.
I'm using a PowerPC computer so that might be the reason why it fails
here.
Thank you.