[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1491805529-20603-1-git-send-email-andr2000@gmail.com>
Date: Mon, 10 Apr 2017 09:25:25 +0300
From: Oleksandr Andrushchenko <andr2000@...il.com>
To: xen-devel@...ts.xenproject.org
Cc: joculator@...il.com, al1img@...il.com, vlad.babchuk@...il.com,
andrii.anisov@...il.com, olekstysh@...il.com,
konrad.wilk@...cle.com, lars.kurth@...rix.com,
julien.grall@....com, andr2000@...il.com, sstabellini@...nel.org,
jgross@...e.com, linux-kernel@...r.kernel.org,
Oleksandr Andrushchenko <oleksandr_andrushchenko@...m.com>
Subject: [For Linux v1 0/4] PV protocol headers for Linux Kernel
From: Oleksandr Andrushchenko <oleksandr_andrushchenko@...m.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
Powered by blists - more mailing lists