aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_create.c
Commit message (Expand)AuthorAgeFilesLines
* libxl,xl: add max_event_channels option to xl configuration fileDavid Vrabel2013-10-141-0/+3
* tools/migrate: Fix regression when migrating from older version of XenAndrew Cooper2013-10-101-4/+7
* libxl: Spice vdagent support for upstream qemuFabio Fantoni2013-09-131-0/+3
* libxl: Remove qxl support for the 4.3 releaseGeorge Dunlap2013-05-301-16/+0
* x86: fix various issues with handling guest IRQsJan Beulich2013-04-181-5/+7
* libxl: allow for explicitly specifying node-affinityDario Faggioli2013-04-171-0/+6
* xl: Implement XENMEM_claim_pages support via 'claim_mode' global configKonrad Rzeszutek Wilk2013-04-161-0/+2
* libxl: run libxl__arch_domain_create() much earlier.Tim Deegan2013-03-281-5/+5
* tools: libxl: unbreak build after ec41430ef6a7Ian Campbell2013-03-141-2/+2
* libxl: use qemu-xen (upstream QEMU) as device model by defaultStefano Stabellini2013-03-131-3/+7
* libxl: move check for existence of qemuu device modelIan Jackson2013-03-131-5/+8
* libxl: Add qxl vga interface support for upstream qemuFabio Fantoni2013-02-201-2/+17
* tools/libxl: Improve videoram settingFabio Fantoni2013-02-151-1/+17
* libxl: correct xenstore permissions on console deviceDaniel De Graaf2013-01-171-0/+2
* libxl: move definition of libxl_domain_config into the IDLIan Campbell2012-12-191-37/+0
* libxl: introduce XSM relabel on buildDaniel De Graaf2012-12-131-0/+4
* libxl: add vtpm supportMatthew Fioravante2012-11-131-3/+40
* libxl: propagate user supplied values into event for_user field.Ian Campbell2012-10-181-1/+2
* xl/libxl: add iomem supportMatthew Fioravante2012-10-051-2/+20
* libxl/xl: implement support for guest ioport and irq permissions.Ian Campbell2012-09-031-0/+30
* hvm: Remove VM genearation ID device and incr_generationid from build_info.Paul Durrant2012-08-221-5/+1
* libxl: rename aodevs to multidevIan Jackson2012-08-031-15/+15
* libxl: abolish useless `start' parameter to libxl__add_*Ian Jackson2012-08-031-2/+2
* libxl: fix device counting race in libxl__devices_destroyIan Jackson2012-08-031-4/+4
* libxl: convert libxl_device_vfb_add to an async operationRoger Pau Monne2012-07-261-2/+1
* libxl: convert libxl_device_vkb_add to an async operationRoger Pau Monne2012-07-261-2/+2
* libxl: set correct nic type depending on the guestRoger Pau Monne2012-07-261-1/+3
* libxl: add option to choose who executes hotplug scriptsRoger Pau Monne2012-07-261-1/+39
* libxl: convert libxl_device_nic_add to an async operationRoger Pau Monne2012-07-261-8/+43
* libxl: convert libxl_device_disk_add to an async opRoger Pau Monne2012-07-261-10/+32
* libxl: enable automatic placement of guests on NUMA nodesDario Faggioli2012-07-261-0/+2
* libxl: rename vifs to nicsRoger Pau Monne2012-07-261-5/+5
* libxl: convert libxl_domain_destroy to an async opRoger Pau Monne2012-07-231-4/+25
* libxl: do not blunder on if bootloader failsIan Jackson2012-07-231-1/+4
* libxl: rename libxl_cpumap to libxl_bitmapDario Faggioli2012-07-061-4/+4
* libxl: refactor stdvga opinon support.Zhou Peng2012-06-291-1/+2
* libxl: do not leak dms->saved_stateIan Jackson2012-06-281-2/+1
* libxl: Do not pass NULL as gc_opt; introduce NOGCIan Jackson2012-06-281-1/+1
* libxl: domain save/restore: run in a separate processIan Jackson2012-06-281-4/+18
* libxl: domain restore: reshuffle, preparing for aoIan Jackson2012-06-281-91/+152
* libxl: allow setting more than 31 vcpusYang Zhang2012-06-281-2/+7
* libxl: allow to allocate cpumap with specific sizeYang Zhang2012-06-281-2/+2
* libxl: fix validation of scheduling parameters for sedfDario Faggioli2012-06-221-11/+23
* libxl: validate scheduler parametersIan Campbell2012-06-221-0/+49
* libxl: Introduce libxl__arch_domain_create (x86 version)Stefano Stabellini2012-05-301-10/+2
* xl/libxl: add a blkdev_start parameterStefano Stabellini2012-05-291-0/+3
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-291-17/+29
* libxl: convert console callback to libxl_asyncprogress_howIan Jackson2012-05-111-25/+34
* libxl: make libxl_create run bootloader via callbackIan Jackson2012-05-111-13/+40
* libxl: set guest_domid even if libxl__domain_make failsRoger Pau Monne2012-05-111-2/+1