All of lore.kernel.org
 help / color / mirror / Atom feed
* [For Linux 0/4] PV protocol headers for Linux Kernel
@ 2017-04-07  8:30 Oleksandr Andrushchenko
  2017-04-07  8:30 ` [For Linux 1/4] xen/kbdif: update protocol description Oleksandr Andrushchenko
                   ` (9 more replies)
  0 siblings, 10 replies; 41+ messages in thread
From: Oleksandr Andrushchenko @ 2017-04-07  8:30 UTC (permalink / raw)
  To: xen-devel
  Cc: joculator, al1img, vlad.babchuk, andrii.anisov, olekstysh,
	konrad.wilk, lars.kurth, julien.grall, andr2000, sstabellini,
	linux-kernel, Oleksandr Andrushchenko

From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>

Hi, all!

This patch series adds/updates para-virtual device
protocols for Linux Kernel (headers):
 o kbdif (multitouch support added)
 o sndif - sound (new)
 o displif - display (new)

No changes, but Linux Kernel coding style applied.

Thank you,
Oleksandr

Oleksandr Andrushchenko (4):
  xen/kbdif: update protocol description
  xen/kbdif: add multi-touch support
  xen/sndif: add sound-device ABI
  xen/displif: add ABI for para-virtual display

 include/xen/interface/io/displif.h | 864 +++++++++++++++++++++++++++++++++++++
 include/xen/interface/io/kbdif.h   | 468 ++++++++++++++++++--
 include/xen/interface/io/sndif.h   | 803 ++++++++++++++++++++++++++++++++++
 3 files changed, 2108 insertions(+), 27 deletions(-)
 create mode 100644 include/xen/interface/io/displif.h
 create mode 100644 include/xen/interface/io/sndif.h

-- 
2.7.4

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

end of thread, other threads:[~2017-04-10  6:07 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07  8:30 [For Linux 0/4] PV protocol headers for Linux Kernel Oleksandr Andrushchenko
2017-04-07  8:30 ` [For Linux 1/4] xen/kbdif: update protocol description Oleksandr Andrushchenko
2017-04-07  8:30 ` Oleksandr Andrushchenko
2017-04-07 11:29   ` [Xen-devel] " Juergen Gross
2017-04-07 12:45     ` Konrad Rzeszutek Wilk
2017-04-07 12:45     ` [Xen-devel] " Konrad Rzeszutek Wilk
2017-04-07 12:58       ` Oleksandr Andrushchenko
2017-04-07 12:58       ` [Xen-devel] " Oleksandr Andrushchenko
2017-04-07 11:29   ` Juergen Gross
2017-04-07  8:30 ` [For Linux 2/4] xen/kbdif: add multi-touch support Oleksandr Andrushchenko
2017-04-07  8:30 ` Oleksandr Andrushchenko
2017-04-07 11:30   ` Juergen Gross
2017-04-07 11:30   ` [Xen-devel] " Juergen Gross
2017-04-07  8:30 ` [For Linux 3/4] xen/sndif: add sound-device ABI Oleksandr Andrushchenko
2017-04-07  8:30 ` Oleksandr Andrushchenko
2017-04-07 11:31   ` Juergen Gross
2017-04-07 11:31   ` [Xen-devel] " Juergen Gross
2017-04-07  8:30 ` [For Linux 4/4] xen/displif: add ABI for para-virtual display Oleksandr Andrushchenko
2017-04-07 11:31   ` [Xen-devel] " Juergen Gross
2017-04-07 11:31   ` Juergen Gross
2017-04-07 13:50   ` Julien Grall
2017-04-07 14:02     ` Oleksandr Andrushchenko
2017-04-07 14:02     ` Oleksandr Andrushchenko
2017-04-07 16:36       ` Stefano Stabellini
2017-04-07 17:43         ` Oleksandr Andrushchenko
2017-04-07 17:43         ` Oleksandr Andrushchenko
2017-04-07 17:50           ` Stefano Stabellini
2017-04-07 17:50           ` Stefano Stabellini
2017-04-07 17:51             ` Oleksandr Andrushchenko
2017-04-07 17:51             ` Oleksandr Andrushchenko
2017-04-07 16:36       ` Stefano Stabellini
2017-04-10  6:03       ` Juergen Gross
2017-04-10  6:03       ` Juergen Gross
2017-04-10  6:06         ` Oleksandr Andrushchenko
2017-04-10  6:07           ` Juergen Gross
2017-04-10  6:07           ` Juergen Gross
2017-04-10  6:06         ` Oleksandr Andrushchenko
2017-04-07 13:50   ` Julien Grall
2017-04-07  8:30 ` Oleksandr Andrushchenko
2017-04-07  8:47 ` [For Linux 0/4] PV protocol headers for Linux Kernel Oleksandr Andrushchenko
2017-04-07  8:47 ` Oleksandr Andrushchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.