aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge with xen-unstable.hgAlex Williamson2008-02-14184-1766/+7103
|\
| * x86/64: Make BIOS call to declare our intention to enter long mode.Keir Fraser2008-02-141-0/+7
| * x86 iommu: Define vendor-neutral interface for access to IOMMU.Keir Fraser2008-02-1416-304/+690
| * ioemu: Support the WMVi pseudoencoding in the vnc server.Keir Fraser2008-02-142-49/+66
| * x86 shadow: Reduce scope of shadow lock.Keir Fraser2008-02-141-14/+4
| * ioemu: Stub out direct-Linux-boot support for anything other than x86.Keir Fraser2008-02-141-0/+9
| * ioemu: backport upstream's qemu_memalign.Keir Fraser2008-02-146-5/+31
| * minios: drop unused xenblk_rxidx functionKeir Fraser2008-02-141-5/+0
| * stubdom: optimize block io completion polling by not polling all theKeir Fraser2008-02-142-3/+12
| * Mini-OS: Fix alignment in maybe_split()Keir Fraser2008-02-141-7/+10
| * xen: Clean up SMP/hotplug headers and implementation a bit.Keir Fraser2008-02-134-94/+14
| * vmx realmode: Only check for pending interrupts every 16thKeir Fraser2008-02-131-5/+13
| * vmx realmode: __hvm_copy() should not hvm_get_segment_register() whenKeir Fraser2008-02-131-6/+17
| * x86 vmx: Streamline vmx_interrupt_blocked() to avoid a VMREAD ifKeir Fraser2008-02-131-3/+8
| * x86 vmx: Remove bogus BUG_ON() introduced in previous changeset.Keir Fraser2008-02-131-4/+0
| * x86 hvm: Factor out save/restore of segment registers from VMX/SVMKeir Fraser2008-02-134-201/+129
| * Tools: fix save/restore of 32-bit PV guests with 64-bit toolsKeir Fraser2008-02-134-30/+51
| * pv-on-hvm: Signal crash to Xen tools when HVM guest panics.Keir Fraser2008-02-133-0/+59
| * stubdom: missing two renames (avoids always re-compiling newlib)Keir Fraser2008-02-121-2/+2
| * stubdom: Rename stubdom/*.build into stubdom/*-build, newlib intoKeir Fraser2008-02-125-30/+279
| * Make stubdom/Makefile override XEN_OS to MiniOS, and addKeir Fraser2008-02-126-17/+16
| * [BUILD] Disable LOCALVERSION_AUTO in upstream Linux builds.Keir Fraser2008-02-121-0/+1
| * [BUILD] Fixup support for building upstream kernels.Keir Fraser2008-02-124-17/+79
| * [BUILD] Add option to ensure kernel build is non-interactive.Keir Fraser2008-02-121-1/+7
| * Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-1282-130/+3612
| * libxenctrl headers should not pollute macro namespace withKeir Fraser2008-02-1212-49/+56
| * device-dm: Use SIGHUP before SIGKILLKeir Fraser2008-02-122-5/+18
| * xend: Remove redundant check of maximum memory size.Keir Fraser2008-02-121-3/+0
| * Add timestamp option to xenconsoledKeir Fraser2008-02-122-11/+99
| * Rendezvous selected cpus in softirq (stop_machine).Keir Fraser2008-02-119-13/+239
| * ioemu: Dynamic VNC colour depth.Keir Fraser2008-02-117-80/+207
| * xen-api: Fix some errors in Xen-API's PBD class.Keir Fraser2008-02-111-11/+11
| * xen-api: Add TOC and hyperlink cross reference to xen-api documentKeir Fraser2008-02-113-1/+13
| * ioemu: save 3MB of ioport tables (on 64bit machines)Keir Fraser2008-02-111-20/+40
| * ioemu: cope with partial reads/writes when using the read()/write()Keir Fraser2008-02-111-6/+19
| * x86 hvm: Allow HPET to be configured as a per-domain config option.Keir Fraser2008-02-1111-454/+496
| * xend: Better support for legacy HVM config with hvmloader configuredKeir Fraser2008-02-112-7/+5
| * x86: Compile fix for p2m audit code.Keir Fraser2008-02-111-3/+4
| * vt-d: Remap interrupt for passthru device if such HW is detected on VT-d plat...Keir Fraser2008-02-116-7/+356
| * x86: Fix build after xentrace changes.Keir Fraser2008-02-111-15/+18
| * Document XenStore's new SET_TARGET messageKeir Fraser2008-02-111-0/+10
| * x86 shadow: Move the shadow linear mapping for n-on-3-on-4 shadows soKeir Fraser2008-02-111-34/+70
| * xend: Remove redundant xc.domain_setcpuweight() all the way down to libxenctrl.Keir Fraser2008-02-114-49/+0
| * domain builder: make vfb = [ 'type=sdl' ] workKeir Fraser2008-02-111-3/+9
| * ioemu stubdom: make daemonize optionalKeir Fraser2008-02-111-2/+13
| * ioemu: some ifndef NO_UNIX_SOCKETS were missingKeir Fraser2008-02-112-8/+8
| * ioemu: make AIO optional (already done upstream)Keir Fraser2008-02-111-0/+8
| * ioemu: fix compilation without softfloatKeir Fraser2008-02-112-0/+14
| * ioemu stubdom: make TPM optionalKeir Fraser2008-02-112-0/+3
| * qemu: Queue mouse clicks.Keir Fraser2008-02-112-15/+82