All of lore.kernel.org
 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 softmmu_template.h softmmu_header.h
Date: Sat, 09 Aug 2003 20:40:28 +0200	[thread overview]
Message-ID: <3F35401C.9050405@free.fr> (raw)
In-Reply-To: 20030809163705.2ac48a1f.jrydberg@night.trouble.net

Johan Rydberg wrote:
> Fabrice Bellard <fabrice.bellard@free.fr> wrote:
> 
> : Log message:
> : 	Software MMU support (used for memory mapped devices such as VGA)
> 
> Have you done any benchmarking using these changes?  Are there any improvement
> over my software TLB scheme?

It is the same system as you proposed. I have a slightly faster assembly 
version, but I won't use it until QEMU is more stable. There will be two 
modes:

1) No soft MMU, except if Memory I/O is detected for a given translation 
block (for example for VGA accesses in text or planar modes).

2) Soft MMU for everything in order to launch any OS.

I still don't know if there will be a single executable for mode 1 and 2.

Currently I do my testings only with mode 2. Now that it begins to be 
usable (I can use keyboard, mouse and VGA on some DOS programs) I will 
commit all the necessary stuff.

A question to everyone : is it necessary to keep the specific Linux 
booting system now that QEMU can boot by using the BIOS ? It can give 
problems as the VGA is not initialized before Linux is launched if no 
BIOS is used.

Fabrice.

  reply	other threads:[~2003-08-09 18:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-08 23:58 [Qemu-devel] qemu softmmu_template.h softmmu_header.h Fabrice Bellard
2003-08-09 14:37 ` Johan Rydberg
2003-08-09 18:40   ` Fabrice Bellard [this message]
2003-08-09 20:18     ` 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=3F35401C.9050405@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 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.