summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-30ppc: Fix up usermode only buildsDavid Gibson1-0/+4
2011-10-30pseries: Correct vmx/dfp handling in both KVM and TCG casesDavid Gibson4-22/+49
2011-10-30PPC: Fail configure when libfdt is not availableAlexander Graf1-1/+10
2011-10-30ppc: Avoid decrementer related kvm exitsDavid Gibson1-0/+6
2011-10-30PPC: Disable non-440 CPUs for ppcemb targetAlexander Graf1-0/+24
2011-10-30PPC: Bump qemu-system-ppc to 64-bit physical address spaceAlexander Graf2-2/+2
2011-10-30pseries: Under kvm use guest cpu = host cpu by defaultDavid Gibson1-1/+1
2011-10-30ppc: Add cpu defs for POWER7 revisions 2.1 and 2.3David Gibson1-0/+4
2011-10-30ppc: First cut implementation of -cpu hostDavid Gibson4-1/+33
2011-10-30ppc: Remove broken partial PVR matchingDavid Gibson1-30/+6
2011-10-30pseries: Update SLOF firmware imageDavid Gibson3-1/+1
2011-10-30pseries: Add device tree properties for VMX/VSX and DFP under kvmDavid Gibson3-0/+39
2011-10-30ppc: Generalize the kvmppc_get_clockfreq() functionDavid Gibson1-11/+24
2011-10-30Set an invalid-bits mask for each SPE instructionsFabien Chouteau1-229/+271
2011-10-30pseries: Update SLOF firmware imageDavid Gibson3-1/+1
2011-10-30pseries: Use Book3S-HV TCE acceleration capabilitiesDavid Gibson4-1/+76
2011-10-30pseries: Allow KVM Book3S-HV on PPC970 CPUSDavid Gibson3-12/+96
2011-10-30pseries: Support SMT systems for KVM Book3S-HVDavid Gibson4-3/+46
2011-10-30ppc/e500_pci: Fix an array overflow issueLiu Yu-B132011-16/+22
2011-10-30ppc/e500_pci: Fix code styleLiu Yu-B132011-20/+56
2011-10-30MAINTAINERS: update wiki URL and machine names for target-xtensaMax Filippov1-3/+8
2011-10-30tcg: Optimize some forms of deposit.Richard Henderson1-14/+51
2011-10-30hw/9pfs: Make VirtFS tracing work correctlyAneesh Kumar K.V3-114/+112
2011-10-30exec-all: Fix void pointer arithmeticStefan Weil1-2/+1
2011-10-30Add linux-headers/asm to .gitignoreDavid Gibson1-0/+1
2011-10-27Merge branch 'rth/vis2' of git://repo.or.cz/qemu/rthBlue Swirl11-1043/+1400
2011-10-27Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Andrzej Zaborowski8-12/+760
2011-10-26target-sparc: Implement FALIGNDATA inline.Richard Henderson3-19/+26
2011-10-26target-sparc: Implement BMASK/BSHUFFLE.Richard Henderson3-4/+40
2011-10-26target-sparc: Implement ALIGNADDR* inline.Richard Henderson3-14/+22
2011-10-26target-sparc: Implement EDGE* instructions.Richard Henderson1-2/+175
2011-10-26target-sparc: Implement fpack{16,32,fix}.Richard Henderson3-1/+96
2011-10-26target-sparc: Implement PDIST.Richard Henderson3-2/+41
2011-10-26target-sparc: Do exceptions management fully inside the helpers.Richard Henderson3-91/+146
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson8-211/+202
2011-10-26target-sparc: Undo cpu_fpr rename.Richard Henderson1-28/+28
2011-10-26target-sparc: Extract float128 move to a function.Richard Henderson1-32/+18
2011-10-26target-sparc: Extract common code for floating-point operations.Richard Henderson1-454/+381
2011-10-26target-sparc: Make FPU/VIS helpers const when possible.Richard Henderson4-92/+78
2011-10-26target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson6-449/+381
2011-10-26target-sparc: Add accessors for double-precision fpr access.Richard Henderson1-112/+130
2011-10-26target-sparc: Mark fprs dirty in store accessor.Richard Henderson1-46/+8
2011-10-26target-sparc: Add accessors for single-precision fpr access.Richard Henderson1-195/+337
2011-10-26Sparc: split load and store op helpersBlue Swirl3-2418/+2437
2011-10-26Sparc: convert win_helper to trace frameworkBlue Swirl2-22/+16
2011-10-26Sparc: convert interrupt helpers to trace frameworkBlue Swirl3-26/+23
2011-10-26Sparc: convert mmu_helper to trace frameworkBlue Swirl2-44/+30
2011-10-26Sparc: split MMU helpersBlue Swirl4-861/+880
2011-10-26Sparc: fix coding style in helper.cBlue Swirl1-43/+52
2011-10-26Sparc: avoid AREG0 for division op helpersBlue Swirl4-82/+88