aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
Commit message (Expand)AuthorAgeFilesLines
* libxl: provide STATE_AO_GCIan Jackson2012-04-111-3/+8
* libxl: Protect fds with CLOEXEC even with forking threadsIan Jackson2012-04-111-0/+63
* libxl: include <_libxl_paths.h> in libxl_internal.hIan Jackson2012-04-111-0/+1
* libxl: include <ctype.h> and introduce CTYPE helper macroIan Jackson2012-04-111-0/+20
* libxl: Introduce some convenience macrosIan Jackson2012-04-111-0/+72
* libxl: Make libxl__zalloc et al tolerate a NULL gcIan Jackson2012-04-111-8/+13
* libxl: Crash (more sensibly) on malloc failureIan Jackson2012-04-111-1/+7
* libxl: Fix eventloop_iteration over-lockingIan Jackson2012-04-111-2/+2
* libxl: fix hang due to libxl__initiate_device_removeIan Jackson2012-04-111-1/+2
* libxl: ao: allow immediate completionIan Jackson2012-04-111-4/+10
* libxl: pci: use _init/_setdefaultIan Campbell2012-03-011-0/+1
* libxl: make libxl_device_console internalIan Campbell2012-03-011-2/+2
* libxl: vfb/vkb: use _init/_setdefaultIan Campbell2012-03-011-0/+2
* libxl: nic: use _init/_setdefaultIan Campbell2012-03-011-0/+1
* libxl: disk: use _init/_setdefaultIan Campbell2012-03-011-0/+2
* libxl: provide _init and _setdefault for libxl_domain_build_info.Ian Campbell2012-03-011-0/+2
* libxl: provide _init and _setdefault for libxl_domain_create_info.Ian Campbell2012-03-011-0/+2
* libxl: Document _init/_dispose/_setdefault functions.Ian Campbell2012-03-011-0/+13
* libxl: Set VNC password through QMPAnthony PERARD2012-02-201-1/+2
* Provide dm_vnc() as a in libxl helper.Anthony PERARD2012-02-201-0/+2
* libxl_qmp: Use GC instead of CTX as parameter for _initialize.Anthony PERARD2012-02-201-2/+2
* tools/libxl: pull xenstore/console domids from xenstoreDaniel De Graaf2012-02-091-0/+2
* libxl: helper function to send commands to traditional qemuShriram Rajagopalan2012-02-091-0/+2
* libxl: remove libxl_device_model_info.Ian Campbell2012-01-311-5/+4
* libxl: move "saved_state" to libxl__domain_build_state.Ian Campbell2012-01-311-1/+6
* libxl: move device model selection variables to b_info.Ian Campbell2012-01-311-1/+1
* libxl: now that dm creation takes domain_config stop passing down devices.Ian Campbell2012-01-311-3/+0
* libxl: plumb libxl_domain_config down into device model creation.Ian Campbell2012-01-311-1/+3
* 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