summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-16Implement device tree support needed for Bamboo emulationaurel325-0/+203
2008-12-15target-ppc: create a helper function to allow more flexible RAM allocation fo...aurel322-0/+47
2008-12-15target-ppc: rename ppc405_sdram_init() to ppc4xx_sdram_init()aurel323-4/+4
2008-12-15target-ppc: move PPC4xx SDRAM controller emulation from ppc405_uc.c to ppc4xx...aurel324-346/+346
2008-12-15kvm: sync vcpu state during initialization (Hollis Blanchard)aliguori3-0/+27
2008-12-15softfloat-native: improve correctness of floatXX_is_neg()aurel321-3/+9
2008-12-15target-ppc: update comment about precise emulationaurel321-2/+1
2008-12-15Revert part of r5853blueswir11-2/+5
2008-12-15Fix mremap, based on patch by Kirill A. Shutemovblueswir11-8/+11
2008-12-15target-ppc: remove dead codeaurel321-1/+0
2008-12-15target-ppc: enable PRECISE_EMULATION by defaultaurel321-1/+1
2008-12-15target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptionsaurel321-12/+52
2008-12-15target-ppc: fadd/fsub: correctly propagate NaNaurel321-18/+8
2008-12-15target-ppc: use the new fp functionsaurel321-50/+23
2008-12-15fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel322-0/+105
2008-12-15softfloat-native: fix *nan()aurel322-1/+15
2008-12-15target-ppc: correctly propagate NaN in divisionaurel321-1/+1
2008-12-15target-ppc: fix fload_invalid_op_excp()aurel321-9/+7
2008-12-15target-ppc: use a correct value to represent 1.0aurel321-9/+12
2008-12-15target-ppc: update nip before calling an helper in FP instructionsaurel321-2/+32
2008-12-15target-ppc: fix TCGv type in fcmpu/fcmpoaurel321-4/+4
2008-12-15configure: also switch ppc64abi32 and ppcemb to CONFIG_SOFTFLOATaurel321-0/+2
2008-12-15target-ppc: add signed fields to ppc_avr_t.aurel321-0/+3
2008-12-15configure: switch to CONFIG_SOFTFLOAT for PPCaurel321-0/+2
2008-12-15configure: close stdout for the remaining calls to cc.balrog1-12/+12
2008-12-15Add ARM board names still missing from qemu-doc.balrog1-1/+3
2008-12-15ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD).balrog5-1/+267
2008-12-15Fix the PXA2xx LCD dirty page detection a little more.balrog1-1/+1
2008-12-15target-ppc: fix frsp instructionaurel321-2/+5
2008-12-15target-ppc: fix mtfsf and mtfsfi instructionsaurel321-3/+3
2008-12-14target-ppc: fix fcmp{o,u} instructionsaurel323-31/+41
2008-12-14target-ppc: remove FPRF optimizationaurel321-29/+0
2008-12-14target-ppc: fix mtfsb0 and mtfsb1aurel323-4/+26
2008-12-14target-ppc: display FPSCR in register dumpaurel321-0/+1
2008-12-14Revert "target-ppc: use -Werror to make sure no new warning is added"aurel321-1/+1
2008-12-14tcg: kill two warningsaurel322-2/+2
2008-12-14target-ppc: use -Werror to make sure no new warning is addedaurel321-1/+1
2008-12-14target-ppc: fix mbar opcodeaurel321-1/+1
2008-12-14target-ppc: fix fsel instructionaurel321-5/+3
2008-12-14Use float_relation_* constantsaurel321-24/+24
2008-12-14Ignore .pc and patches used by quiltblueswir11-0/+2
2008-12-14Use a hex value instead of possibly ambiguous 8 bit characterblueswir11-1/+1
2008-12-14SVN property and .gitignore fixes (Stuart Brady)blueswir11-0/+2
2008-12-14Remove CRsblueswir11-343/+343
2008-12-14Add missing newline at the end of fileblueswir14-4/+4
2008-12-13Fix PXA2xx framebuffer dirty checking.balrog1-2/+2
2008-12-13Initialize msr list size properly in KVMaliguori1-0/+1
2008-12-13Correctly initialize msr list in KVMaliguori1-1/+1
2008-12-13target-sh4: make the initial value of SR easier to readaurel322-1/+5
2008-12-13target-sh4: don't disable FPU instructions in user modeaurel321-1/+1