public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [For Linux v1 0/4] PV protocol headers for Linux Kernel
@ 2017-04-10  6:25 Oleksandr Andrushchenko
  2017-04-10  6:25 ` [For Linux v1 1/4] xen/kbdif: update protocol description Oleksandr Andrushchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Oleksandr Andrushchenko @ 2017-04-10  6:25 UTC (permalink / raw)
  To: xen-devel
  Cc: joculator, al1img, vlad.babchuk, andrii.anisov, olekstysh,
	konrad.wilk, lars.kurth, julien.grall, andr2000, sstabellini,
	jgross, 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 (updated/multitouch support added)
 o sndif - sound (new)
 o displif - display (new)

Changes since v0:
 * removed editor blocks
 * XENDISPL_EVENT_PAGE_SIZE -> XEN_PAGE_SIZE, not 4096
 * removed Reviewed-by from Xen's review

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 | 854 +++++++++++++++++++++++++++++++++++++
 include/xen/interface/io/kbdif.h   | 458 ++++++++++++++++++--
 include/xen/interface/io/sndif.h   | 793 ++++++++++++++++++++++++++++++++++
 3 files changed, 2078 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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-10  6:25 [For Linux v1 0/4] PV protocol headers for Linux Kernel Oleksandr Andrushchenko
2017-04-10  6:25 ` [For Linux v1 1/4] xen/kbdif: update protocol description Oleksandr Andrushchenko
2017-04-10  6:25 ` [For Linux v1 2/4] xen/kbdif: add multi-touch support Oleksandr Andrushchenko
2017-04-10  6:25 ` [For Linux v1 3/4] xen/sndif: add sound-device ABI Oleksandr Andrushchenko
2017-04-10  6:25 ` [For Linux v1 4/4] xen/displif: add ABI for para-virtual display Oleksandr Andrushchenko
2017-04-11  5:15 ` [For Linux v1 0/4] PV protocol headers for Linux Kernel Juergen Gross
2017-04-11  6:04   ` Oleksandr Andrushchenko

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