aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_bootloader.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: fix bootloader args settingZhigang Wang2012-02-091-3/+5
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-131-6/+1
* libxl: Use GC_INIT and GC_FREE everywhereIan Jackson2011-12-121-7/+7
* libxl: Rationalise #includesIan Jackson2011-12-121-4/+0
* xl: make bootloader_args a listIan Campbell2011-11-291-7/+3
* libxl: reimplement buffer for bootloading and drop data if buffer is full.Roger Pau Monne2011-11-021-14/+48
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+7
* libxl: fixup incorrect indentationIan Campbell2011-10-111-5/+5
* libxl: expand hard tab stopsIan Campbell2011-10-111-5/+5
* libxl: specify HVM vs PV in build_info using libxl_domain_type enumIan Campbell2011-07-181-1/+1
* libxl: don't close file descriptors 4..255 in libxl__execIan Campbell2011-05-241-0/+4
* tools: libxl: hide selection of hvmloader by default.Ian Campbell2011-04-191-6/+7
* libxl: Make all hidden/static functions take a gc not a ctxIan Campbell2011-03-151-2/+2
* Fix copy and paste bug in libxl_run_bootloaderChristoph Egger2010-10-051-1/+1
* libxl: fix compiler warning with fork_exec_bootloaderAndre Przywara2010-09-161-2/+2
* libxl: Use libxl__ namespace for internal typesIan Campbell2010-09-081-3/+3
* libxl: Ensure all _hidden functions use libxl__ prefix (autogenerated patch)Ian Campbell2010-09-081-11/+11
* libxl+xend: use correct paths for PV console when running bootloaderIan Campbell2010-09-071-1/+1
* libxl: do not leak path to dom0 attached disk after running bootloaderIan Campbell2010-08-241-5/+7
* libxl: implement destroy for libxl_file_reference builtin typeIan Campbell2010-08-191-2/+2
* xl: Implement per-API-call garbage-collection lifetimeGianni Tedesco2010-08-121-42/+38
* libxl: Portability fixes for pty handling, in libxl_osdeps.hChristoph Egger2010-07-291-1/+1
* libxl: consistently use typedef struct {} libxl_$typeIan Campbell2010-07-281-4/+4
* tools/libxl: Revert broken NetBSD portability patchesIan Jackson2010-07-231-8/+1
* Attached patch takes over some portability fixes from tools/consoleStefano Stabellini2010-07-201-1/+8
* make libxl build since 21811Stefano Stabellini2010-07-191-2/+2
* libxl, xl: support running bootloader (e.g. pygrub) in domain 0Ian Jackson2010-07-141-0/+449