aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* libxl: fix out-of-memory error handling in libxl_list_cpupoolstable-4.2Matthew Daley2013-10-101-0/+1
* libxl: fix vif rate parsingIan Jackson2013-10-102-6/+17
* Fix issue with 'xl list -l' showing domids as -1 when using SXPIan Murray2013-07-121-1/+1
* libxl_json: Fix backport of JSON_BOOL to 4.2.2Don Slutz2013-07-121-0/+1
* libxl: suppress device assignment to HVM guest when there is no IOMMUJan Beulich2013-07-091-0/+12
* libxl: Restrict permissions on PV console device xenstore nodesIan Jackson2013-06-275-34/+80
* libxl: Fix SEGV in network-attachIan Jackson2013-04-181-1/+2
* x86: fix various issues with handling guest IRQsJan Beulich2013-04-181-5/+7
* libxl: don't launch more than one tapdisk process for each diskIan Jackson2013-04-151-7/+10
* libxl: run libxl__arch_domain_create() much earlier.Ian Jackson2013-04-094-11/+16
* tools/libxl: Improve videoram settingFabio Fantoni2013-03-042-2/+24
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-281-1/+1
* libxl: fix stale timeout event callback raceIan Jackson2013-02-222-77/+29
* libxl: fix stale fd event callback raceIan Jackson2013-02-222-29/+163
* libxl: rename "abs" variables to "absolute"Ian Jackson2013-02-221-17/+17
* libxl: Allow migration with qemu-xen.Alex Bligh2013-02-191-17/+0
* libxl: libxl__qmp_save: Add filename as JSON parameter to xen-save-devices-st...Alex Bligh2013-02-191-0/+1
* libxl_dom: Call the right switch logdirty for the right DM.Alex Bligh2013-02-191-3/+42
* libxl_qmp: Introduce libxl__qmp_set_global_dirty_log.Alex Bligh2013-02-192-2/+12
* libxl_qmp: Simplify run of single QMP commands.Alex Bligh2013-02-191-55/+22
* libxl_qmp: Use qmp_parameters_* functions for param list of a QMP command.Alex Bligh2013-02-191-59/+30
* libxl_qmp: Introduces helpers to create an argument list.Alex Bligh2013-02-191-0/+51
* libxl_json: Introduce libxl__json_object_to_yajl_gen.Alex Bligh2013-02-192-0/+64
* libxl_json: Replace JSON_TRUE/FALSE by JSON_BOOL.Alex Bligh2013-02-193-5/+16
* libxl_json: Remove JSON_ERROR from enum.Alex Bligh2013-02-191-1/+0
* libxl_json: Export json_object related function.Alex Bligh2013-02-192-18/+28
* libxl: fix vfb related assertion problem when starting pv-domURonny Hegewald2012-12-131-0/+2
* libxl: fix a variable underflow in libxl_wait_for_free_memoryRonny Hegewald2012-11-291-1/+2
* xl: Suppress spurious warning message for cpupool-listGeorge Dunlap2012-11-291-1/+2
* libxl: Fix passing of application data to timeout_deregister hookJim Fehlig2012-11-161-1/+1
* libxl: properly handle errors from page sharing hypercallsIan Jackson2012-11-011-12/+16
* libxl: Tolerate xl config files missing trailing newlineIan Jackson2012-10-262-78/+88
* libxl: propagate user supplied values into event for_user field.Ian Campbell2012-10-264-12/+15
* libxl: ao: cope with fast ao completion with progess eventsIan Jackson2012-10-261-1/+3
* xl/libxl: make shutdown accept the long option --wait for -wSander Eikelenboom2012-10-262-2/+6
* libxl/qemu-xen: use cache=writeback for IDE and SCSIStefano Stabellini2012-10-261-4/+4
* libxl: make devid a type so it is initialized properlyMatthew Fioravante2012-10-263-6/+8
* xl: resume the domain on suspend failureBastian Blank2012-10-261-3/+6
* libxl: Fix missing dependency in api check ruleIan Jackson2012-10-261-4/+4
* xl: error if vif backend!=0 is used with run_hotplug_scriptsRoger Pau Monne2012-10-261-0/+7
* libxl: fix usage of backend parameter and run_hotplug_scriptsRoger Pau Monne2012-10-261-0/+14
* libxl: handle errors from xc_sharing_* info functionsIan Campbell2012-10-261-2/+19
* libxl: fix error message in device_backend_callbackRoger Pau Monne2012-10-261-1/+2
* tools: bump SONAMEs for changes during 4.2 development cycle.Ian Campbell2012-10-021-1/+1
* libxl: fix api check MakefileIan Jackson2012-09-031-3/+5
* libxl/xl: implement support for guest ioport and irq permissions.Ian Campbell2012-09-033-1/+124
* libxl: fix double free on some config parser errorsIan Jackson2012-08-312-65/+61
* tools/xl: Fix uninitialized variable error.Andrew Cooper2012-08-281-4/+4
* libxl: Rerun bisonIan Jackson2012-08-242-192/+241
* libxl: Rerun flexIan Jackson2012-08-242-56/+40