aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
Commit message (Expand)AuthorAgeFilesLines
* libxl: fix mutex initializationRoger Pau Monne2012-01-271-0/+2
* libxl: Convert to asynchronous: device removalIan Jackson2012-01-271-25/+5
* libxl: Introduce libxl__ev_devstateIan Jackson2012-01-271-0/+41
* libxl: New convenience macro CONTAINER_OFIan Jackson2012-01-271-0/+29
* libxl: Asynchronous/long-running operation infrastructureIan Jackson2012-01-271-0/+107
* libxl: Permit multithreaded event waitingIan Jackson2012-01-271-4/+46
* libxl: New event generation APIIan Jackson2012-01-271-3/+74
* libxl: New API for providing OS events to libxlIan Jackson2012-01-271-2/+275
* libxl: remove _libxl_json_internal.h from libxl_json.hIan Campbell2012-01-241-1/+3
* libxl: Provide more formal libxl__ctx_lock and _unlockIan Jackson2012-01-131-10/+13
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-131-3/+19
* libxl: make LIBXL_INIT_GC a statement, not an initialiserIan Jackson2012-01-131-2/+7
* tools: VM generation ID save/restore and migrate.Paul Durrant2011-12-161-0/+1
* libxl: Open code rw and ro node creation.Paul Durrant2011-12-161-0/+3
* libxl: add libxl__domain_pvcontrol_{available,read,write}Ian Campbell2011-12-161-0/+6
* libxl: remove force parameter from libxl__devices_destroyRoger Pau Monne2011-12-151-1/+1
* libxl: introduce libxl__wait_for_device_stateRoger Pau Monne2011-12-151-0/+28
* libxl: add support for image files for NetBSDRoger Pau Monne2011-09-301-0/+9
* libxl: remove stubdom device model save file when destroying stubdomIan Campbell2011-12-151-1/+1
* libxl: do not leak qemu saved state on restoreIan Campbell2011-12-131-0/+1
* libxl: make libxl__[v]log const-correctIan Jackson2011-12-121-2/+2
* libxl: introduce lock in libxl_ctxIan Jackson2011-12-121-0/+27
* libxl: Rationalise #includesIan Jackson2011-12-121-0/+5
* libxl: internal convenience macrosIan Jackson2011-12-121-0/+48
* libxl: Make libxl__xs_* more const-correctIan Jackson2011-12-121-4/+5
* libxl: libxl__qmp_migrateAnthony PERARD2011-12-011-0/+2
* xl: Apply CLOEXEC to the restore_fd.Anthony Perard2011-12-011-1/+0
* libxl: libxl_qmp: Introduce libxl__qmp_pci_delAnthony PERARD2011-11-041-0/+2
* libxl: libxl_qmp: Introduce libxl__qmp_pci_add.Anthony PERARD2011-11-041-0/+4
* libxl: libxl_json: Handle number above LONG_MAX.Anthony PERARD2011-11-041-2/+4
* libxl: libxl: Introduce dm-version xenstore key.Anthony PERARD2011-11-041-0/+7
* libxl: update prototype of libxl__spawn_checkOlaf Hering2011-10-271-4/+2
* libxl: document spawn related functionsOlaf Hering2011-10-271-48/+116
* libxl: add libxl__spawn_confirm_offspring_startupOlaf Hering2011-10-271-0/+6
* libxl: add libxl__wait_for_offspring functionOlaf Hering2011-10-271-1/+11
* libxl: add pid path to libxl__spawner_startingOlaf Hering2011-10-271-0/+1
* libxl: rename dm_xenstore_record_pid to libxl_spawner_record_pidOlaf Hering2011-10-271-1/+3
* libxl: rename libxl__device_model_startingOlaf Hering2011-10-271-5/+5
* libxl: convert PCI device handling to device APIIan Campbell2011-10-181-0/+1
* libxl: merge libxl__device_del into libxl__device_removeIan Campbell2011-10-181-2/+1
* libxl: use libxl__device in libxl_devices_destroy etc.Ian Campbell2011-10-181-1/+3
* libxl: use IDL to define device front- and back-end kindsIan Campbell2011-10-181-14/+2
* libxl: split forced and non-forced uses of libxl__device_delIan Campbell2011-10-181-2/+2
* libxl: separate forced and non-forced device remove.Ian Campbell2011-10-181-1/+2
* libxl: libxl__e820_alloc must take a libxl__gc.Ian Campbell2011-10-131-1/+1
* libxl: IDL: autogenerate functions to produce JSON from libxl data structures.Ian Campbell2011-10-071-0/+11
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+8
* libxl: fix libxl_mac_to_device_nicIan Campbell2011-10-061-0/+3
* libxl: add and use parse_mac helper functionIan Campbell2011-10-061-0/+2
* libxl: add comments describing the internal memory allocation helpersIan Campbell2011-10-061-1/+26