[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/4] libbxl: add support for pvscsi, iteration 2
Port vscsi=[] and scsi-{attach,detach,list} commands from xend to libxl. Initial attempt was sent a year ago: http://lists.xenproject.org/archives/html/xen-devel/2014-04/msg03958.html Most comments are addressed. This version has been tested with SLES as backend and frontend. So far I had no success to configure a pvops backend, which has to be configured independent from libxl. Will continue to poke at that. Please review. The first two changes could be applied independent from the libxl changes. Olaf Olaf Hering (4): vscsiif.h: remove reference to WWN docs: add vscsi to xenstore-paths.markdown docs: add pvscsi.txt libxl: add support for vscsi docs/misc/pvscsi.txt | 147 +++++++++++++++ docs/misc/xenstore-paths.markdown | 10 + tools/libxl/Makefile | 1 + tools/libxl/libxl.c | 157 ++++++++++++++++ tools/libxl/libxl.h | 29 +++ tools/libxl/libxl_create.c | 1 + tools/libxl/libxl_device.c | 2 + tools/libxl/libxl_freebsd.c | 8 + tools/libxl/libxl_internal.h | 12 ++ tools/libxl/libxl_linux.c | 60 ++++++ tools/libxl/libxl_netbsd.c | 8 + tools/libxl/libxl_types.idl | 41 +++++ tools/libxl/libxl_types_internal.idl | 1 + tools/libxl/libxl_vscsi.c | 343 +++++++++++++++++++++++++++++++++++ tools/libxl/xl.h | 3 + tools/libxl/xl_cmdimpl.c | 249 ++++++++++++++++++++++++- tools/libxl/xl_cmdtable.c | 15 ++ xen/include/public/io/vscsiif.h | 5 +- 18 files changed, 1088 insertions(+), 4 deletions(-) create mode 100644 docs/misc/pvscsi.txt create mode 100644 tools/libxl/libxl_vscsi.c _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |