aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
| * Re-enables ptrace for paravirtualized guests.kaf24@firebug.cl.cam.ac.uk2006-05-121-31/+41
| * Add support to domain builders for loading kernels with physical addresses in...cl349@firebug.cl.cam.ac.uk2006-05-112-15/+30
| * Fix a typo in xc_ptrace() and fix single-stepping when attachedkaf24@firebug.cl.cam.ac.uk2006-05-111-6/+6
* | [IA64] Strengthen dom0_getmemlistawilliam@xenbuild.aw2006-05-151-1/+3
* | [IA64] move evtchn_vector to shared_infoawilliam@xenbuild.aw2006-05-152-2/+2
|/
* Move Linux-specific privcmd code into private libxc implementations.kaf24@firebug.cl.cam.ac.uk2006-05-0210-111/+243
* Define new event-channel and physdev hypercalls with a more extensiblekaf24@firebug.cl.cam.ac.uk2006-04-301-21/+16
* Recent GUEST_HANDLE related cset broke ia64 compilation.kaf24@firebug.cl.cam.ac.uk2006-04-281-2/+2
* Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as theykaf24@firebug.cl.cam.ac.uk2006-04-287-26/+26
* 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-277-34/+47
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-04-251-3/+3
|\
| * Fix swapped calloc() arguments.kaf24@firebug.cl.cam.ac.uk2006-04-191-3/+3
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-04-1826-852/+852
|\|
| * Fix whitespace in libxc. Tabs are manually fixed.kaf24@firebug.cl.cam.ac.uk2006-04-1526-846/+846
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-04-118-109/+245
|\|
| * build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-2/+8
| * Additional sanity / compatability checks during guest build. smh22@firebug.cl.cam.ac.uk2006-04-072-5/+48
| * Make root page table sanity check on restore more generic. smh22@firebug.cl.cam.ac.uk2006-04-061-8/+4
| * Add code to make handling domain poweroff/reboot symmetrical betweenkaf24@firebug.cl.cam.ac.uk2006-04-062-0/+44
| * Enable the setting and trapping of breakpoints for hvm guest.kaf24@firebug.cl.cam.ac.uk2006-03-311-2/+8
| * More fixes to gdbserver for HVM guest debugging. Also fixkaf24@firebug.cl.cam.ac.uk2006-03-302-93/+134
* | [IA64] get_pfn_list workaroundawilliam@xenbuild.aw2006-04-101-20/+47
* | [IA64] Add memory operations for xen/ia64awilliam@xenbuild.aw2006-04-041-19/+25
|/
* Fix 64-bit HVM guest debug via gdbserver:kaf24@firebug.cl.cam.ac.uk2006-03-263-13/+155
* Remove unnecessary zlib includes.kaf24@firebug.cl.cam.ac.uk2006-03-232-2/+0
* The current ptrace code is traversing the page table structures tokaf24@firebug.cl.cam.ac.uk2006-03-211-26/+30
* Fix VMX guest can not be created on PAE xen with more than 4G RAM.kaf24@firebug.cl.cam.ac.uk2006-03-191-44/+42
* mergeawilliam@xenbuild.aw2006-03-171-4/+5
|\
| * Fix the gzip size extraction in xc_inflate_buffer(). Extractkaf24@firebug.cl.cam.ac.uk2006-03-171-4/+5
* | mergeawilliam@xenbuild.aw2006-03-1415-310/+737
|\|
| * Trivial ia64 tools build fix.kaf24@firebug.cl.cam.ac.uk2006-03-141-1/+0
| * Fix memory leak in xc_domain_dumpcore and simplify copy_from_domain_page.kaf24@firebug.cl.cam.ac.uk2006-03-141-9/+10
| * Fix a typo in a comment -- vmxloader is now hvmloader.kaf24@firebug.cl.cam.ac.uk2006-03-141-1/+1
| * The existing xc_domain_dumpcore is very specific to disk/file basedkaf24@firebug.cl.cam.ac.uk2006-03-132-48/+118
| * Replace memory_op subcommands reserved_phys_area and map_shared_infokaf24@firebug.cl.cam.ac.uk2006-03-102-19/+28
| * Fix a few small issues in xc_domain_dumpcore:kaf24@firebug.cl.cam.ac.uk2006-03-091-2/+7
| * Move 'debug' build option into the outermost Config.mk file.kaf24@firebug.cl.cam.ac.uk2006-03-091-3/+0
| * Clean up the usage of CFLAGS. This is nice for packagers, who wouldkaf24@firebug.cl.cam.ac.uk2006-03-091-1/+0
| * Change the location of the shared_info page for auto_translated_physmap guests.cl349@firebug.cl.cam.ac.uk2006-03-091-67/+72
| * Make xc_linux_build() load the initrd page-by-page ratherkaf24@firebug.cl.cam.ac.uk2006-03-092-60/+104
| * Clean up internal libxc functions to take 'const char *'kaf24@firebug.cl.cam.ac.uk2006-03-0910-65/+65
| * Add a parallel set of APIs to the domain builders to allow images andkaf24@firebug.cl.cam.ac.uk2006-03-096-112/+383
| * Fix order-of-evaluation issue in xc_domain_dumpcore. The intent iskaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
| * Simplify ptrace_names array declaration.kaf24@firebug.cl.cam.ac.uk2006-03-061-1/+1
| * Fix build with some gcc versions.kaf24@firebug.cl.cam.ac.uk2006-03-062-3/+30
* | [IA64] fix print out in ia64 setup_guest()awilliam@xenbuild.aw2006-03-101-2/+6
|/
* libxc: Verify Magic number when reading dumpkaf24@firebug.cl.cam.ac.uk2006-03-063-1/+9
* Consolidate xc_ptrace and xc_ptrace_corekaf24@firebug.cl.cam.ac.uk2006-03-063-131/+63
* libxc: xc_ptrace cleanupskaf24@firebug.cl.cam.ac.uk2006-03-063-207/+113