From: Kevin O'Connor <kevin@koconnor.net>
To: Bernhard Walle <bernhard@bwalle.de>
Cc: qemu-devel@nongnu.org, kraxel@redhat.com
Subject: Re: [Qemu-devel] uvesafb doesn't work with seabios
Date: Mon, 12 May 2014 16:07:31 -0400 [thread overview]
Message-ID: <20140512200731.GA15678@morn.localdomain> (raw)
In-Reply-To: <ca2d58f1189ff240af22ef9600b179d8@bwalle.de>
On Mon, May 12, 2014 at 08:53:53PM +0200, Bernhard Walle wrote:
> Am 2014-05-12 07:29, schrieb Kevin O'Connor:
> >
> >It does look like the x86emu issue. You can try applying the
> >SeaVGABIOS patch below to confirm it.
>
> The output doesn't appear. But I'm sure that I copied the correct files
> because modifications of other strings worked.
Heh - old versions of x86emu apparently don't support "rep outsb"
either. Can you test the patch below instead?
-Kevin
--- a/vgasrc/vgaentry.S
+++ b/vgasrc/vgaentry.S
@@ -47,7 +47,17 @@ _rom_header_signature:
// Force a fault if found to be running on broken x86emu versions.
DECLFUNC x86emu_fault
+msg: .ascii "SeaVGABIOS: x86emu leal trap!\n"
x86emu_fault:
+#if CONFIG_DEBUG_IO
+ movw %cs:DebugOutputPort, %dx
+ movw $msg, %si
+1: movb %cs:(%si), %al
+ outb %al, (%dx)
+ incw %si
+ cmpw $x86emu_fault, %si
+ jl 1b
+#endif
1: hlt
jmp 1b
next prev parent reply other threads:[~2014-05-12 20:07 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-09 15:06 [Qemu-devel] uvesafb doesn't work with seabios Bernhard Walle
2014-05-10 15:07 ` Kevin O'Connor
2014-05-11 11:42 ` Bernhard Walle
2014-05-11 12:37 ` Kevin O'Connor
2014-05-11 14:19 ` Bernhard Walle
2014-05-12 5:29 ` Kevin O'Connor
2014-05-12 18:53 ` Bernhard Walle
2014-05-12 20:07 ` Kevin O'Connor [this message]
2014-05-13 5:52 ` Bernhard Walle
2014-05-13 9:20 ` Bernhard Walle
2014-05-13 15:41 ` Kevin O'Connor
2014-05-13 18:08 ` Gerhard Wiesinger
2014-05-13 18:20 ` Kevin O'Connor
2014-05-13 19:48 ` Bernhard Walle
2014-05-14 19:08 ` Bernhard Walle
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=20140512200731.GA15678@morn.localdomain \
--to=kevin@koconnor.net \
--cc=bernhard@bwalle.de \
--cc=kraxel@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).