aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: helper function to send commands to traditional qemuShriram Rajagopalan2012-02-091-1/+1
* libxl: expose cpu topology as a single list of cpu->{node,core,socket} maps.Ian Campbell2012-01-311-43/+57
* libxl: remove libxl_button_press in favour of libxl_send_trigger.Ian Campbell2012-01-311-49/+33
* libxl: remove libxl_device_model_info.Ian Campbell2012-01-311-1/+1
* libxl: move device model selection variables to b_info.Ian Campbell2012-01-311-1/+1
* libxl: define libxl_sdl_info to hold all info about the SDL configIan Campbell2012-01-311-11/+14
* libxl: define libxl_vnc_info to hold all info about the vnc infoIan Campbell2012-01-311-10/+13
* libxl: do not write/maintain "pool_name" in XenStoreIan Campbell2012-01-311-25/+0
* libxl: name libxl_create_cpupool consistent with other functions.Ian Campbell2012-01-311-1/+1
* libxl: treat "dying" domains as destroyedIan Jackson2012-01-301-19/+39
* libxl: domain_death_xswatch_callback: add some debug loggingIan Jackson2012-01-301-2/+24
* libxl: allow for specifying the CPU affinity in the config file.Dario Faggioli2012-01-271-0/+15
* libxl: fix mutex initializationRoger Pau Monne2012-01-271-5/+4
* libxl: Convert to asynchronous: device removalIan Jackson2012-01-271-22/+38
* libxl: Permit multithreaded event waitingIan Jackson2012-01-271-4/+14
* libxl: introduce libxl_fd_set_nonblock, rationalise _cloexecIan Jackson2012-01-271-7/+26
* libxl: New event generation APIIan Jackson2012-01-271-87/+241
* libxl: New API for providing OS events to libxlIan Jackson2012-01-271-0/+30
* Tools: Add a sharing command to xl for information about shared pagesAndres Lagar-Cavilla2012-01-261-0/+2
* libxl: Fix leaks on context init failureIan Jackson2012-01-131-8/+12
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-131-15/+0
* libxl: write vifname in xenstore if set.Wei Liu2012-01-051-0/+6
* libxl: report failure to reboot/shutdown due to lackof PV interfaces to callerIan Campbell2011-12-211-5/+2
* libxl: split libxl_domain_shutdown into libxl_domain_shutdown,..._rebootIan Campbell2011-12-211-22/+22
* libxl: add libxl__domain_pvcontrol_{available,read,write}Ian Campbell2011-12-161-25/+64
* libxl: remove force parameter from libxl__devices_destroyRoger Pau Monne2011-12-151-1/+1
* libxl: remove force parameter from libxl_domain_destroyRoger Pau Monne2011-12-151-2/+2
* libxl: fix incorrect log message in libxl_domain_destroyRoger Pau Monne2011-12-151-1/+2
* libxl: Use GC_INIT and GC_FREE everywhereIan Jackson2011-12-121-295/+295
* libxl: libxl_ctx_free should free the ctxIan Jackson2011-12-121-0/+1
* libxl: introduce lock in libxl_ctxIan Jackson2011-12-121-0/+6
* libxl: Rationalise #includesIan Jackson2011-12-121-3/+0
* Support of xl sched-sedfJuergen Gross2011-11-281-0/+52
* Correct error message in libxl_sched_credit_domain_get()Juergen Gross2011-11-281-1/+1
* Support of xl sched-credit2Juergen Gross2011-11-281-0/+53
* Support cpupools in xl sched-creditJuergen Gross2011-11-281-0/+1
* xl: Apply CLOEXEC to the restore_fd.Anthony Perard2011-12-011-0/+13
* libxl: libxl: Introduce dm-version xenstore key.Anthony PERARD2011-11-041-0/+2
* libxl: add a flags argument to libxl_ctx_alloc.Ian Campbell2011-10-181-1/+2
* libxl: convert PCI device handling to device APIIan Campbell2011-10-181-1/+1
* libxl: reorder device functions to put functions for each device together.Ian Campbell2011-10-181-209/+211
* libxl: convert VFB handling to device APIIan Campbell2011-10-181-8/+49
* libxl: convert VKB handling to device APIIan Campbell2011-10-181-22/+44
* libxl: remove libxl_device_console_add.Ian Campbell2011-10-181-12/+0
* libxl: convert NIC handling to device APIIan Campbell2011-10-181-37/+55
* libxl: convert disk handling to device APIIan Campbell2011-10-181-47/+78
* libxl: merge libxl__device_del into libxl__device_removeIan Campbell2011-10-181-2/+2
* libxl: use IDL to define device front- and back-end kindsIan Campbell2011-10-181-17/+17
* libxl: split forced and non-forced uses of libxl__device_delIan Campbell2011-10-181-2/+9
* libxl: libxl_devid_to_* should take an integer device idIan Campbell2011-10-181-4/+4