On Tue, Nov 14, 2017 at 2:39 PM, Oleksandr Grytsov <al1...@gmail.com> wrote:

> On Wed, Nov 1, 2017 at 5:05 PM, Oleksandr Grytsov <al1...@gmail.com>
> wrote:
>
>> From: Oleksandr Grytsov <oleksandr_gryt...@epam.com>
>>
>> Changes since initial:
>>  * add setting backend-type to xenstore
>>  * add id field to indentify the vkb device on backend side
>>
>> Oleksandr Grytsov (6):
>>   libxl: move vkb device to libxl_vkb.c
>>   libxl: fix vkb XS entry and type
>>   libxl: add backend type and id to vkb
>>   libxl: vkb add list and info functions
>>   xl: add vkb config parser and CLI
>>   docs: add vkb device to xl.cfg and xl
>>
>>  docs/man/xl.cfg.pod.5.in    |  28 ++++++
>>  docs/man/xl.pod.1.in        |  22 +++++
>>  tools/libxl/Makefile        |   1 +
>>  tools/libxl/libxl.h         |  10 ++
>>  tools/libxl/libxl_console.c |  53 -----------
>>  tools/libxl/libxl_create.c  |   3 +
>>  tools/libxl/libxl_dm.c      |   1 +
>>  tools/libxl/libxl_types.idl |  19 ++++
>>  tools/libxl/libxl_utils.h   |   3 +
>>  tools/libxl/libxl_vkb.c     | 226 ++++++++++++++++++++++++++++++
>> ++++++++++++++
>>  tools/xl/Makefile           |   2 +-
>>  tools/xl/xl.h               |   3 +
>>  tools/xl/xl_cmdtable.c      |  15 +++
>>  tools/xl/xl_parse.c         |  75 ++++++++++++++-
>>  tools/xl/xl_parse.h         |   2 +-
>>  tools/xl/xl_vkb.c           | 142 ++++++++++++++++++++++++++++
>>  16 files changed, 549 insertions(+), 56 deletions(-)
>>  create mode 100644 tools/libxl/libxl_vkb.c
>>  create mode 100644 tools/xl/xl_vkb.c
>>
>> --
>> 2.7.4
>>
>>
> ping
>
> --
> Best Regards,
> Oleksandr Grytsov.
>

ping

-- 
Best Regards,
Oleksandr Grytsov.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to