aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_dm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libxl: HVM device configuration info build_info->u.hvmIan Campbell2012-01-311-22/+28
* libxl: move HVM emulated GFX support into b_info->u.hvmIan Campbell2012-01-311-62/+103
* libxl: use vfb[0] directly for xenpv device modelIan Campbell2012-01-311-47/+62
* libxl: drop dm_info.dom_nameIan Campbell2012-01-311-8/+10
* libxl: remove redundant info from dm info.Ian Campbell2012-01-311-11/+22
* libxl: now that dm creation takes domain_config stop passing down devices.Ian Campbell2012-01-311-45/+38
* libxl: plumb libxl_domain_config down into device model creation.Ian Campbell2012-01-311-47/+55
* libxl: define libxl_sdl_info to hold all info about the SDL configIan Campbell2012-01-311-7/+7
* libxl: define libxl_spice_info to hold all info about the spice serverIan Campbell2012-01-311-11/+11
* libxl: define libxl_vnc_info to hold all info about the vnc infoIan Campbell2012-01-311-37/+33
* libxl: fix upstream qemu binary name to what we actually installIan Campbell2012-01-271-1/+1
* libxl: use new qemu at the location where xen-unstable installs it2012-01-241-1/+1
* libxl: drop vfs path -- fsback/front were deleted some time agoIan Campbell2012-01-161-2/+0
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-131-9/+1
* libxl: Add hvm specific ro and rw nodes.Paul Durrant2011-12-161-3/+3
* libxl: remove force parameter from libxl_domain_destroyRoger Pau Monne2011-12-151-1/+1
* libxl: remove stubdom device model save file when destroying stubdomIan Campbell2011-12-151-1/+23
* libxl: do not leak qemu saved state on restoreIan Campbell2011-12-131-3/+16