OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH 0/2] virtio spec: add device types.


  Hi,

Small patch series adding two virtio device types.

First is a virtio input device.  It builds on the linux input layer
event devices (evdev) API, i.e. event types and codes are reused.
Proof-of-concept implementation for keyboard, mouse and tablet exists.
/me plans to review multitouch needs before finalizing the interface,
but other than that the protocol should be pretty close to final.  The
spec text might need some more work ...

Second is the virtio gpu device written by Dave Airlie.  I've composed
a first draft, taking Dave's virtio-gpu.txt file bundled with the qemu
patches, the header file with the structs and organized it simliar to
the other device type sections in the virtio spec.  Left out 3D support
for starters.  I expect some discussions here, probably on both virtio
protocol and spec text.

Please review & comment.

thanks,
  Gerd

Gerd Hoffmann (2):
  Add input device type.
  Add GPU device type.

 content.tex      |   3 +
 virtio-gpu.tex   | 276 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 virtio-input.tex | 112 ++++++++++++++++++++++
 3 files changed, 391 insertions(+)
 create mode 100644 virtio-gpu.tex
 create mode 100644 virtio-input.tex

-- 
1.8.3.1



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]