aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* unmodified_drivers: update README from http://wiki.xen.org/xenwiki/Unmodified...Ian Campbell2011-10-261-3/+12
* docs: add some scaffolding for building HTML docs from markdownIan Campbell2011-10-262-7/+16
* docs: import HVM emulated device unplug protocol specIan Campbell2011-10-261-0/+68
* docs: Add HowTo use QEMU upstream.Anthony PERARD2011-11-011-0/+129
* 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
* nestedsvm: fix lazy fpu switching causing a triple faultChristoph Egger2011-10-281-9/+12
* x86,hvm: enable VCPUOP_register_vcpu_info op in hvm hypercallZhenzhong Duan2011-10-281-0/+2
* 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-283-8/+49
* x86: re-inject emulated level pirqs in PV on HVM guests if stillStefano Stabellini2011-10-271-2/+16
* interface: add 'discard-secure' and BLKIF_DISCARD_SECUREKonrad Rzeszutek Wilk2011-10-271-1/+5
* interface: Flesh out the BLKIF_OP_DISCARD description.Konrad Rzeszutek Wilk2011-10-271-6/+27
* interface: rename of trim to discard in blkif.hKonrad Rzeszutek Wilk2011-10-271-18/+18
* 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
* hvm: Clean up I/O emulationChristoph Egger2011-10-255-77/+89