Re: [Xen-devel] [PATCH v1 0/6] libxl: create standalone vkb device

2018-02-05 Thread Oleksandr Grytsov
On Tue, Jan 9, 2018 at 1:31 PM, Oleksandr Grytsov  wrote:

>
>
> On Mon, Nov 20, 2017 at 3:44 PM, Oleksandr Grytsov 
> wrote:
>
>> On Tue, Nov 14, 2017 at 2:39 PM, Oleksandr Grytsov 
>> wrote:
>>
>>> On Wed, Nov 1, 2017 at 5:05 PM, Oleksandr Grytsov 
>>> wrote:
>>>
 From: Oleksandr Grytsov 

 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.
>>
>
> Ian, Wei,
>
> Could you review this patch set?
>
> --
> Best Regards,
> Oleksandr Grytsov.
>

ping

-- 
Best Regards,
Oleksandr Grytsov.
___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Re: [Xen-devel] [PATCH v1 0/6] libxl: create standalone vkb device

2018-01-09 Thread Oleksandr Grytsov
On Mon, Nov 20, 2017 at 3:44 PM, Oleksandr Grytsov  wrote:

> On Tue, Nov 14, 2017 at 2:39 PM, Oleksandr Grytsov 
> wrote:
>
>> On Wed, Nov 1, 2017 at 5:05 PM, Oleksandr Grytsov 
>> wrote:
>>
>>> From: Oleksandr Grytsov 
>>>
>>> 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.
>

Ian, Wei,

Could you review this patch set?

-- 
Best Regards,
Oleksandr Grytsov.
___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel