aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* [SOLARIS] Don't mlock() hypercall buffers.kfraser@localhost.localdomain2006-10-2312-84/+118
* [HVM] E820 table misreports the ACPI NVS/Data information whichkfraser@localhost.localdomain2006-10-181-29/+6
* xc core structures are not Linux specific.kfraser@localhost.localdomain2006-10-181-5/+5
* Fix multiple inclusion when building libxenguest.kfraser@localhost.localdomain2006-10-171-1/+1
* [SOLARIS] Create kernel-interface implementations for libxc and xenstored.kfraser@localhost.localdomain2006-10-172-0/+236
* [SOLARIS] A couple of simple compile fixes for tools/ on Solaris.kfraser@localhost.localdomain2006-10-171-0/+1
* Remove ERR() macro from libxc. Use ERROR/PERROR as appropriate.kfraser@localhost.localdomain2006-10-175-158/+153
* Remove non-existent xc_ptrace_core() from xenctrl.h.kfraser@localhost.localdomain2006-10-171-7/+2
* [SOLARIS] Don't build ptrace code on Solaris.kfraser@localhost.localdomain2006-10-177-34/+30
* [SOLARIS] On Solaris, GCC is configured to use Sun's LD. Fix the build to usekfraser@localhost.localdomain2006-10-171-2/+2
* Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-171-8/+2
* Revert 11728:30f13007be. Breaks Solaris guests.kaf24@localhost.localdomain2006-10-101-8/+12
* Correct check for extended-cr3 support in __xen_guest fallback code.Ian Campbell2006-10-101-1/+1
* [XEND] No need to decompress the initrd when building a domain.kfraser@localhost.localdomain2006-10-091-12/+8
* [LIBXC] Fix ptrace memory-mapping code to map pagetables read-only.kaf24@firebug.cl.cam.ac.uk2006-10-051-6/+3
* [LINUX] Make evtchn device use a dynamic minor number.kfraser@localhost.localdomain2006-09-292-7/+85
* Fix tools build with latest glibc, which has ankfraser@localhost.localdomain2006-09-231-8/+3
* [POWERPC] merge with xen-unstable.hgHollis Blanchard2006-09-181-0/+5
|\
| * [TOOLS] xenctrl.h defines __XEN_TOOLS__ if it's not already.kaf24@firebug.cl.cam.ac.uk2006-08-311-0/+5
* | [LIBXC][POWERPC] Add missing xc_memory.chollisb@localhost2006-09-181-0/+42
* | [LIBXC][POWERPC] Update to latest flatdevtree snapshot.Hollis Blanchard2006-09-075-37/+873
* | [POWERPC] merge with xen-unstable.hghollisb@localhost2006-09-182-54/+115
|/
* Merge with xenppc-unstable-merge.hg.kaf24@firebug.cl.cam.ac.uk2006-08-303-25/+6
|\
| * Merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-08-301-11/+5
| |\
| | * [XEN] Add a start_pfn field in xen_domctl_getmemlist.kaf24@firebug.cl.cam.ac.uk2006-08-301-11/+5
| * | merge with xen-unstable.hgawilliam@xenbuild.aw2006-08-281-1/+1
| |\|
| * | merge with xen-unstable.hgawilliam@xenbuild.aw2006-08-2723-775/+956
| |\ \
| * | | [IA64] Modify xc_ia64_hvm_build for using the new Xen event channelsawilliam@xenbuild.aw2006-08-231-13/+0
| * | | [IA64] update xc_shadow_control call with new parametersawilliam@xenbuild.aw2006-08-231-1/+1
* | | | [POWERPC] fix bad mergeJimi Xenidis2006-08-201-1/+1
* | | | [POWERPC][TOOLS] sync with start_info_t changesHollis Blanchard2006-08-291-2/+2
| |_|/ |/| |
* | | [XEN] Rename shadow2 to shadow and move the various sourcekaf24@localhost.localdomain2006-08-281-1/+1
| |/ |/|
* | [PATCH] fix null pointer dereference in xen_guest_lookup()Alex Williamson2006-08-271-0/+3
* | Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-2519-521/+644
* | [TOOLS] Cleanups to domU ELF loader.Ian Campbell2006-08-233-18/+12
* | Remove all traces of the obsolete BVT scheduler.kfraser@localhost.localdomain2006-08-234-145/+2
* | [TOOLS] Remove the 'cpuperf' misc tool. Xenoprof is thekfraser@localhost.localdomain2006-08-232-39/+0
* | [TOOLS] Allow tools to load kernels which use an ELF notes segment.Ian Campbell2006-08-234-69/+312
|/
* [SHADOW] Clean up the DOM0_SHADOW_OP interface.kfraser@localhost.localdomain2006-08-222-10/+7
* [x86_64] Guests no longer set _PAGE_USER on kernel mappings.kfraser@localhost.localdomain2006-08-221-6/+2
* [hvm] Export gpfn of store page to guest - not mfn.Christian Limpach2006-08-221-1/+1
* [qemu] Support HVM guests with more than 3.75G memory.Christian Limpach2006-08-171-56/+101
* Replace shadow pagetable code with shadow2.tdeegan@york.uk.xensource.com2006-08-165-12/+36
* [LIBXC] Set close-on-exec on the privcmd fd in libxc.kfraser@localhost.localdomain2006-08-151-0/+30
* Clean up console fields in start_info structure. Add compat code forkfraser@localhost.localdomain2006-08-154-10/+11
* Make room in e820map for SMBIOS tables.kfraser@localhost.localdomain2006-08-141-3/+3
* [LIBXC] Remove unused xc_evtchn_status().kfraser@localhost.localdomain2006-08-142-18/+0
* [XEN] Clean up e820 definitions. Define shared set in hvm public dir.kaf24@localhost.localdomain2006-08-131-21/+1
* [XEN] Add a warning about changeable size of shared_info structure.kaf24@localhost.localdomain2006-08-123-4/+4
* [HVM] Remove unused apic_enabled field from hvm_info_table.kfraser@localhost.localdomain2006-08-101-1/+0