aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_private.c
Commit message (Expand)AuthorAgeFilesLines
...
* libxc: Consolidate read()/write() syscall wrappers to read/write anKeir Fraser2007-11-111-0/+36
* Initialize last_error in libxc.Keir Fraser2007-10-051-0/+1
* libxenctrl: Fix lock_pages()/unlock_pages() region-size calculation.Keir Fraser2007-10-011-2/+4
* libxc portability fixes for NetBSD.kfraser@localhost.localdomain2007-09-191-16/+79
* tools: Clean up usage of const type qualifier.kfraser@localhost.localdomain2007-06-121-1/+1
* libxc: Clarify xc_mmu interface and make it private.kfraser@localhost.localdomain2007-04-061-5/+5
* hvm: Do not save/restore shared_info gpfn location.kfraser@localhost.localdomain2007-03-191-0/+14
* Fix duplicate consts around xc_error declarations.Ewan Mellor2007-03-081-1/+1
* libxc: Code format cleanups.Keir Fraser2007-02-241-1/+1
* Remove old elf-parsing code from tools and from Xen.kfraser@localhost.localdomain2007-02-151-20/+0
* Add more xc_error_code values.Emmanuel Ackaouy2007-01-251-0/+4
* Make domctl/sysctl interfaces 32-/64-bit invariant.kfraser@localhost.localdomain2007-01-241-20/+5
* Fix byte-to-long bitmap conversions.kaf24@localhost.localdomain2007-01-211-2/+1
* [LIBXC] Convert between byte-based and 64-bit bitmap arrays. Use thiskfraser@localhost.localdomain2007-01-191-0/+31
* [LIBXC] Make strerror() thread-safe by protecting it with a mutex.kfraser@localhost.localdomain2006-12-081-8/+14
* [LIBXC] Clean up use of sterror(). Define a thread-safekfraser@localhost.localdomain2006-12-081-0/+13
* [LIBXC] Add an error reporting API to the libxc library.kfraser@localhost.localdomain2006-12-071-0/+76
* [XEN] Cleanups to phys/mach address handling.kfraser@localhost.localdomain2006-11-271-32/+0
* [TOOLS] Uncompress and allocate memory for gzipped kernel and initrd images onIan Campbell2006-10-261-22/+0
* [LIBXC] Add -Wmissing-prototypes to CFLAGS, fix warnings resulting from that.kfraser@localhost.localdomain2006-10-251-17/+1
* [SOLARIS] Don't mlock() hypercall buffers.kfraser@localhost.localdomain2006-10-231-40/+56
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-33/+38
* [IA64] Creates tools/libxc/ia64 directory.awilliam@xenbuild.aw2006-07-111-0/+2
* [XEN] getpagframeinfo field name mfn -> gmfn.kfraser@localhost.localdomain2006-07-051-1/+1
* [LIBXC] Convert all printf/fprintf uses to use a macro instead.kaf24@firebug.cl.cam.ac.uk2006-06-071-5/+5
* Represent PFNs with their own type, rather than 'unsigned long'.kaf24@firebug.cl.cam.ac.uk2006-06-061-19/+21
* Create new vmassist type 'pae_extended_cr3'. Only advertisekaf24@firebug.cl.cam.ac.uk2006-06-051-0/+22
* [PAE] Allow pgdirs above 4GB for paravirt guests.kaf24@firebug.cl.cam.ac.uk2006-05-261-22/+0
* Move Linux-specific privcmd code into private libxc implementations.kaf24@firebug.cl.cam.ac.uk2006-05-021-57/+0
* Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as theykaf24@firebug.cl.cam.ac.uk2006-04-281-10/+10
* Fix memory_op hypercall mlock/munlock wrapping after thekaf24@firebug.cl.cam.ac.uk2006-04-271-2/+2
* Wrap all GUEST_HANDLEs in structures, and define SET/GET macros to access themkaf24@firebug.cl.cam.ac.uk2006-04-271-13/+24
* Fix whitespace in libxc. Tabs are manually fixed.kaf24@firebug.cl.cam.ac.uk2006-04-151-16/+16
* Remove unnecessary zlib includes.kaf24@firebug.cl.cam.ac.uk2006-03-231-1/+0
* Replace memory_op subcommands reserved_phys_area and map_shared_infokaf24@firebug.cl.cam.ac.uk2006-03-101-4/+4
* Clean up internal libxc functions to take 'const char *'kaf24@firebug.cl.cam.ac.uk2006-03-091-2/+2
* New memory_op subcall XENMEM_translate_gpfn_list.kaf24@firebug.cl.cam.ac.uk2006-02-161-0/+26
* Fix some more pfn/mfn/gmfn/gpfn inconsistencies. Fix some directkaf24@firebug.cl.cam.ac.uk2006-02-021-1/+1
* Replace the MMUEXTOP 'pfn hole' commands with a newkaf24@firebug.cl.cam.ac.uk2006-01-281-0/+12
* Create a block of reserved PFNs in shadow translate mode guests, andsos22@douglas.cl.cam.ac.uk2006-01-261-29/+0
* Make some basic cases of grant tables work in shadow translate mode.sos22@douglas.cl.cam.ac.uk2006-01-251-0/+29
* Implement new memory_op() XENMEM_machphys_mfn_list. Replaces oldkaf24@firebug.cl.cam.ac.uk2005-11-251-0/+20
* Make it possible to run valgrind on code linked with the libxc libraries.emellor@leeni.uk.xensource.com2005-11-221-8/+16
* Update the memory_op() hypercall. Add two new subcommands, tokaf24@firebug.cl.cam.ac.uk2005-11-211-10/+0
* Many fixes for save/restore and related areas for PAE in particular. Nowsmh22@firebug.cl.cam.ac.uk2005-11-161-12/+0
* Rename XENVER_parameters to slightly more informativekaf24@firebug.cl.cam.ac.uk2005-11-161-5/+15
* Clean up xenstore/console shared page initialisation, which iskaf24@firebug.cl.cam.ac.uk2005-11-141-0/+13
* Revert accidentally applied changes from changesetkaf24@firebug.cl.cam.ac.uk2005-11-141-13/+0
* If /sbin/ isn't in the path, udev rules will erroneously not getkaf24@firebug.cl.cam.ac.uk2005-11-141-0/+13
* Necessary change to support ia64/vti domain build in common code.djm@kirby.fc.hp.com2005-10-241-40/+0