aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* [HVM] Reworked interrupt distribution logic.kfraser@localhost.localdomain2006-11-212-7/+81
* [LIBXC] Replace API uses of size_t with ulong.kfraser@localhost.localdomain2006-11-173-7/+6
* [IA64] Fix build breakage.kaf24@firebug.cl.cam.ac.uk2006-11-161-1/+0
* [XEN] Various selector and callback cleanups to simplify the toolskfraser@localhost.localdomain2006-11-152-49/+3
* [BUILDER] Simplify vcpu context initialisation by pre-zeroingkfraser@localhost.localdomain2006-11-151-28/+3
* [LIBXC] Clarify error messages to talk about allocation 'extents'kfraser@localhost.localdomain2006-11-151-3/+3
* [IA64] fix VTI bootawilliam@xenbuild.aw2006-11-101-1/+15
* [IA64] IA64 counter part of the change 12204:e6fdb32b786c of xen-unstable.hgawilliam@xenbuild.aw2006-11-101-43/+31
* [IA64] fix ia64 linux domain builder broken by 12009:4a320d26fc24 of xen-unst...awilliam@xenbuild.aw2006-11-101-16/+32
* [HVM] Clarify the HVM e820 map. Also make it rather morekfraser@localhost.localdomain2006-11-091-6/+29
* [HVM] Reserve 2 pages for ACPI tables in e820.kaf24@firebug.cl.cam.ac.uk2006-11-081-1/+1
* [HVM] Replace shared-memory PIC state with a set-irq-level hypercall.kfraser@localhost.localdomain2006-11-072-0/+30
* [LIBXC] Fix memory alloc/dealloc routines to return error properly.kfraser@localhost.localdomain2006-11-072-13/+4
* [BLKTAP] ia64 supportkfraser@localhost.localdomain2006-11-071-4/+3
* [HVM] Move VMX VMCS initialisation to vcpu-initialisation time.kfraser@localhost.localdomain2006-11-061-41/+10
* [XEN] Replace hvm_setup_platform() with hvm_domain_initialise()kaf24@localhost.localdomain2006-11-054-12/+4
* [XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.kfraser@localhost.localdomain2006-11-037-51/+49
* [HVM] Clean up VCPU initialisation in Xen. No longerkfraser@localhost.localdomain2006-11-021-67/+36
* [TOOLS] Paravirt guests have their memory allocated in thekfraser@localhost.localdomain2006-11-022-75/+45
* [HVM] Move shadow initialisation into domain-creation hypercall.kfraser@localhost.localdomain2006-11-011-93/+16
* Print errno for each of the "Error when writing to state file" messages.Ewan Mellor2006-11-011-9/+15
* [HVM] HVM is now a flag parameter to domain-creation hypercall.kfraser@localhost.localdomain2006-11-013-0/+18
* [HVM] Use correct types for guest physical addressesTim Deegan2006-10-311-1/+0
* [TOOLS] Uncompress and allocate memory for gzipped kernel and initrd images onIan Campbell2006-10-264-81/+99
* [LIBXC][IA64] fix build warningawilliam@xenbuild.aw2006-10-252-2/+2
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-10-256-24/+12
|\
| * [IA64][HVM] Add buffer IO mechanism for Xen/VTi domain. Currentkfraser@localhost.localdomain2006-10-251-3/+7
| * [LIBXC] Add -Wmissing-prototypes to CFLAGS, fix warnings resulting from that.kfraser@localhost.localdomain2006-10-255-21/+5
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-10-2412-84/+118
|\|
| * [SOLARIS] Don't mlock() hypercall buffers.kfraser@localhost.localdomain2006-10-2312-84/+118
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-10-2214-238/+432
|\|
| * [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
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-10-141-1/+1
|\|
| * 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
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-10-051-6/+3
|\|
| * [LIBXC] Fix ptrace memory-mapping code to map pagetables read-only.kaf24@firebug.cl.cam.ac.uk2006-10-051-6/+3
* | [IA64] Use xencomm for hypercalls.awilliam@xenbuild.aw2006-10-022-0/+6
|/
* [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