[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v1 0/6] libxl: create standalone vkb device
From: Oleksandr Grytsov <oleksandr_grytsov@xxxxxxxx> 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |