[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v3] xen/tools: Introduce QNX IFS loader
The following patch adds ability to load OS image filesystem. The patch was developed according to instruction: http://www.qnx.com/developers/docs/6.4.1/neutrino/building/load_process.html and tested on omap5_uevm/dra7xx_evm boards with compressed/uncompressed images on top of XEN 4.4/4.5. The image was downloaded from: http://community.qnx.com/sf/wiki/do/viewPage/projects.bsp/wiki/TexasInstrumentsOMAP5432EVM and modified to run on top of XEN. Changes in v02: - Rewrite code and changed license to LGPL - Addressed Julien's technical review comments - Added image validatation step by performing a checksum calculation Changes in v03: - Add some range checks according to the XSA-95 - Add a check for a valid load address - Drop searching stuff - Addressed other Julien's and Ian's comments Oleksandr Tyshchenko (1): xen/tools: Introduce QNX IFS loader tools/libxc/Makefile | 1 + tools/libxc/xc_dom.h | 3 + tools/libxc/xc_dom_qnxifsloader.c | 215 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 219 insertions(+) create mode 100644 tools/libxc/xc_dom_qnxifsloader.c -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |