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,
linux-kernel@vger.kernel.org,
Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Subject: [For Linux 0/4] PV protocol headers for Linux Kernel
Date: Fri, 7 Apr 2017 11:30:36 +0300 [thread overview]
Message-ID: <1491553840-5180-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 (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
next reply other threads:[~2017-04-07 8:31 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-07 8:30 Oleksandr Andrushchenko [this message]
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 ` Juergen Gross
2017-04-07 11:29 ` [Xen-devel] " Juergen Gross
2017-04-07 12:45 ` Konrad Rzeszutek Wilk
2017-04-07 12:58 ` Oleksandr Andrushchenko
2017-04-07 12:58 ` [Xen-devel] " Oleksandr Andrushchenko
2017-04-07 12:45 ` Konrad Rzeszutek Wilk
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 ` [Xen-devel] " Juergen Gross
2017-04-07 11:30 ` 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 8:30 ` 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 13:50 ` Julien Grall
2017-04-07 14:02 ` Oleksandr Andrushchenko
2017-04-07 16:36 ` Stefano Stabellini
2017-04-07 16:36 ` Stefano Stabellini
2017-04-07 17:43 ` Oleksandr Andrushchenko
2017-04-07 17:50 ` Stefano Stabellini
2017-04-07 17:51 ` Oleksandr Andrushchenko
2017-04-07 17:51 ` Oleksandr Andrushchenko
2017-04-07 17:50 ` Stefano Stabellini
2017-04-07 17:43 ` Oleksandr Andrushchenko
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:06 ` Oleksandr Andrushchenko
2017-04-10 6:07 ` Juergen Gross
2017-04-10 6:07 ` Juergen Gross
2017-04-07 14:02 ` 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
-- strict thread matches above, loose matches on Subject: below --
2017-04-07 8:30 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=1491553840-5180-1-git-send-email-andr2000@gmail.com \
--to=andr2000@gmail.com \
--cc=al1img@gmail.com \
--cc=andrii.anisov@gmail.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.