Re: [Xen-devel] [PATCH v3 2/5] libxl: add vsnd list and info

2018-07-05 Thread Wei Liu
On Fri, Jun 15, 2018 at 01:15:15PM +0300, Oleksandr Grytsov wrote: > From: Oleksandr Grytsov > > Add getting vsnd list and info API > > Signed-off-by: Oleksandr Grytsov Acked-by: Wei Liu ___ Xen-devel mailing list Xen-devel@lists.xenproject.org htt

[Xen-devel] [PATCH v3 2/5] libxl: add vsnd list and info

2018-06-15 Thread Oleksandr Grytsov
From: Oleksandr Grytsov Add getting vsnd list and info API Signed-off-by: Oleksandr Grytsov --- tools/libxl/libxl.h | 10 + tools/libxl/libxl_types.idl | 19 ++ tools/libxl/libxl_utils.h | 3 + tools/libxl/libxl_vsnd.c| 365 +++- 4 files change