Linux virtualization list
 help / color / mirror / Atom feed
* [PATCH 0/1] Add virtio-input driver.
@ 2015-03-19  9:13 Gerd Hoffmann
  0 siblings, 0 replies; 27+ messages in thread
From: Gerd Hoffmann @ 2015-03-19  9:13 UTC (permalink / raw)
  To: virtio-dev, virtualization; +Cc: mst

  Hi,

This patch adds a virtio driver for input devices.

Specification:
  https://www.kraxel.org/cgit/virtio-spec/log/?h=virtio-input
  https://www.kraxel.org/virtio/virtio-v1.0-csprd03-virtio-input.html#x1-2640007

Qemu patches;
  https://lists.gnu.org/archive/html/qemu-devel/2015-03/threads.html#03973

Gerd Hoffmann (1):
  Add virtio-input driver.

 drivers/virtio/Kconfig            |  10 ++
 drivers/virtio/Makefile           |   1 +
 drivers/virtio/virtio_input.c     | 313 ++++++++++++++++++++++++++++++++++++++
 include/uapi/linux/virtio_ids.h   |   1 +
 include/uapi/linux/virtio_input.h |  65 ++++++++
 5 files changed, 390 insertions(+)
 create mode 100644 drivers/virtio/virtio_input.c
 create mode 100644 include/uapi/linux/virtio_input.h

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2015-03-23 18:20 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1426756391-26585-1-git-send-email-kraxel@redhat.com>
2015-03-19  9:13 ` [PATCH 1/1] Add virtio-input driver Gerd Hoffmann
     [not found] ` <1426756391-26585-2-git-send-email-kraxel@redhat.com>
2015-03-19 12:27   ` Michael S. Tsirkin
2015-03-19 12:29   ` David Herrmann
     [not found]   ` <CANq1E4TDj4pq3J_BVc=Yuzo5dVR=QcNexVUqaqwjg7Qi5_xX4Q@mail.gmail.com>
2015-03-19 16:27     ` Dmitry Torokhov
     [not found]     ` <20150319162704.GE30732@dtor-ws>
2015-03-19 17:16       ` David Herrmann
2015-03-20  9:54       ` Gerd Hoffmann
2015-03-20  9:48     ` Gerd Hoffmann
     [not found]     ` <1426844885.32097.36.camel@nilsson.home.kraxel.org>
2015-03-20  9:55       ` David Herrmann
     [not found]       ` <CANq1E4QLPSK6NVeEx6yihYPdF-XPpXx4rKv0deHwX+s2RzFHCg@mail.gmail.com>
2015-03-20 10:36         ` Gerd Hoffmann
     [not found]         ` <1426847799.32097.66.camel@nilsson.home.kraxel.org>
2015-03-20 10:43           ` David Herrmann
     [not found]   ` <20150319123940-mutt-send-email-mst@redhat.com>
2015-03-20 10:28     ` Gerd Hoffmann
2015-03-21 22:22       ` Michael S. Tsirkin
2015-03-23  7:53         ` Gerd Hoffmann
2015-03-23 11:52           ` [virtio-dev] " Paolo Bonzini
2015-03-23 13:44           ` Gerd Hoffmann
     [not found]           ` <1427118292.27137.39.camel@nilsson.home.kraxel.org>
2015-03-23 13:51             ` Michael S. Tsirkin
     [not found]             ` <20150323144803-mutt-send-email-mst@redhat.com>
2015-03-23 14:27               ` Gerd Hoffmann
2015-03-23 14:54                 ` Michael S. Tsirkin
     [not found]                 ` <20150323155106-mutt-send-email-mst@redhat.com>
2015-03-23 15:05                   ` Gerd Hoffmann
     [not found]                   ` <1427123129.27137.62.camel@nilsson.home.kraxel.org>
2015-03-23 16:17                     ` Cornelia Huck
2015-03-23 18:20                     ` Michael S. Tsirkin
2015-03-19 13:35 ` [PATCH 0/1] " Michael S. Tsirkin
     [not found] ` <20150319141302-mutt-send-email-mst@redhat.com>
2015-03-19 14:46   ` Gerd Hoffmann
2015-03-19 16:33     ` Michael S. Tsirkin
2015-03-19 17:05       ` Paolo Bonzini
2015-03-19 16:46     ` Michael S. Tsirkin
2015-03-19  9:13 Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox