All of lore.kernel.org
 help / color / mirror / Atom feed
* [For Linux 0/4] PV protocol headers for Linux Kernel
@ 2017-04-07  8:30 Oleksandr Andrushchenko
  0 siblings, 0 replies; 4+ messages in thread
From: Oleksandr Andrushchenko @ 2017-04-07  8:30 UTC (permalink / raw)
  To: xen-devel
  Cc: lars.kurth, sstabellini, vlad.babchuk, linux-kernel,
	Oleksandr Andrushchenko, julien.grall, andrii.anisov, olekstysh,
	andr2000, al1img, joculator

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


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [For Linux 0/4] PV protocol headers for Linux Kernel
  2017-04-07  8:30 Oleksandr Andrushchenko
@ 2017-04-07  8:47 ` Oleksandr Andrushchenko
  2017-04-07  8:47 ` Oleksandr Andrushchenko
  1 sibling, 0 replies; 4+ messages in thread
From: Oleksandr Andrushchenko @ 2017-04-07  8:47 UTC (permalink / raw)
  To: xen-devel
  Cc: joculator, al1img, vlad.babchuk, andrii.anisov, olekstysh,
	konrad.wilk, lars.kurth, julien.grall, sstabellini, linux-kernel,
	Oleksandr Andrushchenko, Juergen Gross

+Juergen

On 04/07/2017 11:30 AM, Oleksandr Andrushchenko wrote:
> 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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [For Linux 0/4] PV protocol headers for Linux Kernel
  2017-04-07  8:30 Oleksandr Andrushchenko
  2017-04-07  8:47 ` Oleksandr Andrushchenko
@ 2017-04-07  8:47 ` Oleksandr Andrushchenko
  1 sibling, 0 replies; 4+ messages in thread
From: Oleksandr Andrushchenko @ 2017-04-07  8:47 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, lars.kurth, sstabellini, vlad.babchuk,
	linux-kernel, Oleksandr Andrushchenko, julien.grall,
	andrii.anisov, olekstysh, al1img, joculator

+Juergen

On 04/07/2017 11:30 AM, Oleksandr Andrushchenko wrote:
> 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
>


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [For Linux 0/4] PV protocol headers for Linux Kernel
@ 2017-04-07  8:30 Oleksandr Andrushchenko
  2017-04-07  8:47 ` Oleksandr Andrushchenko
  2017-04-07  8:47 ` Oleksandr Andrushchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Oleksandr Andrushchenko @ 2017-04-07  8:30 UTC (permalink / raw)
  To: xen-devel
  Cc: joculator, al1img, vlad.babchuk, andrii.anisov, olekstysh,
	konrad.wilk, lars.kurth, julien.grall, andr2000, sstabellini,
	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 (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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-07  8:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07  8:30 [For Linux 0/4] PV protocol headers for Linux Kernel Oleksandr Andrushchenko
2017-04-07  8:30 Oleksandr Andrushchenko
2017-04-07  8:47 ` Oleksandr Andrushchenko
2017-04-07  8:47 ` Oleksandr Andrushchenko

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.