qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: xen-devel@lists.xensource.com, Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: Re: [Qemu-devel] xen / qemu convergence ?
Date: Mon, 17 Dec 2007 18:55:24 +0000	[thread overview]
Message-ID: <200712171855.25639.paul@codesourcery.com> (raw)
In-Reply-To: <18278.48926.479346.164587@mariner.uk.xensource.com>

> I don't really understand why the vga is handled in this way in qemu
> but then I'm not an expert on PC graphics hardware.  Is it necessary
> or desirable for the VGA RAM to take up virtual address space in this
> way, or is there some other reason why VGA RAM in the ordinary vga
> driver is regarded as a special use of system RAM rather than as a
> special kind of hardware device ?

RAM is RAM. We don't care whether it's nominally owned by the vga controller 
or the "system". If you don't do this then all accesses have to go via 
horribly slow IO callbacks, which is just silly.

I've no idea what you're talking about when you say it's "taking up virtual 
address space".

Paul

      parent reply	other threads:[~2007-12-17 18:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-10 18:14 [Qemu-devel] [PATCH] ioemu/qemu vga: save and restore vram buffer Ian Jackson
2007-12-10 19:03 ` andrzej zaborowski
2007-12-12 11:44   ` [Qemu-devel] [PATCH] ioemu/qemu vga: save and restore vram buffer (revised) Ian Jackson
2007-12-16 11:35     ` andrzej zaborowski
2007-12-17 11:18       ` Ian Jackson
2007-12-17 16:22         ` Paul Brook
2007-12-17 18:25           ` [Qemu-devel] xen / qemu convergence ? Ian Jackson
2007-12-17 18:52             ` andrzej zaborowski
2007-12-18 10:41               ` Ian Jackson
2007-12-17 18:55             ` Paul Brook [this message]

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=200712171855.25639.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=qemu-devel@nongnu.org \
    --cc=xen-devel@lists.xensource.com \
    /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).