xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Oleksandr Grytsov <al1img@gmail.com>
To: Xen-devel <xen-devel@lists.xenproject.org>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>,
	Wei Liu <wei.liu2@citrix.com>,
	Oleksandr Grytsov <oleksandr_grytsov@epam.com>
Subject: Re: [PATCH v1 0/5] libxl: add PV sound device
Date: Tue, 14 Nov 2017 14:38:40 +0200	[thread overview]
Message-ID: <CACvf2oW8ys6p_Nape3S=VyjNP=GcOfQAxkdnwNAb_qm4c463_w@mail.gmail.com> (raw)
In-Reply-To: <1509548687-6071-1-git-send-email-al1img@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1611 bytes --]

On Wed, Nov 1, 2017 at 5:04 PM, Oleksandr Grytsov <al1img@gmail.com> wrote:

> 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.
>
> 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.

[-- Attachment #1.2: Type: text/html, Size: 2597 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

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

  parent reply	other threads:[~2017-11-14 12:38 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-01 15:04 [PATCH v1 0/5] libxl: add PV sound device Oleksandr Grytsov
2017-11-01 15:04 ` [PATCH v1 1/5] " Oleksandr Grytsov
2018-02-06 14:43   ` Wei Liu
2017-11-01 15:04 ` [PATCH v1 2/5] libxl: add vsnd list and info Oleksandr Grytsov
2018-02-06 14:43   ` Wei Liu
2018-02-08 14:40     ` Oleksandr Grytsov
2018-02-08 14:46       ` Wei Liu
2017-11-01 15:04 ` [PATCH v1 3/5] xl: add PV sound condif parser Oleksandr Grytsov
2018-02-06 14:43   ` Wei Liu
2017-11-01 15:04 ` [PATCH v1 4/5] xl: add vsnd CLI commands Oleksandr Grytsov
2017-11-01 15:04 ` [PATCH v1 5/5] docs: add PV sound device config Oleksandr Grytsov
2018-02-06 14:43   ` Wei Liu
2017-11-14 12:38 ` Oleksandr Grytsov [this message]
2017-11-20 13:44   ` [PATCH v1 0/5] libxl: add PV sound device Oleksandr Grytsov
2018-01-09 11:30     ` Oleksandr Grytsov
2018-02-05 11:04       ` Oleksandr Grytsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACvf2oW8ys6p_Nape3S=VyjNP=GcOfQAxkdnwNAb_qm4c463_w@mail.gmail.com' \
    --to=al1img@gmail.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=oleksandr_grytsov@epam.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).