On Mon, Oct 2, 2017 at 12:49 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. > > > 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 | 660 ++++++++++++++++++++++++++++++ > +++++ > tools/xl/Makefile | 2 +- > tools/xl/xl.h | 3 + > tools/xl/xl_cmdtable.c | 15 + > tools/xl/xl_parse.c | 250 +++++++++++++ > tools/xl/xl_parse.h | 1 + > tools/xl/xl_vsnd.c | 203 +++++++++++ > 16 files changed, 1427 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.