aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_dom.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: have NUMA placement deal with cpupoolsDario Faggioli2012-07-261-14/+26
* libxl: enable automatic placement of guests on NUMA nodesDario Faggioli2012-07-261-0/+112
* libxl: fix transaction leak in logdirty error pathIan Jackson2012-07-251-0/+1
* libxl: fix bug the number of running vcpu inconsistent with config fileZhang, Yang Z2012-07-241-0/+1
* libxl: rename libxl_cpumap to libxl_bitmapDario Faggioli2012-07-061-1/+1
* libxl: log on failure in cpupool_info and libxl__domain_cpupoolIan Campbell2012-06-291-1/+6
* libxl: correct type of cpupool variable.Ian Campbell2012-06-291-1/+1
* libxl: initialise cpupoolinfo in libxl__domain_schedulerIan Campbell2012-06-291-0/+1
* libxl: Make libxl__domain_save_device_model asynchronousIan Jackson2012-06-281-35/+65
* libxl: prepare for asynchronous writing of qemu save fileIan Jackson2012-06-281-15/+39
* libxl: wait for qemu to acknowledge logdirty commandIan Jackson2012-06-281-12/+165
* libxl: rename libxl_dom:save_helper to physmap_pathIan Jackson2012-06-281-4/+4
* libxl: domain save/restore: run in a separate processIan Jackson2012-06-281-16/+26
* libxl: domain save: API changes for asynchronyIan Jackson2012-06-281-35/+86
* libxl: domain restore: reshuffle, preparing for aoIan Jackson2012-06-281-44/+1
* libxl: domain save: rename variables etc.Ian Jackson2012-06-281-136/+125
* libxc: xc_domain_restore, make toolstack_restore const-correctIan Jackson2012-06-281-2/+2
* libxl: allow setting more than 31 vcpusYang Zhang2012-06-281-3/+3
* libxl: propagate down the error from libxl_domain_sched_params_setDario Faggioli2012-06-141-2/+4
* libxl: introduce LIBXL_DOMAIN_TYPE_INVALIDDario Faggioli2012-06-061-4/+5
* libxl: expose a single get/setter for domain scheduler parametersIan Campbell2012-06-011-1/+1
* libxl: move libxl__sched_set_params into libxl.cIan Campbell2012-06-011-27/+0
* libxl: make it possible to explicitly specify default sched paramsIan Campbell2012-06-011-21/+13
* libxl: rename libxl_sched_params to libxl_domain_sched_paramsIan Campbell2012-06-011-1/+2
* libxl: add internal function to get a domain's schedulerIan Campbell2012-06-011-0/+35
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-291-9/+13
* libxl: Remus - suspend/postflush/commit callbacksShriram Rajagopalan2012-05-181-2/+54
* libxl: QMP stop/resume & refactor QEMU suspend/resume/saveShriram Rajagopalan2012-05-181-19/+61
* libxl_qmp: remove libxl__qmp_migrate, introduce libxl__qmp_saveStefano Stabellini2012-05-111-10/+1
* libxl: save/restore qemu's physmapStefano Stabellini2012-05-111-1/+162
* libxc: introduce XC_SAVE_ID_TOOLSTACKStefano Stabellini2012-05-111-1/+1
* libxl: set domain scheduling parameters while creating the domUDieter Bloms2012-04-251-0/+36
* libxl: make most libxl_FOO_path() functions internal.Ian Campbell2012-04-121-1/+1
* libxl: fix rtc_timeoffset settingLin Ming2012-04-241-2/+15
* libxl: support for "rtc_timeoffset" and "localtime"Lin Ming2012-04-021-0/+3
* 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-8/+13
* libxl: introduce a descriminating default value for memkb fields.Ian Campbell2012-03-011-3/+4
* lib{xc,xl}: Seed grant tables with xenstore and console grantsAlex Zeffertt2012-02-091-3/+15
* tools/libxl: pull xenstore/console domids from xenstoreDaniel De Graaf2012-02-091-2/+12
* libxl: helper function to send commands to traditional qemuShriram Rajagopalan2012-02-091-4/+10
* libxl: add named enum for timer mode.Ian Campbell2012-01-311-1/+8
* libxl: remove libxl_device_model_info.Ian Campbell2012-01-311-4/+2
* libxl: move device model selection variables to b_info.Ian Campbell2012-01-311-2/+2
* libxl: allow for specifying the CPU affinity in the config file.Dario Faggioli2012-01-271-0/+1
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-131-10/+1
* tools: VM generation ID save/restore and migrate.Paul Durrant2011-12-161-4/+31
* libxl: Fix, specify open mode to QEMU state file.Anthony PERARD2011-12-211-1/+1
* libxl: add libxl__domain_pvcontrol_{available,read,write}Ian Campbell2011-12-161-6/+5
* libxl: improve error handling when saving device model state.Ian Campbell2011-12-201-17/+28