summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-26gtk ui: unbreak spiceGerd Hoffmann1-3/+1
2013-02-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori32-229/+1440
2013-02-26Merge remote-tracking branch 'quintela/stats.next' into stagingAnthony Liguori3-2/+15
2013-02-26Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-0/+664
2013-02-26slirp: Properly initialize pollfds_idx of new socketsJan Kiszka1-0/+1
2013-02-25target-ppc: Fix SUBFE carryRichard Henderson1-4/+5
2013-02-25target-arm: Fix sbc_CC carryRichard Henderson1-24/+4
2013-02-25arm/translate.c: Fix adc_CC/sbc_CC implementationPeter Crosthwaite1-2/+2
2013-02-23target-mips: fix for sign-issue in MULQ_W helperPetar Jovanovic3-3/+3
2013-02-23target-mips: fix for incorrect multiplication with MULQ_S.PHPetar Jovanovic2-1/+16
2013-02-23target-xtensa: Use add2/sub2 for macRichard Henderson1-16/+13
2013-02-23target-xtensa: Use mul*2 for mul*hiRichard Henderson1-14/+6
2013-02-23target-unicore32: Use mul*2 for do_multRichard Henderson1-72/+11
2013-02-23target-sh4: Use mul*2 for dmul*Richard Henderson1-28/+2
2013-02-23target-sparc: Use mul*2 for multiplyRichard Henderson1-27/+18
2013-02-23target-sparc: Use official add2/sub2 interfaces for addx/subxRichard Henderson1-26/+16
2013-02-23target-ppc: Compute mullwo without branchesRichard Henderson1-28/+14
2013-02-23target-ppc: Compute arithmetic shift carry without branchesRichard Henderson1-40/+31
2013-02-23target-ppc: Implement neg in terms of subfRichard Henderson1-44/+19
2013-02-23target-ppc: Use add2 for carry generationRichard Henderson1-125/+69
2013-02-23target-ppc: Compute addition carry with setcondRichard Henderson1-26/+16
2013-02-23target-ppc: Compute addition overflow without branchesRichard Henderson1-33/+13
2013-02-23target-ppc: Use setcond in gen_op_cmpRichard Henderson1-23/+23
2013-02-23target-ppc: Split out SO, OV, CA fields from XERRichard Henderson6-106/+160
2013-02-23target-ppc: Use mul*2 in mulh* insnsRichard Henderson3-64/+38
2013-02-23target-cris: Use mul*2 in mul* insnsRichard Henderson1-42/+2
2013-02-23target-mips: Use mul[us]2 in [D]MULT[U] insnsRichard Henderson3-42/+20
2013-02-23target-arm: Implement sbc_cc inlineRichard Henderson3-25/+39
2013-02-23target-arm: Implement adc_cc inlineRichard Henderson3-21/+34
2013-02-23target-arm: Use add2 in gen_add_CCRichard Henderson1-4/+3
2013-02-23target-arm: Use mul[us]2 and add2 in umlal et alRichard Henderson3-19/+14
2013-02-23target-arm: Use mul[us]2 in gen_mul[us]_i64_i32Richard Henderson1-16/+22
2013-02-23target-s390x: Use mulu2 for mlgr insnRichard Henderson3-11/+1
2013-02-23target-alpha: Use mulu2 for umulh insnRichard Henderson3-10/+18
2013-02-23tcg: Apply life analysis to 64-bit multiword arithmetic opsRichard Henderson1-8/+20
2013-02-23tcg: Implement muls2 with mulu2Richard Henderson1-0/+40
2013-02-23target-i386: Use add2 to implement the ADX extensionRichard Henderson1-11/+9
2013-02-23tcg-arm: Implement muls2_i32Richard Henderson2-1/+5
2013-02-23tcg-i386: Implement multiword arithmetic opsRichard Henderson2-17/+26
2013-02-23tcg: Implement multiword addition helpersRichard Henderson1-0/+82
2013-02-23tcg: Implement multiword multiply helpersRichard Henderson3-1/+101
2013-02-23tcg: Implement a 64-bit to 32-bit extraction helperRichard Henderson1-0/+22
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson14-0/+24
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson10-14/+41
2013-02-23tcg-sparc: Always implement 32-bit multiword opsRichard Henderson2-6/+7
2013-02-23tcg-i386: Always implement 32-bit multiword opsRichard Henderson2-12/+13
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson8-4/+29
2013-02-23Merge branch 'eflags3' of git://github.com/rth7680/qemuBlue Swirl10-1449/+1870
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell9-42/+52
2013-02-23SPARC LEON power-down support addedRonald Hecht5-1/+19