aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-13target-sh4: disable debug codeaurel321-1/+3
2008-12-13target-sh4: add prefi, icbi, syncoaurel322-0/+27
2008-12-13target-sh4: add SH7785 as CPU optionaurel322-1/+8
2008-12-13TCG x86/x86-64: use move with zero-extend for loads/storesaurel322-0/+12
2008-12-13vnc: Fix crash on 'info vnc' after 'change vnc none'aurel321-1/+1
2008-12-13Fix smsw for x86_64 guest and bigendian host casemalc1-0/+4
2008-12-13target-i386: SVM: acknowledge interrupt only after it is takenaurel321-1/+1
2008-12-13target-ppc: keep only the table version for mfromaurel321-18/+4
2008-12-13target-ppc: use accessors to access fp_status exception_flagsaurel321-7/+10
2008-12-13x86 cleanupblueswir14-71/+56