From: Oleksandr Grytsov <oleksandr_gryt...@epam.com>

This patch set adds PV sound device support to xl.cfg and xl.
See sndif.h for protocol implementation details.

Changes since v2:
 * address comments
 * rename libxl_vsnd_stream.id -> libxl_vsnd_stream.unique_id
 * use XENSND_FIELD_... defines in xl_parse.c and xl_vsnd.c

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             | 149 ++++++
 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             | 684 +++++++++++++++++++++++++++
 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                   | 206 ++++++++
 16 files changed, 1449 insertions(+), 2 deletions(-)
 create mode 100644 tools/libxl/libxl_vsnd.c
 create mode 100644 tools/xl/xl_vsnd.c

-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to