aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* xl: SWITCH_FOREACH_OPT handles special options directly.Ian Campbell2013-01-251-145/+51
* xl: Introduce helper macro for option parsing.Ian Campbell2013-01-251-444/+528
* xl: allow def_getopt to handle long optionsIan Campbell2013-01-251-198/+125
* libxl: libxl__prepare_ao_device should reset num_execRoger Pau Monne2013-01-251-0/+1
* libxl: fix stale timeout event callback raceIan Jackson2013-01-242-77/+29
* libxl: fix stale fd event callback raceIan Jackson2013-01-242-29/+163
* libxl: correct xenstore permissions on console deviceDaniel De Graaf2013-01-171-0/+2
* libxl: don't continue to create the domain if the device model is not spawnedJulien Grall2013-01-171-2/+0
* fix wrong path while calling pygrub and libxl-save-helperBamvor Jian Zhang2013-01-112-2/+2
* libxl: Set vfb and vkb devid if not done so by the callerJim Fehlig2013-01-111-20/+39
* libxl: move definition of libxl_domain_config into the IDLIan Campbell2012-12-194-209/+17
* libxl: introduce XSM relabel on buildDaniel De Graaf2012-12-133-1/+24
* libxl: qemu trad logdirty: Tolerate ENOENT on ret pathIan Jackson2012-12-131-1/+1
* libxl: Make an internal function explicitly check existence of expected pathsGeorge Dunlap2012-12-061-20/+47
* xl: Check for duplicate vncdisplay options, and return an errorGeorge Dunlap2012-12-041-0/+11
* libxl: fix wrong commentRoger Pau Monne2012-12-041-1/+1
* 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 passing of application data to timeout_deregister hookJim Fehlig2012-11-151-1/+1
* libxl: fix vfb related assertion problem when starting pv-domURonny Hegewald2012-11-131-0/+2
* libxl: add vtpm supportMatthew Fioravante2012-11-1312-7/+586
* libxl: fix reboot failure of migrated domainKouya Shimura2012-11-121-1/+1
* xl: Do not leak events when a domain exits.Ian Campbell2012-10-261-0/+2
* Revert 26109:6ccfe4d29f95Ian Jackson2012-10-261-2/+0
* libxl: NetBSD PCI passthrough supportChristoph Egger2012-10-252-3/+14
* libxl: Use libxl__realloc in a couple of places in libxl_events.cIan Campbell2012-10-251-2/+3
* xl: Do not leak events when a domain exits.Ian Campbell2012-10-251-0/+2
* xl: Fix accidently waiting for domains to shutdown without --wait optionSander Eikelenboom2012-10-251-1/+3
* xl: avoid shadowing reboot(2)Christoph Egger2012-10-251-2/+2
* xl: Add --wait and --all to xl reboot.Ian Campbell2012-10-182-26/+29
* xl: Introduce xl shutdown --all support for xm compatibilityIan Campbell2012-10-182-38/+88
* libxl: propagate user supplied values into event for_user field.Ian Campbell2012-10-184-12/+15
* libxl: ao: cope with fast ao completion with progess eventsIan Jackson2012-10-181-1/+3
* xl/libxl: make shutdown accept the long option --wait for -wSander Eikelenboom2012-10-112-2/+6
* libxl: Fix cd-insert with qemu-xen.Anthony PERARD2012-10-091-6/+6
* libxl_dm: Set an id to cdrom drives with qemuu.Anthony PERARD2012-10-091-3/+4
* libxl_qmp: Introduce libxl__qmp_insert_cdrom.Anthony PERARD2012-10-092-0/+17
* libxl: Allow migration with qemu-xen.Anthony PERARD2012-10-081-17/+0
* libxl_dom: Call the right switch logdirty for the right DM.Anthony PERARD2012-10-081-3/+42
* libxl_qmp: Introduce libxl__qmp_set_global_dirty_log.Anthony PERARD2012-10-082-2/+12
* libxl_qmp: Simplify run of single QMP commands.Anthony PERARD2012-10-081-48/+22
* libxl_qmp: Use qmp_parameters_* functions for param list of a QMP command.Anthony PERARD2012-10-081-43/+28
* libxl_qmp: Introduces helpers to create an argument list.Anthony PERARD2012-10-081-0/+51
* libxl_json: Introduce libxl__json_object_to_yajl_gen.Anthony PERARD2012-10-082-0/+64
* libxl_json: Replace JSON_TRUE/FALSE by JSON_BOOL.Anthony PERARD2012-10-083-5/+17
* libxl_json: Remove JSON_ERROR from enum.Anthony PERARD2012-10-081-1/+0
* libxl_json: Export json_object related function.Anthony PERARD2012-10-082-19/+29
* libxl: Add a comment about NOGC usage with flexarrayAnthony PERARD2012-10-081-1/+7
* xl/libxl: add iomem supportMatthew Fioravante2012-10-053-4/+55