aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_bootloader.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: fix libxl_string_list_length and its only callerMatthew Daley2013-09-251-1/+1
* fix wrong path while calling pygrub and libxl-save-helperBamvor Jian Zhang2013-01-111-1/+1
* libxl: do not blunder on if bootloader fails (again)Ian Jackson2012-08-031-2/+9
* libxl: react correctly to bootloader pty master POLLHUPIan Jackson2012-08-031-10/+29
* libxl: convert libxl__device_disk_local_attach to an async opRoger Pau Monne2012-07-261-14/+59
* xl/libxl: add a blkdev_start parameterStefano Stabellini2012-05-291-1/+2
* libxl: libxl__device_disk_local_attach return a new libxl_device_diskStefano Stabellini2012-05-291-2/+2
* libxl: make libxl_device_disk_local_attach/detach internal functionsStefano Stabellini2012-05-291-2/+2
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-291-58/+44
* libxl: pass env vars to libxl__execRoger Pau Monne2012-05-231-2/+2
* libxl: avoid double free of b_info->u.pv.bootloaderIan Campbell2012-05-181-2/+4
* libxl: Warn that /usr/bin/pygrub is deprecatedGeorge Dunlap2012-05-151-0/+4
* libxl: Look for bootloader in libexec pathGeorge Dunlap2012-05-151-0/+20
* libxl: abort bootloader invocation when domain diesIan Jackson2012-05-111-10/+33
* libxl: convert console callback to libxl_asyncprogress_howIan Jackson2012-05-111-0/+3
* libxl: log bootloader outputIan Jackson2012-05-111-0/+24
* libxl: ao: Convert libxl_run_bootloaderIan Jackson2012-05-111-340/+373
* autoconf: New test for openpty et al.Ian Jackson2012-05-111-0/+4
* libxl: make boolean members of libxl_domain_build_info into libxl_defboolIan Campbell2012-03-011-0/+3
* libxl: provide _init and _setdefault for libxl_domain_build_info.Ian Campbell2012-03-011-0/+3
* 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