aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pv-on-hvm: fixes for unmodified drivers build and modern LinuxKeir Fraser2007-10-256-14/+33
* qemu: Add extra tracing around logdirty bitmap setup.Keir Fraser2007-10-251-6/+13
* hvm: In xenstore_process_logdirty_event(), if a stale shared memoryKeir Fraser2007-10-251-0/+3
* hvm: Improve and limit the messages for unexpected mmio accesses toKeir Fraser2007-10-251-2/+12
* hvm,x86: Add more vmxassist opcodes for Ubuntu 7.0.4 supportKeir Fraser2007-10-252-0/+272
* pv-qemu 10/10: Make xenconsoled ignore doms with qemu-dmKeir Fraser2007-10-252-0/+16
* pv-qemu 9/10: XenD device model re-factoringKeir Fraser2007-10-255-294/+243
* pv-qemu 8/10: Add pv console to QEMU paravirt machineKeir Fraser2007-10-256-5/+471
* pv-qemu 7/10: Async negotiation with xenfb frontendKeir Fraser2007-10-253-308/+401
* pv-qemu 6/10: Merge private & public xenfb structsKeir Fraser2007-10-253-91/+70
* pv-qemu 5/10: Refactor QEMU console integrationKeir Fraser2007-10-253-267/+280
* pv-qemu 4/10: Refactor xenfb event handlersKeir Fraser2007-10-253-167/+94
* pv-qemu: Remove standalone xenfb codeKeir Fraser2007-10-2512-967/+4
* pv-qemu 2/10: Add a QEMU machine type for paravirt guestsKeir Fraser2007-10-258-36/+400
* pv-qemu 1/10: Add a QEMU machine type for fullvirt guestsKeir Fraser2007-10-254-239/+304
* x86: Save/restore new syscall/sysenter context info.Keir Fraser2007-10-254-41/+183
* [XEN] Remove dead code.Tim Deegan2007-10-251-11/+1
* xen: Fix new domctl/sysctl structs to be 32-/64-bit invariant.Keir Fraser2007-10-252-8/+10
* xend: fix hvm domain restore failure when using vncdisplay option.Keir Fraser2007-10-251-1/+1
* x86: GDTR must be reset after using real-mode BIOS services. SomeKeir Fraser2007-10-251-0/+4
* vt-d: add a vt-d howto setup documentKeir Fraser2007-10-251-0/+50
* xend, acm: small fixesKeir Fraser2007-10-251-5/+7
* xend, acm: Put the __UNLABELED__ label into the mapfile if policy specifies itKeir Fraser2007-10-251-8/+22
* xend: Reworked initialization of XSPolicy administration classKeir Fraser2007-10-251-26/+11
* xm-test: various fixesKeir Fraser2007-10-254-5/+15
* x86: Remove dependency on stdbool.h.Keir Fraser2007-10-242-13/+11
* x86: Remove CALLBACKTYPE_sysexit.Keir Fraser2007-10-247-31/+2
* x86-64: syscall/sysenter support for 32-bit apps for both 32-bit appsKeir Fraser2007-10-2413-30/+259
* minios: xenbus wait fixupKeir Fraser2007-10-241-0/+1
* minios: Make NSEC_TO_USEC/NSEC_TO_SEC macros expression safe.Keir Fraser2007-10-241-2/+2
* x86/64: Fix the build.Keir Fraser2007-10-241-2/+4
* x86, dom0: Allow get idle time stats by mask.Keir Fraser2007-10-242-17/+41
* x86, cpufreq: Allow dom0 kernel to govern cpufreq via the IntelKeir Fraser2007-10-241-0/+6
* merge with xen-unstable.hg (staging)Alex Williamson2007-10-2326-45/+266
|\
| * Add definitions for machine check MSRs introduced in AMD Family 0x10 (Barcelo...Keir Fraser2007-10-231-2/+7
| * xentop: build fix for *bsd.Keir Fraser2007-10-231-1/+1
| * libxc: check length on string copy (strcpy -> strncpy).Keir Fraser2007-10-231-1/+3
| * hvm, vt-d: Add memory cache-attribute pinning domctl for HVMKeir Fraser2007-10-2310-7/+209
| * Use $(SHELL) to find shell to run get-fields.sh script.Keir Fraser2007-10-232-2/+1
| * x86: Fix xentrace of hypercalls in debug builds of Xen.Keir Fraser2007-10-233-15/+25
| * vt-d: Fix a bug in pmr register disabling code.Keir Fraser2007-10-232-8/+12
| * xenmon: Fix security vulnerability CVE-2007-3919.Keir Fraser2007-10-232-2/+2
| * x86: small boot-time changes:Keir Fraser2007-10-224-7/+6
* | [IA64] Prevent softlock when destroying VTi domainAlex Williamson2007-10-232-17/+68
* | merge with xen-unstable.hg (staging)Alex Williamson2007-10-2246-130/+1203
|\|
| * vt-d: Fix PCI=device parsing.Keir Fraser2007-10-222-8/+8
| * A few small fixes for xenstored:Keir Fraser2007-10-221-3/+5
| * ia64: Fix ia64 PV domain creation with new vhpt-size parameter.Keir Fraser2007-10-224-8/+12
| * hvm/x86: MTRR/PAT virtualisation.Keir Fraser2007-10-2218-35/+998
| * x86: Allow NMI callback CS to be specified via set_trap_table()Keir Fraser2007-10-2212-58/+84