aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
Commit message (Expand)AuthorAgeFilesLines
* libxl: make libxl__poller_put tolerate p==NULLIan Jackson2013-10-111-1/+1
* tools/migrate: Fix regression when migrating from older version of XenAndrew Cooper2013-10-101-0/+1
* libxl: Add "cpu-add" QMP command.Anthony PERARD2013-06-261-0/+2
* libxl: Restrict permissions on PV console device xenstore nodesIan Jackson2013-06-251-1/+6
* libxl: run libxl__arch_domain_create() much earlier.Tim Deegan2013-03-281-2/+3
* libxl: use qemu-xen (upstream QEMU) as device model by defaultStefano Stabellini2013-03-131-0/+2
* libxl: move libxl_device_action to idlRoger Pau Monne2013-03-131-6/+0
* libxl: fix stale fd event callback raceIan Jackson2013-01-241-2/+6
* libxl: fix wrong commentRoger Pau Monne2012-12-041-1/+1
* libxl: add vtpm supportMatthew Fioravante2012-11-131-0/+9
* libxl: NetBSD PCI passthrough supportChristoph Egger2012-10-251-2/+0
* libxl: propagate user supplied values into event for_user field.Ian Campbell2012-10-181-3/+4
* libxl: ao: cope with fast ao completion with progess eventsIan Jackson2012-10-181-1/+3
* libxl_qmp: Introduce libxl__qmp_insert_cdrom.Anthony PERARD2012-10-091-0/+1
* libxl_qmp: Introduce libxl__qmp_set_global_dirty_log.Anthony PERARD2012-10-081-0/+2
* libxl_json: Introduce libxl__json_object_to_yajl_gen.Anthony PERARD2012-10-081-0/+3
* libxl_json: Replace JSON_TRUE/FALSE by JSON_BOOL.Anthony PERARD2012-10-081-2/+13
* libxl_json: Remove JSON_ERROR from enum.Anthony PERARD2012-10-081-1/+0
* libxl_json: Export json_object related function.Anthony PERARD2012-10-081-2/+12
* libxl: Move gc_is_real to libxl_internal.h.Anthony PERARD2012-10-051-0/+5
* libxl: make domain resume API asynchronousIan Campbell2012-08-231-0/+3
* libxl: fix build for gcc prior to 4.3Jan Beulich2012-08-131-1/+3
* libxl: fix cleanup of tap devices in libxl__device_destroyIan Campbell2012-08-031-1/+2
* libxl: const correctness for libxl__xs_path_cleanupIan Campbell2012-08-031-1/+1
* libxl: rename aodevs to multidevIan Jackson2012-08-031-13/+13
* libxl: abolish useless `start' parameter to libxl__add_*Ian Jackson2012-08-031-5/+3
* libxl: fix device counting race in libxl__devices_destroyIan Jackson2012-08-031-31/+46
* libxl: react correctly to bootloader pty master POLLHUPIan Jackson2012-08-031-2/+5
* libxl: enforce prohibitions of internal callersIan Jackson2012-08-011-4/+10
* libxl: fix reentrancy hazard in fd event processingIan Jackson2012-07-261-1/+1
* libxl: convert libxl_device_vfb_add to an async operationRoger Pau Monne2012-07-261-0/+4
* libxl: convert libxl_device_vkb_add to an async operationRoger Pau Monne2012-07-261-0/+4
* libxl: call hotplug scripts for nic devices from libxlRoger Pau Monne2012-07-261-1/+13
* libxl: call hotplug scripts for disk devices from libxlRoger Pau Monne2012-07-261-1/+19
* libxl: set correct nic type depending on the guestRoger Pau Monne2012-07-261-1/+2
* libxl: add option to choose who executes hotplug scriptsRoger Pau Monne2012-07-261-0/+3
* libxl: convert libxl_device_nic_add to an async operationRoger Pau Monne2012-07-261-0/+9
* libxl: convert libxl_device_disk_add to an async opRoger Pau Monne2012-07-261-2/+37
* libxl: convert libxl__device_disk_local_attach to an async opRoger Pau Monne2012-07-261-14/+58
* libxl: refactor disk addition to take a helperRoger Pau Monne2012-07-261-1/+1
* libxl: make libxl_cdrom_insert async.Ian Campbell2012-07-261-0/+5
* libxl: have NUMA placement deal with cpupoolsDario Faggioli2012-07-261-0/+5
* libxl: enable automatic placement of guests on NUMA nodesDario Faggioli2012-07-261-0/+117
* libxl: libxl__device_model_version_running should return an intIan Campbell2012-07-251-2/+1
* libxl: fix comment regarding bootloader disk lifetimeIan Jackson2012-07-251-3/+5
* libxl: fix transaction leak in logdirty error pathIan Jackson2012-07-251-0/+36
* libxl: rename stubdomain when renaming domain.Ian Campbell2012-07-231-0/+2
* libxl: move bootloader data strucutres and prototypesRoger Pau Monne2012-07-231-161/+161
* libxl: convert libxl_domain_destroy to an async opRoger Pau Monne2012-07-231-1/+115
* libxl: move device model creation prototypesRoger Pau Monne2012-07-231-38/+37