From: Gerd Hoffmann <kraxel@redhat.com>
To: Kevin O'Connor <kevin@koconnor.net>
Cc: seabios@seabios.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH 5/5] [wip] sercon: initial split-output implementation
Date: Fri, 15 Jul 2016 13:49:49 +0200 [thread overview]
Message-ID: <1468583389.22036.40.camel@redhat.com> (raw)
In-Reply-To: <20160714161529.GA28523@morn.lan>
Hi,
> I'm okay with the cut-and-paste. But, another option would be to use
> the iretw at the end of the existing irqentry_extrastack to implement
> the ljmpw into the main vgabios. Something like (totally untested):
>
> entry_10_hooked:
> pushfw // Setup for iretw in irqentry_arg
> pushl %cs:sercon_int10_hook_resume
>
> pushl $handle_10
> #if CONFIG_ENTRY_EXTRASTACK
> jmp irqentry_arg_extrastack
> #else
> jmp irqentry_arg
> #endif
Good idea, I'll try it.
> Separately, have you considered choosing a separate entry point for
> entry_10_hooked. That is, changing the above pushl to
> $handle_sercon_hooked and introducing that function in sercon.c. It
> seems it would reduce a number of "if (!sercon_splitmode())" checks in
> the main code, as handle_sercon_hooked() could just use a smaller
> switch statement and ignore requests it doesn't need to support.
Makes sense indeed. All functions which only return information are not
needed in the splitmode case.
> Finally, one high level observation is that we know there are a number
> of quirks in various vgabios emulators. For example, we know some
> emulators don't handle certain 32bit instructions when in 16bit mode
> (hence scripts/vgafixup.py), we know some versions of Windows use an
> emulator that doesn't like some stack relative instructions (hence the
> vgabios is compiled without -fomit-frame-pointer), and we know Windows
> Vista doesn't like the extra stack in high ram (the skifree bug). Any
> thoughts on what happens with these quirks if the main seabios code
> hooks int10?
Good question. Do the emulators (both win, xorg) use the int10 vector
set by seabios in the first place? Or go they load the vgabios and run
it, including the initialization, and use whatever entry point the init
code sets up? I suspect it is the latter. But needs investigation and
testing.
/me places the item on the todo list.
Also a serial console for windows guests isn't that useful, so I
wouldn't worry too much about windows emulator issues.
cheers,
Gerd
next prev parent reply other threads:[~2016-07-15 11:50 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-14 8:52 [Qemu-devel] [PATCH 0/5] serial console support Gerd Hoffmann
2016-07-14 8:52 ` [Qemu-devel] [PATCH 1/5] std: add cp437 to unicode map Gerd Hoffmann
2016-07-14 16:17 ` [Qemu-devel] [SeaBIOS] " Kevin O'Connor
2016-07-14 8:52 ` [Qemu-devel] [PATCH 2/5] kbd: make enqueue_key public, add ascii_to_keycode Gerd Hoffmann
2016-07-14 8:53 ` [Qemu-devel] [PATCH 3/5] paravirt: read QEMU_CFG_NOGRAPHIC, store in etc/sercon-enable romfile Gerd Hoffmann
2016-07-14 8:53 ` [Qemu-devel] [PATCH 4/5] add serial console support Gerd Hoffmann
2016-07-14 8:53 ` [Qemu-devel] [PATCH 5/5] [wip] sercon: initial split-output implementation Gerd Hoffmann
2016-07-14 16:15 ` [Qemu-devel] [SeaBIOS] " Kevin O'Connor
2016-07-15 11:49 ` Gerd Hoffmann [this message]
2016-07-15 14:35 ` Kevin O'Connor
2016-08-08 13:14 ` Gerd Hoffmann
2016-09-27 12:00 ` Gerd Hoffmann
2016-10-04 3:03 ` Kevin O'Connor
2016-10-04 8:49 ` Gerd Hoffmann
2016-10-04 9:21 ` Igor Mammedov
2016-10-13 7:17 ` Gerd Hoffmann
2016-10-13 8:09 ` Igor Mammedov
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=1468583389.22036.40.camel@redhat.com \
--to=kraxel@redhat.com \
--cc=kevin@koconnor.net \
--cc=qemu-devel@nongnu.org \
--cc=seabios@seabios.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.