On Tue, Jan 9, 2018 at 1:30 PM, Oleksandr Grytsov <[email protected]> wrote:

> On Mon, Nov 20, 2017 at 3:44 PM, Oleksandr Grytsov <[email protected]>
> wrote:
>
>> On Tue, Nov 14, 2017 at 2:38 PM, Oleksandr Grytsov <[email protected]>
>> wrote:
>>
>>> On Wed, Nov 1, 2017 at 5:04 PM, Oleksandr Grytsov <[email protected]>
>>> wrote:
>>>
>>>> From: Oleksandr Grytsov <[email protected]>
>>>>
>>>> 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 device
>>>>   libxl: add vsnd list and info
>>>>   xl: add PV sound condif parser
>>>>   xl: add vsnd CLI commands
>>>>   docs: add PV sound device config
>>>>
>>>>  docs/man/xl.cfg.pod.5.in             | 150 ++++++++
>>>>  docs/man/xl.pod.1.in                 |  30 ++
>>>>  tools/libxl/Makefile                 |   2 +-
>>>>  tools/libxl/libxl.h                  |  24 ++
>>>>  tools/libxl/libxl_create.c           |   1 +
>>>>  tools/libxl/libxl_internal.h         |   1 +
>>>>  tools/libxl/libxl_types.idl          |  83 +++++
>>>>  tools/libxl/libxl_types_internal.idl |   1 +
>>>>  tools/libxl/libxl_utils.h            |   3 +
>>>>  tools/libxl/libxl_vsnd.c             | 699
>>>> +++++++++++++++++++++++++++++++++++
>>>>  tools/xl/Makefile                    |   2 +-
>>>>  tools/xl/xl.h                        |   3 +
>>>>  tools/xl/xl_cmdtable.c               |  15 +
>>>>  tools/xl/xl_parse.c                  | 246 ++++++++++++
>>>>  tools/xl/xl_parse.h                  |   1 +
>>>>  tools/xl/xl_vsnd.c                   | 203 ++++++++++
>>>>  16 files changed, 1462 insertions(+), 2 deletions(-)
>>>>  create mode 100644 tools/libxl/libxl_vsnd.c
>>>>  create mode 100644 tools/xl/xl_vsnd.c
>>>>
>>>> --
>>>> 2.7.4
>>>>
>>>>
>>> ping
>>>
>>> --
>>> Best Regards,
>>> Oleksandr Grytsov.
>>>
>>
>> ping
>>
>> --
>> Best Regards,
>> Oleksandr Grytsov.
>>
>
> Ian, Wei,
>
> Could you review this patch set?
>
> --
> Best Regards,
> Oleksandr Grytsov.
>

ping

-- 
Best Regards,
Oleksandr Grytsov.
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to