aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* xl: poison data objects in auto-generated destructorsGianni Tedesco2010-08-201-0/+4
* libxl: Disable opengl if info->opengl == 0 (correct sense of test)Stefano Stabellini2010-08-191-1/+1
* xl: use libxl_device_pci_destroyIan Campbell2010-08-191-0/+3
* libxl/xl: Use libxl_vcpuinfo_destroyIan Campbell2010-08-193-34/+33
* libxl/xl: Use libxl_device_nic_destroy and libxl_nicinfo_destroyIan Campbell2010-08-194-41/+33
* libxl/xl: use libxl_diskinfo_destroy and libxl_device_disk_destroyIan Campbell2010-08-192-8/+16
* xl: destroy device model info after creationIan Campbell2010-08-191-0/+2
* libxl: use libxl_version_info_destroy, not hand-coded do_free_version_infoIan Campbell2010-08-191-14/+1
* xl: free the libxl types contained in struct domain_configIan Campbell2010-08-191-2/+26
* libxl: implement destroy for libxl_file_reference builtin typeIan Campbell2010-08-196-54/+68
* libxl: do not generate a destructor for data types which do not require oneIan Campbell2010-08-192-7/+7
* libxl: build info bootloader{,_args} are not const.Ian Campbell2010-08-191-2/+2
* libxl: libxl_device_console.build_state is constIan Campbell2010-08-191-1/+1
* libxl: generate destructors for each libxl defined typeIan Campbell2010-08-196-11/+141
* libxl: autogenerate _libxl_types.hIan Campbell2010-08-196-428/+743
* libxl: tweak formatting of _libxl_types.h to better suit autogenerationIan Campbell2010-08-191-84/+194
* libxl: move type definitions into _libxl_types.hIan Campbell2010-08-193-311/+320
* xl: free all data on exit from the domain monitor daemon.Ian Campbell2010-08-191-6/+9
* tools/libxl: fix "xl console" for primary consoleIan Campbell2010-08-183-5/+13
* tools/libxl: fix leak in libxl_wait_for_backend()Gianni Tedesco2010-08-171-3/+6
* tools/libxl: compile with -Wmissing-declarationsIan Jackson2010-08-179-47/+64
* libxl: xs_read accepts NULL for *len parameterIan Campbell2010-08-161-2/+1
* libxl: do not GC data returned to the caller by libxl_device_disk_getinfo.Ian Campbell2010-08-161-4/+4
* libxl: ensure result of libxl_poolid_to_name is always dynamically allocatedIan Campbell2010-08-161-1/+1
* lbixl: make libxl_device_model_starting type opaque to users of libxlIan Campbell2010-08-162-2/+2
* libxl: make libxl_console_reader type opaque to users of libxlIan Campbell2010-08-162-8/+10
* libxl: add specific type for hwcapsIan Campbell2010-08-161-1/+3
* libxl: add specific type for cpumap.Ian Campbell2010-08-161-1/+3
* libxl: move various enum and #defines above datastructure definitions.Ian Campbell2010-08-161-30/+31
* libxl: define specific types for string list and key,value listIan Campbell2010-08-161-3/+7
* xl: use the regular implicit rules to build the xl .o filesIan Campbell2010-08-161-10/+3
* fix libxl build failure"Jiang, Yunhong"2010-08-171-0/+1
* libxl_blktap_devpath: initialize devname to NULLStefano Stabellini2010-08-161-1/+1
* xl: make libxl_uuid2string internal to libxenlightGianni Tedesco2010-08-165-39/+21
* Make blktap support optional.Christoph Egger2010-08-165-41/+122
* tools/libxl: remove libxl_free() since there are no more callersGianni Tedesco2010-08-163-24/+3
* tools/libxl: fix memory management bugs in libxl_device_disk_list()Gianni Tedesco2010-08-161-11/+12
* tools/libxl: Support pv qemu without any vfbsStefano Stabellini2010-08-161-11/+14
* tools: xenconsole[d] and libxl: multiple console supportStefano Stabellini2010-08-164-69/+92
* tools/libxl: libxl_device_generic_add: handle NULL fents or bentsStefano Stabellini2010-08-132-14/+17
* tools/libxl: document libxl memory management policyGianni Tedesco2010-08-131-0/+110
* libxc: disable xc_ptrace on x86 LinuxIan Campbell2010-08-133-2/+4
* xl: Implement per-API-call garbage-collection lifetimeGianni Tedesco2010-08-1212-947/+1291
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-3/+3
* xl: don't use libxl allocator for vcpu_list"Gianni Tedesco (3P)"2010-08-113-6/+19
* xl: Use gcc hidden visibility attribute"Gianni Tedesco (3P)"2010-08-113-56/+63
* xl: Fix invalid return of internal ptrs via libxl_poolid_to_name"Gianni Tedesco (3P)"2010-08-112-2/+10
* xl: Fix invalid return of libxl-internal pointers via libxl_domid_to_name()"Gianni Tedesco (3P)"2010-08-115-27/+50
* xl: don't use libxl allocator for nic_list"Gianni Tedesco (3P)"2010-08-114-23/+35
* xl: allocate version info strings with strdup()"Gianni Tedesco (3P)"2010-08-111-8/+23