All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] libxl: add PV sound device
@ 2017-10-02  9:49 Oleksandr Grytsov
  2017-10-02  9:49 ` [PATCH 1/5] " Oleksandr Grytsov
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Oleksandr Grytsov @ 2017-10-02  9:49 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, wei.liu2, Oleksandr Grytsov

From: Oleksandr Grytsov <oleksandr_grytsov@epam.com>

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


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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-10-31 15:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-02  9:49 [PATCH 0/5] libxl: add PV sound device Oleksandr Grytsov
2017-10-02  9:49 ` [PATCH 1/5] " Oleksandr Grytsov
2017-10-30 17:39   ` Wei Liu
2017-10-31 14:51     ` Oleksandr Grytsov
2017-10-31 14:54       ` Wei Liu
2017-10-31 15:00     ` Oleksandr Grytsov
2017-10-02  9:49 ` [PATCH 2/5] libxl: add vsnd list and info Oleksandr Grytsov
2017-10-30 17:51   ` Wei Liu
2017-10-02  9:49 ` [PATCH 3/5] xl: add PV sound condif parser Oleksandr Grytsov
2017-10-30 17:58   ` Wei Liu
2017-10-02  9:49 ` [PATCH 4/5] xl: add vsnd CLI commands Oleksandr Grytsov
2017-10-30 17:59   ` Wei Liu
2017-10-02  9:49 ` [PATCH 5/5] docs: add PV sound device config Oleksandr Grytsov
2017-10-30 18:00   ` Marek Marczykowski-Górecki
2017-10-31 15:54     ` Oleksandr Grytsov
2017-10-24  7:27 ` [PATCH 0/5] libxl: add PV sound device Oleksandr Grytsov
2017-10-30 12:36   ` Oleksandr Grytsov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.