Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1620914 > unrolled thread

Re: [For Linux v1 0/4] PV protocol headers for Linux Kernel

Started byJuergen Gross <jgross@suse.com>
First post2017-04-11 07:20 +0200
Last post2017-04-11 08:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [For Linux v1 0/4] PV protocol headers for Linux Kernel Juergen Gross <jgross@suse.com> - 2017-04-11 07:20 +0200
    Re: [For Linux v1 0/4] PV protocol headers for Linux Kernel Oleksandr Andrushchenko <andr2000@gmail.com> - 2017-04-11 08:10 +0200

#1620914 — Re: [For Linux v1 0/4] PV protocol headers for Linux Kernel

FromJuergen Gross <jgross@suse.com>
Date2017-04-11 07:20 +0200
SubjectRe: [For Linux v1 0/4] PV protocol headers for Linux Kernel
Message-ID<tuWnE-2G5-7@gated-at.bofh.it>
On 10/04/17 08:25, 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 (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
> 

One note regarding the tags (S-o-b, Acked-by, etc.): please add those in
their logical order in future. So an Acked-by should be below the
Signed-off-by. I've fixed that up for this series.

Series applied to xen/tip for-linus-4.12


Thanks,

Juergen

[toc] | [next] | [standalone]


#1620940

FromOleksandr Andrushchenko <andr2000@gmail.com>
Date2017-04-11 08:10 +0200
Message-ID<tuXa2-3ga-13@gated-at.bofh.it>
In reply to#1620914
On 04/11/2017 08:15 AM, Juergen Gross wrote:
> On 10/04/17 08:25, 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 (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
>>
> One note regarding the tags (S-o-b, Acked-by, etc.): please add those in
> their logical order in future. So an Acked-by should be below the
> Signed-off-by. I've fixed that up for this series.
>
> Series applied to xen/tip for-linus-4.12
>
>
> Thanks,
>
> Juergen
Thank you

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web