aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_create.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libxl: ao: convert libxl__spawn_*Ian Jackson2012-05-111-44/+162
* libxl: change some structures to unit arraysIan Jackson2012-05-111-9/+9
* libxl: ao: Convert libxl_run_bootloaderIan Jackson2012-05-111-2/+6
* libxl: Clean up setdefault in do_domain_createIan Jackson2012-05-111-3/+0
* libxl: default to xenconsoled for pv guestsIan Campbell2012-05-111-3/+0
* libxl: provide libxl_domain_config_init.Ian Campbell2012-04-041-0/+7
* libxl: fix rtc_timeoffset settingLin Ming2012-04-241-9/+0
* libxl: use qemu-xen with PV guests by defaultStefano Stabellini2012-04-241-5/+28
* libxl: Use enum values for qemu version not raw numbersIan Campbell2012-03-221-4/+6
* libxl: support for "rtc_timeoffset" and "localtime"Lin Ming2012-04-021-0/+11
* libxl: only set b_info->u.hvm.bios if type if HVMIan Campbell2012-03-021-17/+23
* libxl: autogenerate libxl_FOO_init and libxl_FOO_init_FIELDIan Campbell2012-03-011-34/+0
* libxl: add libxl_domain_build_info_init_typeIan Campbell2012-03-011-4/+10
* libxl: switch device model selection over to libxl_defboolIan Campbell2012-03-011-3/+11
* libxl: do not explicitly initialise members of build info to zeroIan Campbell2012-03-011-7/+0
* libxl: Select BIOS using libxl_domain_build_info_setdefaultsIan Campbell2012-03-011-0/+20
* libxl: use defbool for graphics related optionsIan Campbell2012-03-011-4/+20
* libxl: switch generation id control to libxl_defbool.Ian Campbell2012-03-011-1/+1
* libxl: make boolean members of libxl_domain_build_info into libxl_defboolIan Campbell2012-03-011-18/+20