aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* libxl_qmp: fix qmp_next to cope with multiple lines read in a single bufferStefano Stabellini2012-01-271-3/+4
* libxl: fix mutex initializationRoger Pau Monne2012-01-273-5/+33
* libxl: fix upstream qemu binary name to what we actually installIan Campbell2012-01-271-1/+1
* libxl: Convert to asynchronous: device removalIan Jackson2012-01-275-135/+88
* libxl: Introduce libxl__ev_devstateIan Jackson2012-01-272-0/+116
* libxl: New convenience macro CONTAINER_OFIan Jackson2012-01-271-0/+29
* libxl: Asynchronous/long-running operation infrastructureIan Jackson2012-01-274-0/+352
* libxl: Permit multithreaded event waitingIan Jackson2012-01-273-46/+218
* libxl: introduce libxl_fd_set_nonblock, rationalise _cloexecIan Jackson2012-01-274-10/+36
* libxl: New event generation APIIan Jackson2012-01-277-276/+926
* libxl: New API for providing OS events to libxlIan Jackson2012-01-276-3/+1267
* xl: fix a couple of memory leaksIan Jackson2012-01-272-1/+3
* libxl: fix parse_backend_path and device_backend_path to be mutualRoger Pau Monne2012-01-261-4/+3
* Tools: Add a sharing command to xl for information about shared pagesAndres Lagar-Cavilla2012-01-265-0/+76
* libxl: rename is_assigned to is_pcidev_in_arrayDoug Magee2012-01-241-4/+4
* 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