aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* xl: poison data objects in auto-generated destructorsGianni Tedesco2010-08-201-0/+4
* libxc: remus: unbreak after 21488:dd6bbdc42033Brendan Cully2010-08-191-14/+18
* libxl: Disable opengl if info->opengl == 0 (correct sense of test)Stefano Stabellini2010-08-191-1/+1
* tools/python: fix xm list for Python 2.7Michael Young2010-08-192-1/+10
* 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/libxc: free thread specific hypercall buffer on xc_interface_closeIan Campbell2010-08-181-0/+14
* tools/xenpaging: Add _XOPEN_SOURCE to fix build problems with recent gccDaniel Kiper2010-08-181-0/+1
* tools/hotplug: 21549:8bcaec29574e breaks vif-script with arguments.Brendan Cully2010-08-181-1/+1
* 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
* xend: remove non-ASCII characters.Christoph Egger2010-08-171-6/+6
* 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
* Values of cpu_weight and cpu_cap are lost after xend restartLutz Dube Lutz.Dube@ts.fujitsu.com2010-08-161-4/+6
* Fix "Error: Device 51952 not connected" error when using pygrubeXeC001er2010-08-161-3/+6
* Make blktap support optional.Christoph Egger2010-08-166-41/+133
* 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-167-134/+148
* 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-139-6/+11