Ben Thomas
2006-Feb-13 22:43 UTC
[Xen-devel] [PATCH][RESEND] - add parallel routines to support domain building via buffers
This patch adds a parallel set of APIs to the domain builders to allow images and ramdisks to be passed via buffer, rather than via file. This allows usage of the underlying domain building routines in "file-challenged" enviroments. Specifically, xc_linux_build_mem is the buffer oriented version of the file-oriented xc_linux_build. Likewise, xc_hvm_build_mem is the buffer oriented analog of the file based xc_hvm_build. This patch also implements a suggestion by Mark Williamson to have the internal APIs always directly use uncompressed buffers. -b Signed-off-by: Ben Thomas (bthomas@virtualiron.com) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- [PATCH] - xc_core.c/xenctrl.h - refactor slightly to allow user specified output routines
- RE: [PATCH] - make qemu serial summagraphics settings a bitmore fluid
- [PATCH] generate notification of new console ring data
- [PATCH - proposed] XI Shadow Page Table Mechanism
- [PATCH - proposed] XI Shadow Page Table Mechanism]