aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* 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
* libxl: handle the return value of wait_for_dev_destroy selectRoger Pau Monne2011-11-022-13/+40
* 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
* libxl: add a flags argument to libxl_ctx_alloc.Ian Campbell2011-10-184-4/+7
* libxl: convert PCI device handling to device APIIan Campbell2011-10-185-81/+149
* 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-183-12/+55
* libxl: convert VKB handling to device APIIan Campbell2011-10-183-26/+50
* libxl: remove libxl_device_console_add.Ian Campbell2011-10-182-14/+0
* libxl: convert NIC handling to device APIIan Campbell2011-10-183-42/+64
* libxl: convert disk handling to device APIIan Campbell2011-10-183-52/+97
* 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-1811-92/+92
* libxl: remove generated file testidl.c on cleanIan Campbell2011-10-181-0/+1