From: Oleksandr Grytsov <al1img@gmail.com>
To: Xen-devel <xen-devel@lists.xenproject.org>,
Ian Jackson <ian.jackson@eu.citrix.com>,
Wei Liu <wei.liu2@citrix.com>
Cc: Oleksandr Grytsov <oleksandr_grytsov@epam.com>
Subject: Re: [PATCH v1 0/6] libxl: create standalone vkb device
Date: Tue, 9 Jan 2018 13:31:21 +0200 [thread overview]
Message-ID: <CACvf2oU5hdkdUXLe2b_fFhCEXWg8_ThHhQs1Mph0xEvG1aMA=w@mail.gmail.com> (raw)
In-Reply-To: <CACvf2oXKhOSRfJmMz5H=ZVDXA-ksC-L0L+vmuE5NJE+XwR6Ckg@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 1879 bytes --]
On Mon, Nov 20, 2017 at 3:44 PM, Oleksandr Grytsov <al1img@gmail.com> wrote:
> On Tue, Nov 14, 2017 at 2:39 PM, Oleksandr Grytsov <al1img@gmail.com>
> wrote:
>
>> On Wed, Nov 1, 2017 at 5:05 PM, Oleksandr Grytsov <al1img@gmail.com>
>> wrote:
>>
>>> From: Oleksandr Grytsov <oleksandr_grytsov@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.
>
Ian, Wei,
Could you review this patch set?
--
Best Regards,
Oleksandr Grytsov.
[-- Attachment #1.2: Type: text/html, Size: 3954 bytes --]
[-- Attachment #2: Type: text/plain, Size: 157 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next prev parent reply other threads:[~2018-01-09 11:31 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-01 15:05 [PATCH v1 0/6] libxl: create standalone vkb device Oleksandr Grytsov
2017-11-01 15:05 ` [PATCH v1 1/6] libxl: move vkb device to libxl_vkb.c Oleksandr Grytsov
2017-11-01 15:05 ` [PATCH v1 2/6] libxl: fix vkb XS entry and type Oleksandr Grytsov
2017-11-01 15:05 ` [PATCH v1 3/6] libxl: add backend type and id to vkb Oleksandr Grytsov
2018-02-06 14:25 ` Wei Liu
2018-02-06 16:45 ` Oleksandr Grytsov
2018-02-06 16:54 ` Wei Liu
2017-11-01 15:05 ` [PATCH v1 4/6] libxl: vkb add list and info functions Oleksandr Grytsov
2018-02-06 14:26 ` Wei Liu
2018-02-06 14:27 ` Wei Liu
2017-11-01 15:05 ` [PATCH v1 5/6] xl: add vkb config parser and CLI Oleksandr Grytsov
2018-02-06 14:27 ` Wei Liu
2017-11-01 15:05 ` [PATCH v1 6/6] docs: add vkb device to xl.cfg and xl Oleksandr Grytsov
2018-02-06 14:28 ` Wei Liu
2017-11-14 12:39 ` [PATCH v1 0/6] libxl: create standalone vkb device Oleksandr Grytsov
2017-11-20 13:44 ` Oleksandr Grytsov
2018-01-09 11:31 ` Oleksandr Grytsov [this message]
2018-02-05 11:03 ` 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='CACvf2oU5hdkdUXLe2b_fFhCEXWg8_ThHhQs1Mph0xEvG1aMA=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).