aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
* libxc: convert memory op interface over to hypercall buffersIan Campbell2010-10-222-50/+58
* libxc: convert gnttab interfaces over to hypercall buffersIan Campbell2010-10-222-22/+17
* libxc: convert tmem interface over to hypercall buffersIan Campbell2010-10-221-28/+37
* libxc: convert mca interface over to hypercall buffersIan Campbell2010-10-221-6/+7
* libxc: convert hvmop interfaces over to hypercall buffersIan Campbell2010-10-222-80/+93
* libxc: convert flask interfaces over to hypercall buffersIan Campbell2010-10-221-6/+7
* libxc: convert physdevop interface over to hypercall buffersIan Campbell2010-10-221-6/+5
* libxc: convert schedop interfaces over to hypercall buffersIan Campbell2010-10-221-10/+11
* libxc: convert evtchn interfaces over to hypercall buffersIan Campbell2010-10-221-9/+8
* libxc: convert acm interfaces over to hypercall buffersIan Campbell2010-10-221-18/+21
* libxc: convert watchdog interface over to hypercall buffersIan Campbell2010-10-221-10/+11
* libxc: convert sysctl interfaces over to hypercall buffersIan Campbell2010-10-228-158/+167
* libxc: convert shadow domctl interfaces and save/restore over to hypercall bu...Ian Campbell2010-10-226-72/+59
* libxc: convert domctl interfaces over to hypercall buffersIan Campbell2010-10-225-101/+103
* libxc: convert xc_version over to hypercall buffersIan Campbell2010-10-222-15/+20
* libxc: infrastructure for hypercall safe data buffers.Ian Campbell2010-10-265-2/+352
* 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