aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
...
* xl: Add missing trigger for the xl trigger cmd.Jean Guyader2012-01-241-1/+1
* libxl: remove _libxl_json_internal.h from libxl_json.hIan Campbell2012-01-242-2/+3
* libxl: use new qemu at the location where xen-unstable installs it2012-01-241-1/+1
* libxl: libxl_qmp.c should use libxl's own list macros, since theyKeir Fraser2012-01-211-9/+10
* libxl: VM generation ID: Add missing gate for HVM domain.Paul Durrant2012-01-171-1/+3
* libxl: drop vfs path -- fsback/front were deleted some time agoIan Campbell2012-01-161-2/+0
* libxl: Fix leaks on context init failureIan Jackson2012-01-131-8/+12
* libxl: Provide more formal libxl__ctx_lock and _unlockIan Jackson2012-01-131-10/+13
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-1327-138/+53
* libxl: make LIBXL_INIT_GC a statement, not an initialiserIan Jackson2012-01-132-3/+8
* 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