qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] paravirtual mouse/tablet, v5


From: Gerd Hoffmann
Subject: [Qemu-devel] paravirtual mouse/tablet, v5
Date: Thu, 27 Jan 2011 14:11:35 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Red Hat/3.1.7-3.el6_0 Thunderbird/3.1.7

  Hi,

Next revision the pvmouse protocol. It is quite different now, I've decided to move to a model with one message per updated value, simliar to the linux input layer. There isn't a "mouse move" message any more. A mouse move event will be three messages now: one to update X, one to update Y and a third sync message to mark the end of the message block. That should be *alot* easier to extend in the future.

Header file is attached.  Comments are welcome.

thanks,
  Gerd

Attachment: pvmouse.h
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]