aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xentrace: make xentrace and xenmon work on Solaris and *BSD.Keir Fraser2007-11-163-227/+225
* xentrace: Fix TypeError handling of xentrace_format.Keir Fraser2007-11-161-3/+8
* qemu: more verbose on failures.Keir Fraser2007-11-162-6/+18
* vt-d: Clean up VT-d codeKeir Fraser2007-11-163-241/+279
* pvfb: PVFB SDL backend chokes on bogus screen updatesKeir Fraser2007-11-161-3/+18
* xend: host.get_log() close fdKeir Fraser2007-11-161-0/+1
* vmx: wbinvd optimization for pass-through domain.Keir Fraser2007-11-163-15/+34
* x86, hvm: Small code cleanups.Keir Fraser2007-11-162-40/+38
* xend, xenapi: Strip characters from logs that XMLRPC layer cannot handle.Keir Fraser2007-11-161-0/+2
* x86, hvm: Allow stdvga acceleration to work with 32-bit x86.Keir Fraser2007-11-163-60/+67
* xend: readDomTxn() and friends use dompath, not vmpath.Keir Fraser2007-11-151-5/+5
* Fix header dependencies list, broken by c/s 16133.Keir Fraser2007-11-131-1/+1
* x86: Do not read/write EFER MSR if it doesn't exist.Keir Fraser2007-11-137-3/+15
* Fix non-portable grep usage. Solaris doesn't have -q option.Keir Fraser2007-11-131-1/+1
* x86: GDT reserved page should be a full page.Keir Fraser2007-11-132-15/+12
* vmx: Restore correct host SYSENTER parameters on vmexit.Keir Fraser2007-11-132-17/+22
* vmx: Set HOST_FS and HOST_GS to unusable on vmexit.Keir Fraser2007-11-131-10/+2
* tools: Avoid -nostdlib argument to $(LD).Keir Fraser2007-11-133-4/+3
* Revert 16067:9f9f9b68cd08a03fc8cfad9f5ab702e50b6b6463.Keir Fraser2007-11-131-66/+29
* libxc: Consistently print errno on write() error in domain_save code.Keir Fraser2007-11-111-21/+17
* libxc: Consolidate read()/write() syscall wrappers to read/write anKeir Fraser2007-11-1110-228/+136
* solaris, xend: Fix FMRI for Solaris SMF.Keir Fraser2007-11-101-1/+1
* xend: Fix appending policy module to end of grub's config fileKeir Fraser2007-11-101-0/+4
* vmx: Enable WBINVD intercepts to avoid real WBINVD for non-vtd guests.Keir Fraser2007-11-094-6/+15
* svm: Intercept and disallow MONITOR/MWAIT.Keir Fraser2007-11-092-2/+4
* x86, hvm: Better handling of INVD/WBINVD on VMX and SVM.Keir Fraser2007-11-098-23/+43
* Merge with ia64 tree.Keir Fraser2007-11-081-0/+2
|\
| * Fix i386 Xen build.Keir Fraser2007-11-081-0/+2
* | [IA64] Add paddr_to_pfn for upstream changesAlex Williamson2007-11-081-0/+4
* | merge with xen-unstable.hg (staging)Alex Williamson2007-11-0823-302/+220
|\|
| * Fix xend startup after 16344:0ebac857649591.Keir Fraser2007-11-081-2/+1
| * xend: Allow for non-existent xen-python-path binary.Keir Fraser2007-11-081-6/+7
| * hvm: Clean up buf_ioreq handling.Keir Fraser2007-11-089-36/+43
| * x86, vt-d: Clean up utils code.Keir Fraser2007-11-083-220/+133
| * x86, hvm: Clean up periodic timer code a little. This leads naturallyKeir Fraser2007-11-081-16/+10
| * xm: Fix long options of xm sched-creditKeir Fraser2007-11-081-3/+3
| * x86, hvm: Fix boot of HVM guests with pass-thru devices. CacheKeir Fraser2007-11-081-2/+3
| * Replace is_xen_heap_frame() with is_xen_heap_{page,mfn}(). Callers areKeir Fraser2007-11-087-18/+21
* | [IA64] Fix breakage from upstream and remove duplicate codeAlex Williamson2007-11-072-29/+17
* | merge with xen-unstable.hg (staging)Alex Williamson2007-11-0722-149/+279
|\|
| * network-bridge: Make detection of gateway device more robust.Keir Fraser2007-11-071-2/+2
| * ioemu: Do not use PAGE_SHIFT/PAGE_SIZE/PAGE_MASK macros. Use the libxcKeir Fraser2007-11-072-40/+33
| * vt-d: Support intra-domain shared interrupt.Keir Fraser2007-11-074-54/+112
| * x86, hvm: Fix typo in no-missed-tick-accounting timer mode.Keir Fraser2007-11-071-1/+1
| * x86: Fix PV guest CR4 handling. We should not leak hidden CR4 bitsKeir Fraser2007-11-073-10/+23
| * [SHADOW] Fix up change that allowed MMIO mappings to be shadowedKeir Fraser2007-11-071-5/+7
| * x86: Change cache attributes of Xen 1:1 page mappings in response toKeir Fraser2007-11-076-32/+88
| * Enable loopback disk image files on readonly nfs filesystem.Keir Fraser2007-11-071-1/+4
| * HVM device passthru: Correct PCI_EXP_DEVCTL_FLRKeir Fraser2007-11-072-7/+8
| * vt-d: Disable PMR on every vt-d engine.Keir Fraser2007-11-072-10/+14