aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* libxl: Fix yajl-related build error due to missing error valueAllen Kay2012-02-201-1/+1
* xl: Add defaultbridge config option for xl.confStefan Bader2012-02-133-0/+10
* xl: Add -F to usage for xl shutdown/rebootIan Campbell2012-02-131-2/+9
* xl: remove duplicate lineZhigang Wang2012-02-131-2/+0
* libxl: fix bootloader args settingZhigang Wang2012-02-091-3/+5
* lib{xc,xl}: Seed grant tables with xenstore and console grantsAlex Zeffertt2012-02-091-3/+15
* tools/libxl: pull xenstore/console domids from xenstoreDaniel De Graaf2012-02-092-2/+14
* libxl: Add device_model_stubdomain_seclabelDaniel De Graaf2012-02-093-0/+17
* libxl: helper function to send commands to traditional qemuShriram Rajagopalan2012-02-094-10/+16
* libxl: bugfix: create_domain() return to caller if !daemonizeShriram Rajagopalan2012-02-091-1/+1
* libxl: remove shebang from bash_completion helperOlaf Hering2012-02-071-1/+0
* xl: use json output by defaultIan Campbell2012-02-078-174/+449
* xl: Drop -l option to xl cpupool-listIan Campbell2012-02-071-6/+1
* xl: allow enable automatic fallback to ACPI events if PV control not available.Ian Campbell2012-01-311-16/+39
* libxl: add named enum for timer mode.Ian Campbell2012-01-314-4/+45
* libxl: drop libxl_cpuarray -- topology was the only user.Ian Campbell2012-01-316-73/+1
* libxl: expose cpu topology as a single list of cpu->{node,core,socket} maps.Ian Campbell2012-01-316-76/+107
* libxl: remove libxl_button_press in favour of libxl_send_trigger.Ian Campbell2012-01-314-59/+54
* libxl: de-hard-tabbify idl.txtIan Campbell2012-01-311-22/+19
* libxl: Rename libxl IDL infrastructure.Ian Campbell2012-01-315-55/+54
* 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-318-147/+102
* libxl: move "saved_state" to libxl__domain_build_state.Ian Campbell2012-01-314-40/+47
* libxl: move device model selection variables to b_info.Ian Campbell2012-01-317-60/+65
* libxl: remove uuid from device model info.Ian Campbell2012-01-313-6/+1
* libxl: Remove libxl_device_model_info.type.Ian Campbell2012-01-314-14/+10
* libxl: move gfx_passthru setting to b_info->u.hvmIan Campbell2012-01-313-8/+6
* libxl: HVM device configuration info build_info->u.hvmIan Campbell2012-01-314-44/+53
* libxl: move HVM emulated GFX support into b_info->u.hvmIan Campbell2012-01-314-117/+157
* libxl: use vfb[0] directly for xenpv device modelIan Campbell2012-01-311-47/+62
* libxl: drop dm_info.dom_nameIan Campbell2012-01-313-10/+10
* libxl: remove redundant info from dm info.Ian Campbell2012-01-314-20/+22
* libxl: now that dm creation takes domain_config stop passing down devices.Ian Campbell2012-01-313-52/+39
* libxl: plumb libxl_domain_config down into device model creation.Ian Campbell2012-01-315-53/+64
* libxl: define libxl_sdl_info to hold all info about the SDL configIan Campbell2012-01-315-40/+39
* libxl: define libxl_spice_info to hold all info about the spice serverIan Campbell2012-01-313-35/+47
* libxl: define libxl_vnc_info to hold all info about the vnc infoIan Campbell2012-01-315-85/+82
* libxl: use keyword arguments for field definitions in aggregate types.Ian Campbell2012-01-312-5/+5
* libxl: remove comment support from IDLIan Campbell2012-01-314-125/+92
* libxl: do not write/maintain "pool_name" in XenStoreIan Campbell2012-01-312-28/+0
* libxl: name libxl_create_cpupool consistent with other functions.Ian Campbell2012-01-313-4/+4
* libxl: remove libxl_domain_create_info.poolnameIan Campbell2012-01-313-6/+5
* libxl: add support for yajl 2.xRoger Pau Monne2012-01-314-15/+65
* mini-os: use BSD sys/queue.h instead of Linux list.hIan Campbell2012-01-316-1893/+2
* libxl: treat "dying" domains as destroyedIan Jackson2012-01-303-23/+43
* libxl: domain_death_xswatch_callback: add some debug loggingIan Jackson2012-01-301-2/+24
* libxl: allow for specifying the CPU affinity in the config file.Dario Faggioli2012-01-277-60/+117
* libxl: extend pCPUs specification for vcpu-pin.Dario Faggioli2012-01-272-28/+66
* libxl_qmp: fix qmp_next to cope with multiple lines read in a single bufferStefano Stabellini2012-01-271-3/+4
* libxl: fix mutex initializationRoger Pau Monne2012-01-273-5/+33