aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
| | * [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
* [LIBXC] clean specified files instead of wildcardingkfraser@localhost.localdomain2006-08-101-2/+3
* [HVM] Rmove unused field pae_enabled from hvm_info_table.kfraser@localhost.localdomain2006-08-101-4/+4
* Merge with xen-ia64-unstable.kfraser@localhost.localdomain2006-08-093-24/+19
|\
| * Merge with xenppc-unstable.kfraser@localhost.localdomain2006-08-092-16/+32
| |\
| * | [LIBXC] put PowerPC loader in libxenguest, not libxenctrlHollis Blanchard2006-08-081-1/+1
| * | [LIBXC] remove relocated file from MakefileHollis Blanchard2006-08-081-1/+1
| * | [LIBXC] move xc_ppc_linux_build.c into a powerpc64 directoryHollis Blanchard2006-08-082-0/+1
| * | [POWERPC] fixed bad swap of console and store event channelsJimi Xenidis2006-08-041-1/+1
| * | [TOOLS] use standard DPRINTF macro in PPC builderHollis Blanchard2006-08-021-22/+16
* | | [IA64] catch up new hypercall HYPERVISR_hvm_op for IPF (libxc)awilliam@xenbuild.aw2006-08-091-0/+30
| |/ |/|
* | [hvm/qemu] Add HVM buffered IO writes framework to accelerate stdvga speed.chris@kneesaa.uk.xensource.com2006-08-091-1/+30
* | [hvm/qemu] Flip the device model over to using the new Xen event channelssos22@douglas.cl.cam.ac.uk2006-08-081-14/+1
* | [LIBXC] Do not gzclose() after close() on a gzdopen()'ed fd.kaf24@firebug.cl.cam.ac.uk2006-08-081-3/+3
|/
* Change DOM0_PERFCCONTROL: remove array limit.kaf24@firebug.cl.cam.ac.uk2006-08-072-4/+18
* [HVM] Add a concept of HVM parameters to the hypervisor.kfraser@localhost.localdomain2006-08-031-0/+32
* [LIBXC] Generic include of arch-specific sub-makefile.kfraser@localhost.localdomain2006-07-282-6/+5
* MErge with xenppc-unstable-merge.hgkfraser@localhost.localdomain2006-07-2810-307/+1165
|\
| * merge with xen-unstable.hgawilliam@xenbuild.aw2006-07-271-29/+3
| |\
| | * Remove unused definitions in xc_hvm_build.c.kfraser@localhost.localdomain2006-07-271-29/+3
| * | [IA64] live migrationawilliam@xenbuild.aw2006-07-262-42/+256
| * | [IA64] fix merge error with xen-unstable.hgawilliam@xenbuild.aw2006-07-251-0/+1
| * | merge with xen-unstable.hgawilliam@xenbuild.aw2006-07-254-1/+419
| |\|
| * | [IA64] Save & restore.awilliam@xenbuild.aw2006-07-115-18/+618
| * | [IA64] Creates tools/libxc/ia64 directory.awilliam@xenbuild.aw2006-07-116-249/+296