qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Fabrice Bellard <fabrice.bellard@free.fr>
To: Johan Rydberg <jrydberg@night.trouble.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu vga.c
Date: Tue, 26 Aug 2003 21:20:27 +0200	[thread overview]
Message-ID: <3F4BB2FB.8070007@free.fr> (raw)
In-Reply-To: 20030826171508.66a60b9e.jrydberg@night.trouble.net

Johan Rydberg wrote:
> Fabrice Bellard <fabrice.bellard@free.fr> wrote:
> 
> : Modified files:
> : 	.              : vga.c 
> 
> I have not yet had the chanse of testing the VGA code,
> so I wonder: how fast is it?  And does it look good? :)

It is currently fast enough to have a usable PC emulator. Many DOS games 
are usable. It should be faster than the bochs emulation but slightly 
slower than the dosemu one. This VGA emulation code is more accurate 
than either bochs or dosemu (all VGA modes, including non standard ones 
(i.e. the ones not supported by int $0x10) should work), but of course 
more testing is needed.

There are some optimisations pending (VGA memory accesses could be 
faster, but I wanted first to have a simple code). The S3 specific code 
the SVGA emulation is not finished. It will be mainly used to launch X11 
or Windows in high resolution modes. I also have to modify the LGPL'ed 
vga bios to add S3 VESA support.

Fabrice.

  reply	other threads:[~2003-08-26 19:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-11 20:33 [Qemu-devel] qemu vga.c Fabrice Bellard
2003-08-26 15:15 ` Johan Rydberg
2003-08-26 19:20   ` Fabrice Bellard [this message]
2003-08-27 17:03     ` Johan Rydberg
2003-08-27 17:39       ` Fabrice Bellard
2003-08-30 14:11     ` [Qemu-devel] qemu current (was: qemu vga.c) Nicolas Ollinger
  -- strict thread matches above, loose matches on Subject: below --
2003-09-30 21:29 [Qemu-devel] qemu vga.c Fabrice Bellard
2003-10-30 22:10 Fabrice Bellard
2003-10-30 23:27 ` Chad Page
2003-10-31  0:01   ` Leigh Dyer
2003-10-31 19:57     ` Stefano Marinelli

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=3F4BB2FB.8070007@free.fr \
    --to=fabrice.bellard@free.fr \
    --cc=jrydberg@night.trouble.net \
    --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).