aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_private.h
Commit message (Expand)AuthorAgeFilesLines
* libxc: match types of 'subject' and 'foreigndom' between struct xc_mmu and do...Dario Faggioli2013-01-241-2/+2
* flask: Update flask_op hypercall structureDaniel De Graaf2012-02-061-0/+2
* libxc: maintain a small, per-handle, cache of hypercall buffer memoryIan Campbell2011-02-011-0/+27
* libxc: Do not use dom0 physmem as parameter to lzma decoderIan Jackson2011-01-281-3/+0
* libxc: break xc_get_physmem out into os-dependent filesChristoph Egger2011-01-271-0/+3
* libxc: osdep: Use XC_PAGE_{SHIFT,MASK}.Ian Campbell2010-12-031-2/+2
* libxc: drop fd from xc_interfaceIan Campbell2010-12-031-1/+0
* libxc: osdep: add framework for abstracting access to dom0 OS hypervisor inte...Ian Campbell2010-12-031-16/+6
* libxc: convert gnttab interfaces to use an opaque handle typeIan Campbell2010-12-231-0/+4
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-3/+12
* libxc: allow caller to specify no re-entrancy protection when opening the int...Ian Campbell2010-12-021-0/+1
* libxc: rename safe_strerror to xc_strerror and pass in an XC handle for futur...Ian Campbell2010-12-021-2/+1
* libxc: finalise transition to hypercall buffers.Ian Campbell2010-10-221-8/+0
* libxc: convert physdevop interface over to hypercall buffersIan Campbell2010-10-221-6/+5
* libxc: convert sysctl interfaces over to hypercall buffersIan Campbell2010-10-221-8/+7
* libxc: convert domctl interfaces over to hypercall buffersIan Campbell2010-10-221-7/+7
* libxc: convert xc_version over to hypercall buffersIan Campbell2010-10-221-2/+3
* libxc: infrastructure for hypercall safe data buffers.Ian Campbell2010-10-261-0/+58
* libxc: make xc_memory_op library privateIan Campbell2010-10-181-0/+2
* libxc: pass an xc_interface handle to page locking functionsIan Campbell2010-10-181-10/+10
* libxc: flask: use (un)lock pages rather than open coding m(un)lock.Ian Campbell2010-10-181-7/+0
* # HG changeset patchIan Campbell2010-08-241-0/+15
* libxc: save/restore error handling fixesKeir Fraser2010-05-281-2/+2
* libxc: Use new DBGPRINTF for a few debugging output messagesKeir Fraser2010-05-281-0/+1
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-39/+49
* cpupool: Control interface should be a sysctl rather than a domctl.Keir Fraser2010-05-041-13/+0
* cpupools [2/6]: libxc changesKeir Fraser2010-04-211-0/+13
* libxc: New hcall_buf_{prep,release} pre-mlock interfaceKeir Fraser2010-01-221-20/+26
* x86: add and use XEN_DOMCTL_getpageframeinfo3Keir Fraser2010-01-131-0/+3
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-5/+0
* libxc: Define xc_ffs{8,16,32,64} functions. Use them.Keir Fraser2009-01-061-0/+5
* libxc: Fix xc_pm.c build by avoiding bogus header includes.Keir Fraser2008-12-111-0/+3
* libxc: Clean up xc_map_foreign_ranges() interface to hide theKeir Fraser2008-07-231-2/+3
* libxc: The following patch replace the libxc interface to useKeir Fraser2008-06-191-2/+2
* MSI 2/6: change the pirq to be per-domainKeir Fraser2008-05-011-0/+30
* libxc: Consolidate read()/write() syscall wrappers to read/write anKeir Fraser2007-11-111-0/+4
* libxc: Clarify xc_mmu interface and make it private.kfraser@localhost.localdomain2007-04-061-0/+12
* libxc: Quieten the discard_file_cache() function. Preserve errnokfraser@localhost.localdomain2007-02-281-1/+1
* Reduce impact of saving/restoring/dumping large domains on Dom0 memoryKeir Fraser2007-02-241-0/+10
* [LIBXC] Convert between byte-based and 64-bit bitmap arrays. Use thiskfraser@localhost.localdomain2007-01-191-0/+3
* [LIBXC] Clean up use of sterror(). Define a thread-safekfraser@localhost.localdomain2006-12-081-1/+2
* Fix PERROR.Ewan Mellor2006-12-071-1/+1
* [LIBXC] Add an error reporting API to the libxc library.kfraser@localhost.localdomain2006-12-071-14/+5
* [XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.kfraser@localhost.localdomain2006-11-031-0/+5
* [SOLARIS] Don't mlock() hypercall buffers.kfraser@localhost.localdomain2006-10-231-4/+7
* Remove ERR() macro from libxc. Use ERROR/PERROR as appropriate.kfraser@localhost.localdomain2006-10-171-5/+0
* [SOLARIS] Don't build ptrace code on Solaris.kfraser@localhost.localdomain2006-10-171-0/+3
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-11/+42
* [LIBXC] Convert all printf/fprintf uses to use a macro instead.kaf24@firebug.cl.cam.ac.uk2006-06-071-13/+38
* Move Linux-specific privcmd code into private libxc implementations.kaf24@firebug.cl.cam.ac.uk2006-05-021-33/+4