aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [BUILD] Support cloning Linux tree from a git repository.Keir Fraser2008-07-032-0/+74
* Support building of out-of-tree merged qemu from gitKeir Fraser2008-07-034-0/+42
* XenAPI: Add Direct PCI Device (DPCI) Assignment SupportKeir Fraser2008-07-037-83/+434
* XenAPI: Add Physical PCI Device (PPCI) SupportKeir Fraser2008-07-034-6/+334
* iommu: Fix hvm_dpci_eoi for smp guest in ioapic interrupt modeKeir Fraser2008-07-021-2/+4
* minios: PIRQ and MSI/MSI-X supportKeir Fraser2008-07-024-2/+121
* x86 hvm: Fix RTC handling.Keir Fraser2008-07-028-35/+59
* Do not allow HVM save/restore of a dying domain.Keir Fraser2008-07-022-0/+7
* stubdom: PCI passthrough support via PV-PCIKeir Fraser2008-07-0211-7/+638
* pciif: do not depend on linux' msix_entriesKeir Fraser2008-07-021-1/+5
* x86: Remove inline declaration to fix build.Keir Fraser2008-07-022-2/+2
* ioemu: Add check for mapping MSI pirqs.Keir Fraser2008-07-021-0/+7
* x86: Fix MSI cleanup.Keir Fraser2008-07-022-11/+32
* xend: Replace stray tab-indent with space-indentKeir Fraser2008-07-023-7/+7
* merge with xen-unstable.hgIsaku Yamahata2008-07-0292-679/+3854
|\
| * minios: proper frees are now handled, so drop the FIXME commentKeir Fraser2008-07-012-3/+0
| * x86_emulate: (Almost) complete FPU emulation.Keir Fraser2008-07-011-36/+458
| * VT-d: Fix queue invalidationKeir Fraser2008-07-011-8/+4
| * VT-d: Do CLFLUSH after updating IRTE entriesKeir Fraser2008-07-011-0/+2
| * xenballoond (memory overcommit) scriptsKeir Fraser2008-07-015-0/+512
| * ioemu: limit xen-console bufferingKeir Fraser2008-07-011-2/+6
| * xend: open qemu-dm logfile in append mode if log rotation is disabled by config.Keir Fraser2008-07-011-1/+3
| * xend: improve the rotation of qemu-dm logfiles.Keir Fraser2008-07-013-4/+22
| * x86_emulate: read/write/insn_fetch emulation hooks now all take aKeir Fraser2008-06-306-181/+224
| * blktap: Fall back to libcrypto if libgcrypt is not installed.Keir Fraser2008-06-303-2/+62
| * tools/python: fix TypeError for 17903:0728459b3c8dKeir Fraser2008-06-301-1/+1
| * Fix up python breakage for blkdev_name_to_numberKeir Fraser2008-06-303-3/+3
| * blktap: link against libgcrypt rather than libcryptoKeir Fraser2008-06-302-14/+5
| * x86: Px statistic update for cpu idle time.Keir Fraser2008-06-304-1/+30
| * stubdom: add live migration support by having ioemu just notify theKeir Fraser2008-06-307-7/+171
| * stubdom: fix libc-verbose non-lwip compilationKeir Fraser2008-06-301-1/+1
| * x86: Fix 32-bit build after VT-d cleanups.Keir Fraser2008-06-281-1/+1
| * x86: Fix 32-bit build.Keir Fraser2008-06-271-1/+2
| * x86: Emulation of LMSW must only affect CR0 bits 0-3.Keir Fraser2008-06-272-5/+6
| * hvm: Fix lmsw handlingKeir Fraser2008-06-272-2/+3
| * x86: Add cpufreq logic to S3 suspend/resumeKeir Fraser2008-06-276-40/+190
| * Update changelog for xvd blkdev naming extensions.Keir Fraser2008-06-271-0/+9
| * tools/python: blkdev_name_to_number fixesKeir Fraser2008-06-273-21/+25
| * blktap: Extend userland busid to 32 bitsKeir Fraser2008-06-272-2/+2
| * hvm rombios: Move function calls out of 'post' function sectionKeir Fraser2008-06-271-12/+23
| * vt-d: Clean up variable types and remove useless variablesKeir Fraser2008-06-272-18/+14
| * shadow: Re-initialise page_info's lock field when freeing shadow pages.Keir Fraser2008-06-271-0/+8
| * ioemu: Clean up after cset 17646:e3b13e1ecf6cKeir Fraser2008-06-271-2/+0
| * hvmloader: Set up any Intel ICH for legacy IDE.Keir Fraser2008-06-271-4/+6
| * vt-d: Minor fixing of interrupt remappingKeir Fraser2008-06-271-2/+3
| * tapdisk: Fix qcow2 for images > 2 GBKeir Fraser2008-06-271-4/+1
| * x86, shadow: Fix OOS bug on domain teardown.Keir Fraser2008-06-271-0/+6
| * PV-GRUB: fix reiserfs 64bit supportKeir Fraser2008-06-201-1/+12
| * Out-of-sync L1 shadows: always unsync pages on guest writes.Keir Fraser2008-06-201-0/+7
| * Out-of-sync L1 shadows: OOS snapshot.Keir Fraser2008-06-205-25/+174