aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_dom.c
Commit message (Expand)AuthorAgeFilesLines
* libxl,xl: add max_event_channels option to xl configuration fileDavid Vrabel2013-10-141-0/+7
* libxl: Fix function libxl__domain_resume_device_modelrwxybh2013-08-021-0/+1
* libxl: automatic placement deals with node-affinityDario Faggioli2013-04-171-14/+16
* libxl: allow for explicitly specifying node-affinityDario Faggioli2013-04-171-0/+1
* xl: Implement XENMEM_claim_pages support via 'claim_mode' global configKonrad Rzeszutek Wilk2013-04-161-1/+2
* libxl: run libxl__arch_domain_create() much earlier.Tim Deegan2013-03-281-3/+7
* libxl: Made it possible to use 'timer='delay_for_missed_ticks'Konrad Rzeszutek Wilk2013-02-261-1/+1
* xen/arm: compile and run libxl/xlStefano Stabellini2013-02-151-47/+7
* libxl: Cleanup, use LOG* and GCSPRINTF macro in libxl_dom.cRoss Philipson2013-02-151-58/+39
* libxl: HVM firmware passthrough supportRoss Philipson2013-02-151-17/+115
* libxl: switch to using the new xc_hvm_build() libxc API.Ross Philipson2013-02-151-6/+13
* libxl: fix xcflags assignment in libxl__domain_suspendOlaf Hering2013-02-051-3/+3
* libxl: qemu trad logdirty: Tolerate ENOENT on ret pathIan Jackson2012-12-131-1/+1
* libxl_dom: Call the right switch logdirty for the right DM.Anthony PERARD2012-10-081-3/+42
* libxl: make domain resume API asynchronousIan Campbell2012-08-231-1/+1
* libxl: remus: mark TODOs more clearlyIan Jackson2012-08-031-4/+5
* 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