aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_pagetab.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: introduce xc_domain_get_guest_width()Dario Faggioli2013-09-131-5/+3
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86, libxc: Fix xc_translate_foreign_address() for PV guests ofKeir Fraser2011-03-031-3/+4
* # HG changeset patchIan Campbell2010-08-241-0/+15
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-6/+6
* libxc: Fix xc_translate_foreign_address in non-paged modeKeir Fraser2009-03-311-1/+1
* libxc support for the new partial-HVM-save domctl.Keir Fraser2009-02-051-22/+14
* libxc: Define xc_ffs{8,16,32,64} functions. Use them.Keir Fraser2009-01-061-2/+1
* Make xc_translate_foreign_address aware of compat-mode guests andKeir Fraser2009-01-051-160/+75
* libxc: The following patch replace the libxc interface to useKeir Fraser2008-06-191-2/+2
* libxc foreign address translation bugKeir Fraser2008-05-021-1/+1
* libxc: Fix xc_translate_foreign_address() to parse non-pae pagetableskfraser@localhost.localdomain2007-04-251-3/+3
* Lift physical address restriction in save/restore code.kfraser@localhost.localdomain2007-02-151-2/+2
* [LIBXC] Convert all printf/fprintf uses to use a macro instead.kaf24@firebug.cl.cam.ac.uk2006-06-071-10/+10
* [PAE] Fix tools to properly pack/unpack >4GB PAE CR3 values.kaf24@firebug.cl.cam.ac.uk2006-06-021-1/+1
* Fix a couple of bogus dom0_op names:kaf24@firebug.cl.cam.ac.uk2006-01-061-1/+1
* Add support to xenctx for printing stack traces on x86_32 and x86_64.Ian.Campbell@xensource.com2005-12-221-0/+192