Re: [Xen-devel] [PATCH v9] xen: add para-virtual sound interface header files

2016-11-24 Thread Jan Beulich
>>> On 24.11.16 at 13:52, wrote: >> You still talk about "Xen headers", i.e. plural, so I don't think your >> reply addresses my earlier question. IOW I continue to think there >> should be only one header in the patch here. > > Ok, makes sense. I will create 2 patches: one

Re: [Xen-devel] [PATCH v9] xen: add para-virtual sound interface header files

2016-11-24 Thread Oleksandr Andrushchenko
> You still talk about "Xen headers", i.e. plural, so I don't think your > reply addresses my earlier question. IOW I continue to think there > should be only one header in the patch here. Ok, makes sense. I will create 2 patches: one for sndif.h which is a generic protocol (platform agnostic)

Re: [Xen-devel] [PATCH v9] xen: add para-virtual sound interface header files

2016-11-24 Thread Jan Beulich
>>> On 24.11.16 at 12:49, wrote: > 1. As per previous discussions on this there was a request that protocol > files > must be platform agnostic meaning that no specific compiler/platform code > allowed. For that reason we have created 2 separate files: protocol itself > +

Re: [Xen-devel] [PATCH v9] xen: add para-virtual sound interface header files

2016-11-24 Thread Oleksandr Andrushchenko
1. As per previous discussions on this there was a request that protocol files must be platform agnostic meaning that no specific compiler/platform code allowed. For that reason we have created 2 separate files: protocol itself + companion Linux specific file with structure definitions, packaging

Re: [Xen-devel] [PATCH v9] xen: add para-virtual sound interface header files

2016-11-24 Thread Jan Beulich
>>> On 23.11.16 at 17:38, wrote: > include/xen/interface/io/sndif.h | 609 > + > include/xen/interface/io/sndif_linux.h | 112 ++ > 2 files changed, 721 insertions(+) > create mode 100644 include/xen/interface/io/sndif.h > create

[Xen-devel] [PATCH v9] xen: add para-virtual sound interface header files

2016-11-23 Thread Oleksandr Andrushchenko
This is the ABI for the two halves of a para-virtualized sound driver to communicate with each to other. Signed-off-by: Oleksandr Andrushchenko Signed-off-by: Oleksandr Grytsov Signed-off-by: Oleksandr Dmytryshyn