|
|
Subscribe / Log in / New account

PV protocol headers for Linux Kernel

From:  Oleksandr Andrushchenko <andr2000-AT-gmail.com>
To:  xen-devel-AT-lists.xenproject.org
Subject:  [For Linux 0/4] PV protocol headers for Linux Kernel
Date:  Fri, 7 Apr 2017 11:30:36 +0300
Message-ID:  <1491553840-5180-1-git-send-email-andr2000@gmail.com>
Cc:  joculator-AT-gmail.com, al1img-AT-gmail.com, vlad.babchuk-AT-gmail.com, andrii.anisov-AT-gmail.com, olekstysh-AT-gmail.com, konrad.wilk-AT-oracle.com, lars.kurth-AT-citrix.com, julien.grall-AT-arm.com, andr2000-AT-gmail.com, sstabellini-AT-kernel.org, linux-kernel-AT-vger.kernel.org, Oleksandr Andrushchenko <oleksandr_andrushchenko-AT-epam.com>

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



Copyright © 2017, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds