aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_dm.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: convert libxl_device_vfb_add to an async operationRoger Pau Monne2012-07-261-1/+1
* libxl: convert libxl_device_vkb_add to an async operationRoger Pau Monne2012-07-261-1/+1
* libxl: set correct nic type depending on the guestRoger Pau Monne2012-07-261-1/+3
* libxl: add option to choose who executes hotplug scriptsRoger Pau Monne2012-07-261-0/+3
* libxl: convert libxl_device_nic_add to an async operationRoger Pau Monne2012-07-261-3/+35
* libxl: convert libxl_device_disk_add to an async opRoger Pau Monne2012-07-261-20/+53
* libxl: set nic type of stub to PV instead of copying from the parentRoger Pau Monne2012-07-261-0/+1
* libxl: rename _IOEMU nic type to VIF_IOEMURoger Pau Monne2012-07-261-4/+4
* libxl: rename vifs to nicsRoger Pau Monne2012-07-261-32/+32
* libxl: fix vif.ifname when used with stub device model.Ian Campbell2012-07-241-2/+19
* libxl: rename stubdomain when renaming domain.Ian Campbell2012-07-231-1/+6
* libxl: convert libxl_domain_destroy to an async opRoger Pau Monne2012-07-231-45/+40
* libxl: rename libxl_cpumap to libxl_bitmapDario Faggioli2012-07-061-3/+3
* libxl: refactor stdvga opinon support.Zhou Peng2012-06-291-3/+13
* libxl: do not leak spawned middle childrenIan Jackson2012-06-281-3/+11
* libxl: Add a gc to libxl_cpumap_alloc, ..._to_hex_stringIan Jackson2012-06-281-1/+1
* libxl: allow setting more than 31 vcpusYang Zhang2012-06-281-8/+15
* libxl: introduce LIBXL_DOMAIN_TYPE_INVALIDDario Faggioli2012-06-061-0/+4
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-291-4/+5
* libxl: pass env vars to libxl__execRoger Pau Monne2012-05-231-1/+1
* libxl: initialise ao when starting pvqemu for stubdomainIan Campbell2012-05-181-0/+1
* libxl: ao: convert libxl__spawn_*Ian Jackson2012-05-111-89/+130
* libxl: change some structures to unit arraysIan Jackson2012-05-111-42/+42
* libxl: default to xenconsoled for pv guestsIan Campbell2012-05-111-0/+6
* libxl/xend: name tap devices vifX.Y-emuIan Campbell2012-04-251-13/+6
* libxl: fix indentation in libxl_dm.c for qemuRoger Pau Monne2012-05-101-2/+4
* libxl: add "downscript=no" to Qemu callRoger Pau Monne2012-05-101-7/+14
* libxl: make most libxl_FOO_path() functions internal.Ian Campbell2012-04-121-5/+5
* libxl: Pass actual RAM amount to qemu-xenAnthony PERARD2012-04-031-4/+3
* libxl: log device model arguments to aid debuggingIan Campbell2012-03-191-1/+5
* libxl: add libxl_domain_build_info_init_typeIan Campbell2012-03-011-1/+2
* libxl: switch device model selection over to libxl_defboolIan Campbell2012-03-011-2/+2
* libxl: Select BIOS using libxl_domain_build_info_setdefaultsIan Campbell2012-03-011-16/+7
* libxl: use defbool for graphics related optionsIan Campbell2012-03-011-15/+15
* libxl: make boolean members of libxl_domain_build_info into libxl_defboolIan Campbell2012-03-011-5/+5
* libxl: make libxl_device_console internalIan Campbell2012-03-011-5/+5
* libxl: vfb/vkb: use _init/_setdefaultIan Campbell2012-03-011-2/+2
* libxl: provide _init and _setdefault for libxl_domain_build_info.Ian Campbell2012-03-011-3/+4
* libxl: provide _init and _setdefault for libxl_domain_create_info.Ian Campbell2012-03-011-1/+4
* libxl, xl: Add the bios option to specify the bios to loadAttilio Rao2012-02-291-0/+2
* libxl: Set VNC password through QMPAnthony PERARD2012-02-201-9/+15
* Provide dm_vnc() as a in libxl helper.Anthony PERARD2012-02-201-4/+4
* libxl: Add device_model_stubdomain_seclabelDaniel De Graaf2012-02-091-0/+1
* libxl: only write "disable_pf" key to xenstore when it makes senseIan Campbell2012-01-311-2/+6
* libxl: remove libxl_device_model_info.Ian Campbell2012-01-311-83/+79
* libxl: move "saved_state" to libxl__domain_build_state.Ian Campbell2012-01-311-27/+34
* libxl: move device model selection variables to b_info.Ian Campbell2012-01-311-26/+31
* libxl: remove uuid from device model info.Ian Campbell2012-01-311-1/+1
* libxl: Remove libxl_device_model_info.type.Ian Campbell2012-01-311-10/+10
* libxl: move gfx_passthru setting to b_info->u.hvmIan Campbell2012-01-311-2/+2