aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: fix out-of-memory error handling in libxl_list_cpupoolMatthew Daley2013-10-101-0/+1
* libxl: handle null lists in libxl_string_list_lengthMatthew Daley2013-10-031-2/+5
* libxl: fix libxl_string_list_length and its only callerMatthew Daley2013-09-251-1/+1
* libxl: fix use-after-free in discard_events iterationMatthew Daley2013-09-131-2/+2
* libxl: fix libxl__device_disk_from_xs_be to parse backend domidRoger Pau Monne2013-09-131-0/+7
* libxl: idl: add domain_type field to libxl_dominfo structRob Hoes2013-09-101-0/+2
* libxl: Add LIBXL_SHUTDOWN_REASON_UNKNOWNRob Hoes2013-09-101-1/+1
* libxl: Allow network driver domains when run_hotplug_scritps is setGeorge Dunlap2013-07-171-7/+0
* libxl: do not call exit() in libxl_device_vtpm_listMarek Marczykowski2013-07-041-5/+6
* libxl: Use QMP cpu-add to hotplug CPU with qemu-xen.Anthony PERARD2013-06-261-6/+46
* libxl: Fix assignment of devid value returned from libxl__device_nextidJim Fehlig2013-06-261-4/+4
* libxl: Restrict permissions on PV console device xenstore nodesIan Jackson2013-06-251-24/+34
* hypervisor/xen/tools: Remove the XENMEM_get_oustanding_pages and provide the ...Konrad Rzeszutek Wilk2013-05-141-14/+1
* libxl: don't write physical-device node for driver domain disksRoger Pau Monne2013-05-081-1/+2
* libxl: adjust point of backend name resolutionEric Shelton2013-05-011-4/+7
* libxl: fix spelling of "backend-id" for vtpmMarek Marczykowski2013-04-301-1/+1
* libxl: write IO ABI for disk frontendsWei Liu2013-04-261-0/+23
* libxl: properly initialize device structuresDaniel De Graaf2013-04-171-3/+5
* libxl: postpone backend name resolutionDaniel De Graaf2013-04-171-7/+25
* libxl: allow for explicitly specifying node-affinityDario Faggioli2013-04-171-0/+20
* xl: Fix 'free_memory' to include outstanding_claims value.Konrad Rzeszutek Wilk2013-04-161-2/+2
* xl: 'xl claims' print outstanding per domain claimsKonrad Rzeszutek Wilk2013-04-161-2/+2
* xl: export 'outstanding_pages' value from xcinfoKonrad Rzeszutek Wilk2013-04-161-0/+1
* xl: 'xl info' print outstanding claims if enabled (claim_mode=1 in xl.conf)Konrad Rzeszutek Wilk2013-04-161-0/+14
* xl/libxl: add gatewaydev/netdev to vif specificationRoger Pau Monne2013-03-151-1/+5
* libxl: move libxl_device_action to idlRoger Pau Monne2013-03-131-9/+9
* libxl: don't launch more than one tapdisk process for each diskRoger Pau Monne2013-03-131-7/+10
* libxl: Set vfb and vkb devid if not done so by the callerJim Fehlig2013-01-111-20/+39
* libxl: Make an internal function explicitly check existence of expected pathsGeorge Dunlap2012-12-061-20/+47
* libxl: Fix bug in libxl_cdrom_insert, make more robust against bad xenstore dataGeorge Dunlap2012-11-271-1/+16
* libxl: fix a variable underflow in libxl_wait_for_free_memoryRonny Hegewald2012-11-271-1/+2
* xl: Suppress spurious warning message for cpupool-listGeorge Dunlap2012-11-231-1/+2
* libxl: fix vfb related assertion problem when starting pv-domURonny Hegewald2012-11-131-0/+2
* libxl: add vtpm supportMatthew Fioravante2012-11-131-0/+247
* libxl: propagate user supplied values into event for_user field.Ian Campbell2012-10-181-4/+5
* libxl: Fix cd-insert with qemu-xen.Anthony PERARD2012-10-091-6/+6
* libxl: Allow migration with qemu-xen.Anthony PERARD2012-10-081-17/+0
* libxl: Have flexarray using the GCAnthony PERARD2012-10-051-80/+19
* libxl: Enable -Wshadow.Ian Campbell2012-09-171-18/+19
* libxl: fix usage of backend parameter and run_hotplug_scriptsRoger Pau Monne2012-09-141-0/+14
* libxl: handle errors from xc_sharing_* info functionsIan Campbell2012-09-141-2/+19
* libxl: make domain resume API asynchronousIan Campbell2012-08-231-14/+16
* libxl: write physical-device node if user did not supply a block scriptIan Campbell2012-08-071-10/+20
* libxl: support custom block hotplug scriptsIan Campbell2012-08-061-28/+18
* Backed out changeset a8d708fcb347Ian Jackson2012-08-061-18/+28
* libxl: support custom block hotplug scriptsIan Campbell2012-08-031-28/+18
* libxl: fix unitialized variables in libxl__primary_console_findOlaf Hering2012-08-011-0/+1
* libxl: convert libxl_device_vfb_add to an async operationRoger Pau Monne2012-07-261-3/+18
* libxl: convert libxl_device_vkb_add to an async operationRoger Pau Monne2012-07-261-3/+19
* libxl: call hotplug scripts for disk devices from libxlRoger Pau Monne2012-07-261-0/+10