aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* libxl: fix build with make prior to 3.81Jan Beulich2012-01-121-1/+3
* libxl: add feature flag to xenstore for XS_RESET_WATCHESOlaf Hering2012-01-051-0/+1
* tools: VM generation ID save/restore and migrate.Paul Durrant2011-12-165-4/+40
* libxl: Add hvm specific ro and rw nodes.Paul Durrant2011-12-162-3/+11
* libxl: Open code rw and ro node creation.Paul Durrant2011-12-163-20/+42
* libxl: write vifname in xenstore if set.Wei Liu2012-01-051-0/+6
* libxl: print out vifname in create dryrun.Wei Liu2012-01-051-0/+2
* libxl: report failure to reboot/shutdown due to lackof PV interfaces to callerIan Campbell2011-12-213-7/+20
* libxl: split libxl_domain_shutdown into libxl_domain_shutdown,..._rebootIan Campbell2011-12-213-25/+26
* libxl: Fix, specify open mode to QEMU state file.Anthony PERARD2011-12-211-1/+1
* libxl: add libxl__domain_pvcontrol_{available,read,write}Ian Campbell2011-12-163-31/+75
* libxl: improve error handling when saving device model state.Ian Campbell2011-12-201-17/+28
* libxl: remove force parameter from libxl__devices_destroyRoger Pau Monne2011-12-153-43/+6
* libxl: remove force parameter from libxl_domain_destroyRoger Pau Monne2011-12-155-11/+11
* libxl: fix incorrect log message in libxl_domain_destroyRoger Pau Monne2011-12-151-1/+2
* libxl: introduce libxl__wait_for_device_stateRoger Pau Monne2011-12-152-12/+58
* libxl: add support for image files for NetBSDRoger Pau Monne2011-09-305-8/+78
* libxl: remove stubdom device model save file when destroying stubdomIan Campbell2011-12-153-3/+25
* libxl: fix cold plugged PCI devices with stubdomainsIan Campbell2011-12-091-1/+2
* libxl: do not leak qemu saved state on restoreIan Campbell2011-12-133-4/+18
* libxl: Compile with -Wformat-nonliteral.Ian Campbell2011-12-133-4/+4
* libxl: Use GC_INIT and GC_FREE everywhereIan Jackson2011-12-127-367/+367
* libxl: libxl_ctx_free should free the ctxIan Jackson2011-12-121-0/+1
* libxl: make libxl__free_all idempotentIan Jackson2011-12-121-0/+2
* libxl: make libxl__[v]log const-correctIan Jackson2011-12-122-4/+4
* libxl: introduce lock in libxl_ctxIan Jackson2011-12-122-0/+33
* libxl: Rationalise #includesIan Jackson2011-12-1221-38/+19
* libxl: internal convenience macrosIan Jackson2011-12-121-0/+48
* libxl: permit declaration after statementIan Jackson2011-12-121-1/+2
* libxl: idl: Provide struct and union tagsIan Jackson2011-12-121-1/+1
* libxl: idl: support new "private" type attributeIan Jackson2011-12-122-1/+5
* libxl: Provide a version of bsd's queue.h as _libxl_list.hIan Jackson2011-12-126-4/+1899
* libxl: Make libxl__xs_* more const-correctIan Jackson2011-12-122-8/+10
* xl: fix compiler warningsAndre Przywara2011-12-122-2/+2
* Support of xl sched-sedfJuergen Gross2011-11-286-0/+251
* Correct error message in libxl_sched_credit_domain_get()Juergen Gross2011-11-281-1/+1
* Support of xl sched-credit2Juergen Gross2011-11-286-0/+191
* Support cpupools in xl sched-creditJuergen Gross2011-11-284-24/+91
* xl sched-credit: support long optionsJuergen Gross2011-11-281-1/+15
* libxl: Introduce migrate with the new QEMU.Anthony PERARD2011-12-012-5/+29
* libxl: libxl__qmp_migrateAnthony PERARD2011-12-012-0/+111
* libxl: split libxl__qmp_sendAnthony PERARD2011-12-011-18/+38
* xl: Apply CLOEXEC to the restore_fd.Anthony Perard2011-12-016-17/+23
* xl: make bootloader_args a listIan Campbell2011-11-293-14/+77
* libxlu: add xlu_cfg_get_list_as_string_listIan Campbell2011-11-293-20/+33
* libxl: use named options for tsc_mode.Ian Campbell2011-11-293-4/+48
* xlu: add "dont_warn" to xlu_cfg_*Ian Campbell2011-11-294-99/+108
* xl: the name field in a guest config file is mandatoryIan Campbell2011-11-291-2/+4
* Replace references to old wiki with ones to new.Ian Campbell2011-11-291-1/+1
* libxl: open logs with O_APPENDIan Jackson2011-11-282-2/+3