aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
...
* libxl: remove double check in NetBSD hotplugRoger Pau Monne2013-03-131-4/+0
* libxl: don't launch more than one tapdisk process for each diskRoger Pau Monne2013-03-131-7/+10
* libxl: Made it possible to use 'timer='delay_for_missed_ticks'Konrad Rzeszutek Wilk2013-02-261-1/+1
* libxl: fix build on 32-bitIan Campbell2013-02-211-2/+2
* libxl: Add qxl vga interface support for upstream qemuFabio Fantoni2013-02-204-11/+38
* tools/libxl: Disable useless empty floppy drive with qemu-xenFabio Fantoni2013-02-151-0/+3
* tools/libxl: Improve videoram settingFabio Fantoni2013-02-152-1/+23
* tools/libxl: Added vga parameter for hvm domUsFabio Fantoni2013-02-151-1/+13
* xen/arm: compile and run libxl/xlStefano Stabellini2013-02-152-47/+55
* libxl: Cleanup, use LOG* and GCSPRINTF macro in libxl_dom.cRoss Philipson2013-02-151-58/+39
* libxl: HVM firmware passthrough supportRoss Philipson2013-02-154-17/+129
* libxl: switch to using the new xc_hvm_build() libxc API.Ross Philipson2013-02-151-6/+13
* libxl: pass debug flag down to libxl_domain_suspendOlaf Hering2013-02-152-7/+15
* xl: correct help text of xl migrateOlaf Hering2013-02-151-1/+1
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-131-1/+1
* libxl: fix xcflags assignment in libxl__domain_suspendOlaf Hering2013-02-051-3/+3
* 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