qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Jim C. Brown" <jma5@umd.edu>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qvm86, kqemu and video speed
Date: Wed, 13 Apr 2005 17:12:04 -0400	[thread overview]
Message-ID: <20050413211204.GA23439@jbrown.mylinuxbox.org> (raw)
In-Reply-To: <425A84B0.60200@praguespringpeople.org>

On Mon, Apr 11, 2005 at 04:07:44PM +0200, Struan Bartlett wrote:
> I understand qvm86 and kqemu provide some virtualisation of the host 
> machine, including allowing the guest some direct memory access. Is it 
> conceivable for these modules to be extended to allow the guest machine 
> to directly write to host video memory, or else to a host memory buffer 
> that is copied into the Qemu window?
> 

This is doable, however I personally think that it is better to keep this all
userspace. Even for fast 3d graphics, you dnt have to use kernel mechanisms,
you could get away with using a custom videocard (or careful emulation of an
existing 3d card) and mapping it to, say, OpenGL calls. Most optimizations
can be done in userspace.

There was a patch sent a while back (the pci-proxy patch) that in theory would
allow qemu guest to use a host PCI video card (such as a PCI Voodoo3 card). This
was never actually tested, and I don't remeber if this patch has been updated
to work against the current version of qemu.

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

      parent reply	other threads:[~2005-04-13 20:51 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-11 14:07 [Qemu-devel] qvm86, kqemu and video speed Struan Bartlett
2005-04-11 15:01 ` James Mastros
2005-04-11 15:17   ` Paul Brook
2005-04-11 15:35     ` Struan Bartlett
2005-04-11 21:51       ` Struan Bartlett
2005-04-15  8:54       ` Struan Bartlett
2005-04-12  3:13     ` Darryl Dixon
2005-04-11 21:53   ` Struan Bartlett
2005-04-12 16:38 ` Alex Beregszaszi
2005-04-12 19:30   ` Fabrice Bellard
2005-04-13  3:57     ` use.reply-to.address
2005-04-13  8:06     ` Struan Bartlett
2005-04-13 18:12     ` Hetz Ben Hamo
2005-04-13 19:24       ` Leonardo E. Reiter
2005-04-13 20:09         ` Leonardo E. Reiter
2005-04-14  9:42       ` Thomas Steffen
2005-04-18  7:32         ` Oliver Gerlich
2005-04-19  6:15           ` emuls
2005-04-13 21:12 ` Jim C. Brown [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=20050413211204.GA23439@jbrown.mylinuxbox.org \
    --to=jma5@umd.edu \
    --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).