Re: [Xen-devel] [PATCH v1 0/5] libxl: add PV sound device

2017-11-20 Thread Oleksandr Grytsov
On Tue, Nov 14, 2017 at 2:38 PM, Oleksandr Grytsov wrote: > On Wed, Nov 1, 2017 at 5:04 PM, Oleksandr Grytsov > wrote: > >> From: Oleksandr Grytsov >> >> This patch set adds PV sound device support to xl.cfg and xl. >> See sndif.h for protocol implementation details. >> >> Changes since initial

Re: [Xen-devel] [PATCH v1 0/5] libxl: add PV sound device

2017-11-14 Thread Oleksandr Grytsov
On Wed, Nov 1, 2017 at 5:04 PM, Oleksandr Grytsov wrote: > From: Oleksandr Grytsov > > This patch set adds PV sound device support to xl.cfg and xl. > See sndif.h for protocol implementation details. > > Changes since initial: > * fix code style > * change unique-id from int to string (to make

[Xen-devel] [PATCH v1 0/5] libxl: add PV sound device

2017-11-01 Thread Oleksandr Grytsov
From: Oleksandr Grytsov This patch set adds PV sound device support to xl.cfg and xl. See sndif.h for protocol implementation details. Changes since initial: * fix code style * change unique-id from int to string (to make id more user readable) Oleksandr Grytsov (5): libxl: add PV sound dev