From: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
To: Programmingkid <programmingkidx@gmail.com>,
Peter Maydell <peter.maydell@linaro.org>,
anandk1386@gmail.com
Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
qemu-devel qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [Qemu-discuss] error - Guest has not initialized the display yet.
Date: Thu, 26 Mar 2015 20:31:55 +0000 [thread overview]
Message-ID: <55146CBB.2050406@ilande.co.uk> (raw)
In-Reply-To: <6C5ABA02-5765-47C0-B9C6-72C8F461F469@gmail.com>
On 25/03/15 23:52, Programmingkid wrote:
(Added Peter C as CC)
> On Mar 25, 2015, at 6:20 PM, qemu-discuss-request@nongnu.org
> <mailto:qemu-discuss-request@nongnu.org> wrote:
>
>>> QEMU window opens up, but I am getting this error "Guest has not
>>> initialized
>>> the display yet"
>>> I had enabled -sdl option while configuring qemu, but I am still getting
>>> that error.
>>
>> This isn't an error. It is just QEMU telling you that the guest OS
>> has not yet done what it needs to do to turn on the emulated graphics
>> card and display output.
>
> I'm seeing this error also. When I try to boot Mac OS 10.2 in
> qemu-system-ppc, I just see a black window. When I switch from the
> monitor to the vga window, then I see "Guest has not initialized the
> display (yet)". It doesn't go away. OpenBIOS can't even be accessed
> anymore. I think I started seeing this problem around the 18th of March.
> I'm using Mac OS 10.6 as my host.
I've just done some testing here and I see exactly the same issue -
something is preventing OpenBIOS from executing. A quick session with
git bisect points to the following:
c3c1bb99d1c11978d9ce94d1bdcf0705378c1459 is the first bad commit
commit c3c1bb99d1c11978d9ce94d1bdcf0705378c1459
Author: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Date: Mon Mar 16 22:35:54 2015 -0700
exec: Respect as_tranlsate_internal length clamp
address_space_translate_internal will clamp the *plen length argument
based on the size of the memory region being queried. The iommu walker
logic in addresss_space_translate was ignoring this by discarding the
post fn call value of *plen. Fix by just always using *plen as the
length argument throughout the fn, removing the len local variable.
This fixes a bootloader bug when a single elf section spans multiple
QEMU memory regions.
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-Id:
<1426570554-15940-1-git-send-email-peter.crosthwaite@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reproduction is easy with the command line given below:
./qemu-system-ppc -prom-env 'auto-boot?=false'
ATB,
Mark.
next prev parent reply other threads:[~2015-03-26 20:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.38957.1427322059.31050.qemu-discuss@nongnu.org>
2015-03-25 23:52 ` [Qemu-devel] [Qemu-discuss] error - Guest has not initialized the display yet Programmingkid
2015-03-26 9:41 ` Peter Maydell
2015-03-26 20:31 ` Mark Cave-Ayland [this message]
2015-03-26 20:55 ` Peter Maydell
2015-03-26 21:00 ` Paolo Bonzini
2015-03-28 20:25 ` Mark Cave-Ayland
2015-03-28 14:50 ` Programmingkid
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55146CBB.2050406@ilande.co.uk \
--to=mark.cave-ayland@ilande.co.uk \
--cc=anandk1386@gmail.com \
--cc=peter.crosthwaite@xilinx.com \
--cc=peter.maydell@linaro.org \
--cc=programmingkidx@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.