[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH v3 0/7] libxl: create standalone vkb device



From: Oleksandr Grytsov <oleksandr_grytsov@xxxxxxxx>

Changes since v2:

* fix indentation in libxl__device_vkb_dm_needed
* add LIBXL_HAVE_EXTENDED_VKB define to indicates that libxl__device_vkb
  has extended fields

Oleksandr Grytsov (7):
  libxl: move vkb device to libxl_vkb.c
  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
  libxl: vkb add extended parameters
  libxl: add LIBXL_HAVE_EXTENDED_VKB define

 docs/man/xl.cfg.pod.5.in    |  64 +++++++
 docs/man/xl.pod.1.in        |  22 +++
 tools/libxl/Makefile        |   2 +-
 tools/libxl/libxl.h         |  26 +++
 tools/libxl/libxl_console.c |  53 ------
 tools/libxl/libxl_create.c  |   3 +
 tools/libxl/libxl_dm.c      |   1 +
 tools/libxl/libxl_types.idl |  29 +++
 tools/libxl/libxl_utils.h   |   3 +
 tools/libxl/libxl_vkb.c     | 342 ++++++++++++++++++++++++++++++++++++
 tools/xl/Makefile           |   2 +-
 tools/xl/xl.h               |   3 +
 tools/xl/xl_cmdtable.c      |  16 ++
 tools/xl/xl_parse.c         | 109 +++++++++++-
 tools/xl/xl_parse.h         |   1 +
 tools/xl/xl_vkb.c           | 161 +++++++++++++++++
 16 files changed, 781 insertions(+), 56 deletions(-)
 create mode 100644 tools/libxl/libxl_vkb.c
 create mode 100644 tools/xl/xl_vkb.c

-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.