qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: Gerhard Wiesinger <lists@wiesinger.com>
Subject: Re: [Qemu-devel] Absolute Mouse in VNC and debug ports patch
Date: Sat, 3 Apr 2010 16:26:52 +0100	[thread overview]
Message-ID: <201004031626.52399.paul@codesourcery.com> (raw)
In-Reply-To: <alpine.LFD.2.00.1004021618180.3662@bbs.intern>

> This is my first contribution to QEMU: I've written a virtual piece of
> hardware (e.g. ports) that the mouse pointer can be used as an absolute
> pointing device even with non USB devices, e.g. with DOS and doesn't need
> any high memory usage USB driver. This is necessary for e.g. VNC remote
> access, this was my primary motivation.

Why not just use the existing vmmouse?

> To use it you need a mouse driver (e.g. cutemouse,
> http://cutemouse.sourceforge.net/) and an QEMU mouse TSR.
> Further the mouse TSR emulates also a HP-HIL 45911 tablet digitizer. This
> device has been chosen because an Interrupt interface exists at INT 6Fh and
> therefore it is relativly easy to emulate (all other devices I've evaluated
>  use the serial port and are therefore much more complex to emulate)

However emulating an actual tablet connected to the serial port means you 
don't need any custom guest software.

>Further I've written a simple logging debug ports functionality to debug the
>driver

This looks a lot like the existing isa-debugcon.

Paul

  reply	other threads:[~2010-04-03 15:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-02 14:19 [Qemu-devel] Absolute Mouse in VNC and debug ports patch Gerhard Wiesinger
2010-04-03 15:26 ` Paul Brook [this message]
2010-04-03 16:20   ` Gerhard Wiesinger
2010-04-05 10:20   ` Gerhard Wiesinger

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=201004031626.52399.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --cc=lists@wiesinger.com \
    --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).