aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: use system installed libaio by default.Ian Campbell2011-11-222-6/+14
* xenstore: xenbus cannot be opened read-onlyDaniel De Graaf2011-11-221-10/+8
* libxl: Add a vkbd frontend/backend pair for HVM guestsStefano Stabellini2011-11-221-0/+7
* hvmloader: Fix memory relocation loop.Keir Fraser2011-11-212-13/+18
* hvmloader: Change memory relocation loop when overlap with PCI holeJean Guyader2011-11-181-6/+14
* hvmloader: Add configuration options to selectively disable S3 and S4 ACPI po...Paul Durrant2011-11-188-21/+102
* hvmloader: Move acpi_enabled out of hvm_info_table into xenstorePaul Durrant2011-11-185-4/+9
* elf: Fix Elf64 types and structs to match the specification.Keir Fraser2011-11-161-1/+1
* test_x86_emulator: add a "run" target to the test code makefileJan Beulich2011-11-161-0/+4
* x86_emulate: Define and use BUG() and bool_t.Keir Fraser2011-11-161-0/+6
* test_x86_emulate: Get public Xen headers via tools/include.Keir Fraser2011-11-163-4/+6
* x86-64/test_x86_emulate: fix blowfish testJan Beulich2011-11-161-1/+1
* hvmloader: Move acpi_info structure out from low memory.Keir Fraser2011-11-146-54/+24
* tools/check: check for headers and libraries in user defined folders.Roger Pau Monne2011-11-142-9/+31
* tools/build: Introduce {PREPEND,APPEND}_{LIB,INCLUDES}Roger Pau Monne2011-11-1416-49/+49
* tools: xend: tolerate empty state/*.xmlKonrad Rzeszutek Wilk2011-11-141-0/+3
* 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