aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* xenpaging: munmap all pages after page-inOlaf Hering2011-11-141-1/+1
* xsm: Add support for HVMOP_track_dirty_vram.Jean Guyader2011-11-082-1/+2
* libxl: Remove a passthrough device through QMP.Anthony PERARD2011-11-041-24/+48
* libxl: libxl_qmp: Introduce libxl__qmp_pci_delAnthony PERARD2011-11-042-0/+37
* libxl: Use QMP to insert a passthrough device when using upstream QEMUAnthony PERARD2011-11-041-22/+52
* libxl: libxl_qmp: Introduce libxl__qmp_pci_add.Anthony PERARD2011-11-042-0/+99
* libxl: libxl_json: Handle number above LONG_MAX.Anthony PERARD2011-11-042-23/+57
* libxl: libxl_qmp: Introduce qmp_request_context.Anthony PERARD2011-11-041-15/+34
* libxl: libxl_qmp: Always insert a command id in the callback_list.Anthony PERARD2011-11-041-16/+18
* libxl: libxl_qmp: Introduce list of arguments to qmp_sendAnthony PERARD2011-11-041-5/+11
* libxl: libxl_qmp: Introduce an opaque argument to the callbacks.Anthony PERARD2011-11-041-11/+19
* libxl: libxl: Introduce dm-version xenstore key.Anthony PERARD2011-11-045-1/+69
* libxl: libxl_qmp: Better error message after a parse error.Anthony PERARD2011-11-041-1/+2
* libxl: libxl_json: Check the parser status before to call parse_completeAnthony PERARD2011-11-041-17/+20
* libxl: libxl_qmp: Fix return check of fcntlAnthony PERARD2011-11-041-1/+1
* xen: provide pse36 cpuid bitTim Deegan2011-11-031-3/+7
* libxl: handle the return value of wait_for_dev_destroy selectRoger Pau Monne2011-11-022-13/+40
* pygrub: Add HybridISO support for PyGrub2Philipp Hahn2011-11-021-7/+19
* libxl: libxl__device_pci_destroy_all should succeed if there is no PCI busIan Campbell2011-11-021-1/+1
* libxl: allow to enable/disable cpuid bitsChristoph Egger2011-11-021-0/+8
* libxl: reimplement buffer for bootloading and drop data if buffer is full.Roger Pau Monne2011-11-021-14/+48
* libxl: update prototype of libxl__spawn_checkOlaf Hering2011-10-272-6/+3
* libxl: document spawn related functionsOlaf Hering2011-10-271-48/+116
* libxl: add libxl__spawn_confirm_offspring_startupOlaf Hering2011-10-273-15/+36
* libxl: add libxl__wait_for_offspring functionOlaf Hering2011-10-273-81/+108
* libxl: add pid path to libxl__spawner_startingOlaf Hering2011-10-273-1/+3
* libxl: rename dm_xenstore_record_pid to libxl_spawner_record_pidOlaf Hering2011-10-273-27/+29
* libxl: rename libxl__device_model_startingOlaf Hering2011-10-273-16/+16
* tools/ocaml: unify build processChristoph Egger2011-11-011-3/+1
* 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