aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* xl: add some example configuration filesIan Campbell2011-10-272-0/+83
* xenstored: Fix processing of zero-length messagesDaniel De Graaf2011-11-011-1/+0
* libxl: add a flags argument to libxl_ctx_alloc.Ian Campbell2011-10-186-6/+9
* libxl: convert PCI device handling to device APIIan Campbell2011-10-188-106/+165
* 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-185-20/+66
* libxl: convert VKB handling to device APIIan Campbell2011-10-185-34/+61
* libxl: remove libxl_device_console_add.Ian Campbell2011-10-184-33/+0
* libxl: convert NIC handling to device APIIan Campbell2011-10-185-46/+66
* libxl: convert disk handling to device APIIan Campbell2011-10-185-56/+104
* libxl: use more descriptive variable names in libxl__devices_destroy.Ian Campbell2011-10-181-13/+14
* libxl: merge libxl__device_del into libxl__device_removeIan Campbell2011-10-183-62/+60
* libxl: use libxl__device in libxl_devices_destroy etc.Ian Campbell2011-10-183-24/+58
* libxl: do not remove unidentified frontend paths in libxl__devices_destroyIan Campbell2011-10-181-2/+0
* libxl: use IDL to define device front- and back-end kindsIan Campbell2011-10-185-57/+38
* libxl: split forced and non-forced uses of libxl__device_delIan Campbell2011-10-184-25/+40
* libxl: separate forced and non-forced device remove.Ian Campbell2011-10-183-13/+25
* libxl: libxl_devid_to_* should take an integer device idIan Campbell2011-10-183-10/+10
* libxl: reimplement devid->disk in terms of from_xs_be function.Ian Campbell2011-10-182-44/+27
* libxl: reimplement devid->nic in terms of from_xs_be function.Ian Campbell2011-10-182-36/+27
* libxl: update nic list API to use common device API styleIan Campbell2011-10-185-71/+154
* libxl: do not read f.e. xenstore dir in disk list functionIan Campbell2011-10-181-4/+3
* libxl: refactor code to construct disk from xenstore backendIan Campbell2011-10-181-29/+52
* libxl: various fixes to libxl_device_disk_list (and internals)Ian Campbell2011-10-181-12/+32
* libxl: add a comment describing the device interfaces.Ian Campbell2011-10-181-0/+59
* libxl: libxl_destroy_cpumap becomes libxl_cpumap_destroyIan Campbell2011-10-183-4/+4
* libxl: idl: use "dispose" rather than "destroy" for function to free IDL typesIan Campbell2011-10-1813-95/+95
* libxl: remove generated file testidl.c on cleanIan Campbell2011-10-181-0/+1
* hvmloader: Load DSDT table from parameterAnthony PERARD2011-10-284-20/+44
* hvmloader/acpi/dsdt: Fix PCI hotplug with the new qemu-xen.Anthony PERARD2011-10-282-60/+127
* hvmloader: In mk_dsdt, Use __attribute__ format.Anthony PERARD2011-10-281-1/+2
* hvmloader/acpi/dsdt: Move IO port range reservationAnthony PERARD2011-10-282-14/+13
* hvmloader/acpi: Introduce --maxcpu option to mk_dsdtAnthony PERARD2011-10-282-8/+47
* pygrub: example grub2 configuration file (fedora-16-with-xen.grub2)Michael Young2011-10-251-0/+112
* pyrgrub: cope with configurations with set default="${saved_entry}" lineMichael Young2011-10-251-0/+2
* pygrub: cope with configurations with submenusMichael Young2011-10-251-2/+11
* pygrub: Allow GPT partition referencesMichael Young2011-10-251-0/+2
* pygrub: look in /boot/grub2 (for eg Fedora 16)Michael Young2011-10-251-1/+2
* pygrub: check all GPT partitionsMichael Young2011-10-251-4/+13
* libxl: add missing "break;" to do_pci_removeIan Campbell2011-10-251-0/+1
* x86 pm: provide CC7/PC2 residencyYang Zhang2011-10-253-4/+18
* xenpaging: disallow paging in a PoD guestOlaf Hering2011-10-201-0/+3
* libxl: remove QMP warning when no pty style serial device is configuredIan Campbell2011-10-131-1/+1
* libxc: osdep: report missing backends in common codeIan Campbell2011-10-133-6/+16
* libxl: libxl__e820_alloc must take a libxl__gc.Ian Campbell2011-10-133-3/+4
* libxl: correctly propagate errors from libxl_domain_resumeIan Campbell2011-10-131-1/+1
* ocaml: align build outputIan Campbell2011-10-171-3/+3
* libxl: probe disk backend type in libxl_device_disk_addIan Campbell2011-10-131-0/+3
* libxl: add a test case for correct parsing of disk "backendtype" fieldIan Campbell2011-10-071-0/+16
* xl: use libxl_device_disk_to_json to pretty print disk configurationIan Campbell2011-10-072-29/+27