From: Oleksandr Andrushchenko <andr2000@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: joculator@gmail.com, al1img@gmail.com, vlad.babchuk@gmail.com,
andrii.anisov@gmail.com, olekstysh@gmail.com,
konrad.wilk@oracle.com, lars.kurth@citrix.com,
julien.grall@arm.com, andr2000@gmail.com, sstabellini@kernel.org,
jgross@suse.com, linux-kernel@vger.kernel.org,
Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Subject: [For Linux v1 0/4] PV protocol headers for Linux Kernel
Date: Mon, 10 Apr 2017 09:25:25 +0300 [thread overview]
Message-ID: <1491805529-20603-1-git-send-email-andr2000@gmail.com> (raw)
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
next reply other threads:[~2017-04-10 6:25 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-10 6:25 Oleksandr Andrushchenko [this message]
2017-04-10 6:25 ` [For Linux v1 1/4] xen/kbdif: update protocol description Oleksandr Andrushchenko
2017-04-10 6:25 ` 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 ` 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 ` Oleksandr Andrushchenko
2017-04-10 6:25 ` [For Linux v1 4/4] xen/displif: add ABI for para-virtual display Oleksandr Andrushchenko
2017-04-10 6:25 ` 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
2017-04-11 6:04 ` Oleksandr Andrushchenko
2017-04-11 5:15 ` Juergen Gross
-- strict thread matches above, loose matches on Subject: below --
2017-04-10 6:25 Oleksandr Andrushchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1491805529-20603-1-git-send-email-andr2000@gmail.com \
--to=andr2000@gmail.com \
--cc=al1img@gmail.com \
--cc=andrii.anisov@gmail.com \
--cc=jgross@suse.com \
--cc=joculator@gmail.com \
--cc=julien.grall@arm.com \
--cc=konrad.wilk@oracle.com \
--cc=lars.kurth@citrix.com \
--cc=linux-kernel@vger.kernel.org \
--cc=oleksandr_andrushchenko@epam.com \
--cc=olekstysh@gmail.com \
--cc=sstabellini@kernel.org \
--cc=vlad.babchuk@gmail.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.