aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_dm.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libxl: Rationalise #includesIan Jackson2011-12-121-3/+1
* libxl: Introduce migrate with the new QEMU.Anthony PERARD2011-12-011-2/+4
* libxl: open logs with O_APPENDIan Jackson2011-11-281-1/+1
* libxl: add libxl__spawn_confirm_offspring_startupOlaf Hering2011-10-271-15/+6
* libxl: add pid path to libxl__spawner_startingOlaf Hering2011-10-271-0/+1
* libxl: rename dm_xenstore_record_pid to libxl_spawner_record_pidOlaf Hering2011-10-271-26/+1
* libxl: rename libxl__device_model_startingOlaf Hering2011-10-271-10/+10
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+8
* libxl: Introduce a QMP clientAnthony PERARD2011-09-291-0/+10
* libxl: correct allocation size in libxl_list_vmIan Campbell2011-09-281-3/+3