aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_utils.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: introduce libxl_node_to_cpumapDario Faggioli2013-10-101-0/+22
* libxl: correctly handle libxl_get_cpu_topology failure in libxl_{cpu, node}ma...Matthew Daley2013-10-031-2/+2
* tools/libxl: fix array subscript has type 'char'Christoph Egger2013-05-311-1/+1
* libxl: postpone backend name resolutionDaniel De Graaf2013-04-171-0/+19
* libxl: add vtpm supportMatthew Fioravante2012-11-131-0/+43
* xl: do not leak cpupool names.Ian Campbell2012-09-141-0/+11
* libxl: introduce some node map helpersDario Faggioli2012-07-061-0/+44
* libxl: expand the libxl_bitmap API a bitDario Faggioli2012-07-061-0/+30
* libxl: rename libxl_cpumap to libxl_bitmapDario Faggioli2012-07-061-38/+29
* libxl,libxc: introduce libxl_get_numainfo()Dario Faggioli2012-07-061-0/+13
* libxl: Do not pass NULL as gc_opt; introduce NOGCIan Jackson2012-06-281-4/+2
* libxl: Add a gc to libxl_cpumap_alloc, ..._to_hex_stringIan Jackson2012-06-281-8/+20
* libxl: allow setting more than 31 vcpusYang Zhang2012-06-281-1/+26
* libxl: allow to allocate cpumap with specific sizeYang Zhang2012-06-281-6/+6
* libxl: add internal function to get a domain's schedulerIan Campbell2012-06-011-2/+9
* libxl: add qdisk to libxl_string_to_backendStefano Stabellini2012-05-291-0/+2
* libxl: introduce libxl_vcpuinfo_list_freeDario Faggioli2012-05-291-0/+8
* xl: Make clear distinction between "filename" and "data source"George Dunlap2012-05-151-3/+3
* libxl: child processes cleanupsIan Jackson2012-05-111-21/+0
* libxl: make libxl_create_logfile const-correctIan Jackson2012-05-111-1/+1
* libxl: Introduce libxl__sendmsg_fds and libxl__recvmsg_fdsIan Jackson2012-05-111-0/+104
* libxl: provide libxl__remove_file et al.Ian Jackson2012-05-111-0/+79
* 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