Re: [Xen-devel] [PATCH 3/5] xl: add PV sound condif parser
On Mon, Oct 02, 2017 at 12:49:22PM +0300, Oleksandr Grytsov wrote: > +static void parse_vsnd_card_config(const XLU_Config *config, > + XLU_ConfigValue *card_value, > + libxl_domain_config *d_config) > +{ > +int ret; > + > +
[Xen-devel] [PATCH 3/5] xl: add PV sound condif parser
From: Oleksandr Grytsov Add config parser for virtual sound devices Signed-off-by: Oleksandr Grytsov --- tools/xl/xl_parse.c | 250 tools/xl/xl_parse.h | 1 + 2 files changed, 251 insertions(+) diff --git a/tools/xl/xl_parse.c b/tools/xl/