aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* libxc: correct handling of switch_qemu_logdirty callback return valueIan Campbell2010-10-251-2/+2
* tools: cleanup domain save switch_qemu_logdirty callbackIan Campbell2010-10-213-15/+36
* tools: cpupools: Support arbitrary numbers of physical cpusJuergen Gross2010-10-213-60/+100
* libxc: use generic xc_get_pfn_list on ia64Ian Campbell2010-10-182-33/+0
* libxc: do not lock VCPU context in xc_ia64_pv_recv_vcpu_contextIan Campbell2010-10-181-7/+0
* libxc: drop xc_get_max_pagesIan Campbell2010-10-183-19/+0
* libxc: simplify lock profiling APIIan Campbell2010-10-182-13/+39
* libxc: simplify performance counters APIIan Campbell2010-10-182-15/+39
* libxc: make do_memory_op's callers responsible for locking indirect buffersIan Campbell2010-10-182-64/+41
* libxc: make xc_memory_op library privateIan Campbell2010-10-184-52/+23
* libxc: remove compatibility macro for xc_domain_memory_populate_physmapIan Campbell2010-10-181-4/+0
* libxc: add xc_maximum_ram_page to wrap XENMEM_maximum_ram_pageIan Campbell2010-10-184-2/+9
* libxc: add xc_machphys_mfn_list to wrap XENMEM_machphys_mfn_listIan Campbell2010-10-183-6/+19
* libxc: add xc_domain_maximum_gpfn to wrap XENMEM_maximum_gpfnIan Campbell2010-10-186-6/+13
* libxc: add xc_domain_add_to_physmap to wrap XENMEM_add_to_physmapIan Campbell2010-10-183-13/+29
* libxc: add xc_domain_memory_exchange_pages to wrap XENMEM_exchangeIan Campbell2010-10-183-30/+43
* libxc: wrappers for XENMEM {increase,decrease}_reservation and populate_physmapIan Campbell2010-10-189-138/+190
* libxc: use correct size of struct xen_mcIan Campbell2010-10-181-2/+2
* libxc: remove unnecessary double indirection from xc_readconsoleringIan Campbell2010-10-182-3/+2
* libxc: pass an xc_interface handle to page locking functionsIan Campbell2010-10-1816-158/+160
* libxc: flask: use (un)lock pages rather than open coding m(un)lock.Ian Campbell2010-10-183-10/+5
* libxc, tmem: Fix build after fd2e5008c2e0Keir Fraser2010-09-132-4/+4
* tmem (tools): move to new ABI version to handle long object-idsKeir Fraser2010-09-132-10/+69
* libxc: restore: reset I/O fd to flags to back to state caller passed usIan Campbell2010-09-071-7/+11
* libxc: provide notification of final checkpoint to restore endIan Campbell2010-09-073-4/+38
* libxc: use a switch statement in xc_domain_restore.c::pagebuf_get_one.Ian Campbell2010-09-031-14/+29
* libxc: logger: add newline when progress is completeIan Campbell2010-09-032-2/+7
* libxc: document save/restore protocolIan Campbell2010-09-033-19/+130
* # HG changeset patchIan Campbell2010-08-2472-336/+1424
* libxc: remove xc_ptraceIan Campbell2010-08-245-1379/+0
* libxc: remus: unbreak after 21488:dd6bbdc42033Brendan Cully2010-08-191-14/+18
* tools/libxc: free thread specific hypercall buffer on xc_interface_closeIan Campbell2010-08-181-0/+14
* libxc: disable xc_ptrace on x86 LinuxIan Campbell2010-08-133-2/+4
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-2/+2
* [Xen-devel] [PATCH] PoD: Fix domain build populate-on-demand cache allocationGeorge Dunlap2010-08-111-14/+4
* xc: fix segfault in pv domain create if kernel is an invalid imageGianni Tedesco2010-08-091-0/+1
* PV console for HVM domainsStefano Stabellini2010-08-053-1/+42
* Backed out changeset 6a0dd2c29999Stefano Stabellini2010-08-041-15/+0
* libxc: free thread specific hypercall buffer on xc_interface_closeIan Campbell2010-07-301-0/+15
* libxenguest: correct order of zlib linker options to avoid link errorsOlaf Hering2010-07-261-2/+2
* libxc: Do not bother initialising shared-info page in HVM-domain builder.Keir Fraser2010-07-221-22/+1
* tools/misc/xenpm: provide core/package cstate residenciesIan Jackson2010-07-142-0/+10
* tools/libxc: Do not crash freeing logger on xc_interface_open error pathIan Jackson2010-06-281-1/+1
* libxc: Fix ia64 build for interface changeIan Jackson2010-06-2511-195/+207
* libxc: [PATCH 2/3] remove some duplicated code: helper add/del functionsIan Jackson2010-06-221-183/+44
* libxc: [PATCH 1/3] merge libflask into libxenctrlIan Jackson2010-06-222-0/+522
* Revert 21640:05e127771b86 "libxc: Fix Segmentation fault of xend"Keir Fraser2010-06-211-4/+2
* libxc: Fix Segmentation fault of xendKeir Fraser2010-06-211-2/+4
* ia64: Fix xc_save error reportingKeir Fraser2010-06-181-1/+1
* Allow LZO compressed bzImage to be used as DomU kernelKeir Fraser2010-06-152-0/+197