From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753381AbdDKFPs (ORCPT ); Tue, 11 Apr 2017 01:15:48 -0400 Received: from mx2.suse.de ([195.135.220.15]:34818 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753223AbdDKFPq (ORCPT ); Tue, 11 Apr 2017 01:15:46 -0400 Subject: Re: [For Linux v1 0/4] PV protocol headers for Linux Kernel To: Oleksandr Andrushchenko , xen-devel@lists.xenproject.org References: <1491805529-20603-1-git-send-email-andr2000@gmail.com> 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, sstabellini@kernel.org, linux-kernel@vger.kernel.org, Oleksandr Andrushchenko From: Juergen Gross Message-ID: <16d79972-b22d-82ee-ffe5-8bfabeb2b690@suse.com> Date: Tue, 11 Apr 2017 07:15:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1491805529-20603-1-git-send-email-andr2000@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/04/17 08:25, Oleksandr Andrushchenko wrote: > From: Oleksandr Andrushchenko > > 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