aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_private.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: use xc_vcpu_getinfo() instead of calling do_domctl()Dario Faggioli2013-09-131-5/+3
* libxc: check return values from mallocIan Jackson2013-06-141-0/+2
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* libxc: match types of 'subject' and 'foreigndom' between struct xc_mmu and do...Dario Faggioli2013-01-241-2/+2
* xenstore: don't print an error when gntdev cannot be openedRoger Pau Monne2012-07-231-1/+1
* libxc: osdep: report missing backends in common codeIan Campbell2011-10-131-0/+16
* libxc: add xc_gntshr_* functionsDaniel De Graaf2011-10-061-0/+13
* libxc: maintain a small, per-handle, cache of hypercall buffer memoryIan Campbell2011-02-011-0/+12
* libxc: add abitility to dynamically load osdep.Ian Campbell2010-12-031-1/+62
* libxc: allow osdep backends to log via the xc infrastructure.Ian Campbell2010-12-031-0/+8
* libxc: drop fd from xc_interfaceIan Campbell2010-12-031-1/+0
* libxc: add ability to query OS interface for "fakeness"Ian Campbell2010-12-031-0/+13
* libxc: osdep: convert do_xen_hypercall()Ian Campbell2010-12-031-0/+6
* libxc: osdep: add framework for abstracting access to dom0 OS hypervisor inte...Ian Campbell2010-12-031-20/+60
* libxc: convert gnttab interfaces to use an opaque handle typeIan Campbell2010-12-231-0/+12
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-7/+36
* libxc: remove comment obsoleted by addition of hypercall bounce buffer.Ian Campbell2010-12-141-1/+0
* libxc: allow caller to specify no re-entrancy protection when opening the int...Ian Campbell2010-12-021-20/+28
* libxc: rename safe_strerror to xc_strerror and pass in an XC handle for futur...Ian Campbell2010-12-021-1/+1
* libxc: fix xc_version by handling all known command types.Ian Campbell2010-10-271-1/+19
* libxc: finalise transition to hypercall buffers.Ian Campbell2010-10-221-150/+3
* libxc: convert mmuext op interface over to hypercall buffersIan Campbell2010-10-221-13/+15
* libxc: convert memory op interface over to hypercall buffersIan Campbell2010-10-221-13/+13
* libxc: convert domctl interfaces over to hypercall buffersIan Campbell2010-10-221-9/+17
* libxc: convert xc_version over to hypercall buffersIan Campbell2010-10-221-13/+17
* libxc: infrastructure for hypercall safe data buffers.Ian Campbell2010-10-261-2/+0
* libxc: use generic xc_get_pfn_list on ia64Ian Campbell2010-10-181-2/+0
* libxc: make do_memory_op's callers responsible for locking indirect buffersIan Campbell2010-10-181-63/+14
* libxc: make xc_memory_op library privateIan Campbell2010-10-181-39/+12
* libxc: add xc_maximum_ram_page to wrap XENMEM_maximum_ram_pageIan Campbell2010-10-181-0/+4
* libxc: add xc_machphys_mfn_list to wrap XENMEM_machphys_mfn_listIan Campbell2010-10-181-0/+14
* libxc: wrappers for XENMEM {increase,decrease}_reservation and populate_physmapIan Campbell2010-10-181-2/+2
* libxc: pass an xc_interface handle to page locking functionsIan Campbell2010-10-181-40/+42
* libxc: flask: use (un)lock pages rather than open coding m(un)lock.Ian Campbell2010-10-181-1/+3
* # HG changeset patchIan Campbell2010-08-241-0/+14
* tools/libxc: free thread specific hypercall buffer on xc_interface_closeIan Campbell2010-08-181-0/+14
* Backed out changeset 6a0dd2c29999Stefano Stabellini2010-08-041-15/+0
* libxc: free thread specific hypercall buffer on xc_interface_closeIan Campbell2010-07-301-0/+15
* tools/libxc: Do not crash freeing logger on xc_interface_open error pathIan Jackson2010-06-281-1/+1
* 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
* libxc: save/restore error handling fixesKeir Fraser2010-05-281-0/+2
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-99/+142
* libxc: New hcall_buf_{prep,release} pre-mlock interfaceKeir Fraser2010-01-221-12/+123
* x86: add and use XEN_DOMCTL_getpageframeinfo3Keir Fraser2010-01-131-5/+5
* Remove unused XENMEM_remove_from_physmap.Keir Fraser2009-01-141-10/+0
* libxc: Define xc_ffs{8,16,32,64} functions. Use them.Keir Fraser2009-01-061-0/+27
* PoD memory 8/9: libxc interfaceKeir Fraser2009-01-051-0/+12
* libxc: fix xc_memory_op(): handles XENMEM_remove_from_phsymap case.Keir Fraser2008-09-091-0/+10
* numa: Extend MEMOP_ allocation functions to take a node argument.Keir Fraser2008-07-051-1/+1