Re: [Xen-devel] [PATCH v7] sndif: add ABI for Para-virtual sound

2015-03-17 Thread Ian Campbell
On Tue, 2015-03-17 at 13:05 +, Lars Kurth wrote: > > On 17 Mar 2015, at 11:40, Ian Campbell wrote: > > > > On Thu, 2015-03-12 at 18:14 +, Lars Kurth wrote: > >> Hi,I nearly missed this. Please make sure you forward stuff and change > >> the headline if you want me to look into things. Oth

Re: [Xen-devel] [PATCH v7] sndif: add ABI for Para-virtual sound

2015-03-17 Thread Jan Beulich
>>> On 17.03.15 at 14:05, wrote: >> On 17 Mar 2015, at 11:40, Ian Campbell wrote: >> I think the main things which is missing is some decision as to the the >> point at which we would consider the ABI for a PV protocol fixed, i.e. >> to be maintained in a backwards compatible manner from then on.

Re: [Xen-devel] [PATCH v7] sndif: add ABI for Para-virtual sound

2015-03-17 Thread Stefano Stabellini
On Tue, 17 Mar 2015, Ian Campbell wrote: > On Thu, 2015-03-12 at 18:14 +, Lars Kurth wrote: > > Hi,I nearly missed this. Please make sure you forward stuff and change > > the headline if you want me to look into things. Otherwise I may miss > > it. > > Sure, I'll try and remember. > > FYI bef

Re: [Xen-devel] [PATCH v7] sndif: add ABI for Para-virtual sound

2015-03-17 Thread Lars Kurth
> On 17 Mar 2015, at 11:40, Ian Campbell wrote: > > On Thu, 2015-03-12 at 18:14 +, Lars Kurth wrote: >> Hi,I nearly missed this. Please make sure you forward stuff and change >> the headline if you want me to look into things. Otherwise I may miss >> it. > > Sure, I'll try and remember. >

Re: [Xen-devel] [PATCH v7] sndif: add ABI for Para-virtual sound

2015-03-17 Thread Ian Campbell
On Thu, 2015-03-12 at 18:14 +, Lars Kurth wrote: > Hi,I nearly missed this. Please make sure you forward stuff and change > the headline if you want me to look into things. Otherwise I may miss > it. Sure, I'll try and remember. FYI before Ian J went away he mentioned that he had raised some

Re: [Xen-devel] [PATCH v7] sndif: add ABI for Para-virtual sound

2015-03-12 Thread Lars Kurth
> On 23 Feb 2015, at 17:41, Ian Campbell wrote: > > On Fri, 2015-02-06 at 13:28 +0200, Oleksandr Dmytryshyn wrote: >> This is ABI for the two halves of a Para-virtual >> sound driver to communicate with each to other. >> >> Signed-off-by: Oleksandr Dmytryshyn >> Signed-off-by: Iurii Konovalenk

Re: [Xen-devel] [PATCH v7] sndif: add ABI for Para-virtual sound

2015-02-24 Thread Dario Faggioli
On Mon, 2015-02-23 at 17:41 +, Ian Campbell wrote: > On Fri, 2015-02-06 at 13:28 +0200, Oleksandr Dmytryshyn wrote: > > This is ABI for the two halves of a Para-virtual > > sound driver to communicate with each to other. > > > > Signed-off-by: Oleksandr Dmytryshyn > > Signed-off-by: Iurii Kon

[Xen-devel] [PATCH v7] sndif: add ABI for Para-virtual sound

2015-02-06 Thread Oleksandr Dmytryshyn
This is ABI for the two halves of a Para-virtual sound driver to communicate with each to other. Signed-off-by: Oleksandr Dmytryshyn Signed-off-by: Iurii Konovalenko --- Changes since v1: * removed __attribute__((__packed__)) from all structures definitions Changes since v2: * removed all C s