aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_utils.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: abolish libxl_ctx_postforkIan Jackson2012-04-111-7/+0
* libxl: generate a _dispose function for all Aggregate typesIan Campbell2012-03-011-0/+16
* libxl: Remove xen/sched.h from public interfaceIan Campbell2012-03-011-0/+7
* libxl: remove sysctl.h from public interfaceIan Campbell2012-03-011-34/+0
* libxl: drop libxl_cpuarray -- topology was the only user.Ian Campbell2012-01-311-24/+0
* libxl: expose cpu topology as a single list of cpu->{node,core,socket} maps.Ian Campbell2012-01-311-0/+8
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-131-13/+2
* libxl: Use GC_INIT and GC_FREE everywhereIan Jackson2011-12-121-18/+18
* libxl: Rationalise #includesIan Jackson2011-12-121-1/+0
* libxl: reimplement devid->disk in terms of from_xs_be function.Ian Campbell2011-10-181-44/+0
* libxl: reimplement devid->nic in terms of from_xs_be function.Ian Campbell2011-10-181-35/+0
* libxl: update nic list API to use common device API styleIan Campbell2011-10-181-9/+9
* libxl: idl: use "dispose" rather than "destroy" for function to free IDL typesIan Campbell2011-10-181-4/+4
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+8
* libxl: fixup incorrect indentationIan Campbell2011-10-111-2/+2
* libxl: expand hard tab stopsIan Campbell2011-10-111-2/+2
* libxl: fix libxl_mac_to_device_nicIan Campbell2011-10-061-9/+5
* libxl: add and use parse_mac helper functionIan Campbell2011-10-061-15/+11
* libxl: clean up trailing whitespaces in code.Wei Liu2011-07-191-1/+1
* libxl: Accept disk name in libxl_devid_to_device_diskMarek Marczykowski2011-06-271-4/+4
* libxl: Allocate memory for strings in libxl_device_diskMarek Marczykowski2011-06-271-2/+4
* libxl: autogenerate to_string and from_string functions for Enumerations.Ian Campbell2011-06-211-0/+14
* libxl: disks: rename disk param "unpluggable" to "removable"Ian Jackson2011-06-021-1/+1
* tools: libxl: move all enum values into the libxl namespaceIan Campbell2011-04-201-5/+5
* tools: libxl: hide selection of device-model by default.Ian Campbell2011-04-201-83/+0
* libxl: drop domid field from libxl_device_*Ian Campbell2011-04-081-2/+0
* libxl/xl: drop support for netchannel2Ian Campbell2011-04-081-69/+0
* libxl: Make all hidden/static functions take a gc not a ctxIan Campbell2011-03-151-3/+5
* libxl: disk specification interface changeKamala Narasimhan2011-02-151-12/+10
* libxl: band-aid for functions which return literal "-1"Ian Jackson2011-01-261-4/+4
* libxl: Implement libxl_basename()Christoph Egger2011-01-061-0/+14
* Support renaming of cpupoolsJuergen Gross2010-12-091-2/+2
* Support getting topology info in libxlJuergen Gross2010-12-091-0/+24
* tools: change cpumaps to uint8_tJuergen Gross2010-11-031-8/+13
* tools: cpupools: xl: commands and library changesJuergen Gross2010-10-211-14/+84
* tools: cpupools: Support arbitrary numbers of physical cpusJuergen Gross2010-10-211-0/+5
* libxl: Use libxl__ namespace for internal typesIan Campbell2010-09-081-11/+11
* libxl: Ensure all _hidden functions use libxl__ prefix (manual part)Ian Campbell2010-09-081-13/+13
* libxl: Ensure all _hidden functions use libxl__ prefix (autogenerated patch)Ian Campbell2010-09-081-50/+50
* libxl/xl: Use libxl_device_nic_destroy and libxl_nicinfo_destroyIan Campbell2010-08-191-20/+21
* libxl: ensure result of libxl_poolid_to_name is always dynamically allocatedIan Campbell2010-08-161-1/+1
* xl: Implement per-API-call garbage-collection lifetimeGianni Tedesco2010-08-121-78/+119
* xl: Fix invalid return of internal ptrs via libxl_poolid_to_name"Gianni Tedesco (3P)"2010-08-111-2/+9
* xl: Fix invalid return of libxl-internal pointers via libxl_domid_to_name()"Gianni Tedesco (3P)"2010-08-111-2/+9
* xl: don't use libxl allocator for nic_list"Gianni Tedesco (3P)"2010-08-111-6/+9
* libxl_check_device_model_version should return 0 or 1Stefano Stabellini2010-08-091-1/+1
* libxl, Introduce the command line handler for the new qemu.Anthony Perard2010-08-091-0/+78
* libxl: fix memory leak in libxl_name_to_poolidJuergen Gross2010-08-051-2/+5
* libxl: fix memory leak in libxl_name_to_domidIan Campbell2010-08-031-2/+5
* libxl: consistently use typedef struct {} libxl_$typeIan Campbell2010-07-281-20/+20