aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-23Added LEON MMU ASI mappings and corrected LEON3 MMU masks.Ronald Hecht2-2/+8
2013-02-23grlib-apbuart: Add support of various flagsRonald Hecht1-7/+29
2013-02-23Typo: replace gptimer by apbuartFabien Chouteau1-8/+8
2013-02-23disas/i386.c: Add explicit braces round empty for-loop bodyPeter Maydell1-1/+2
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell5-16/+0
2013-02-23xhci: fix bad print specifierHervé Poussineau1-2/+2
2013-02-22gtk: Rename File to Machine menu and add pause, reset and power down itemsJan Kiszka1-12/+68
2013-02-22ui/gtk: Use menu item from stock for full screenStefan Weil4-14/+3
2013-02-22ui/gtk: Support versions of VTE before 0.26Stefan Weil2-2/+7
2013-02-22Reenable -Wstrict-prototypesKevin Wolf2-7/+24
2013-02-22pc: add compatibility machine types for 1.4Paolo Bonzini3-5/+63
2013-02-22blockdev: enable discard by defaultPaolo Bonzini3-5/+15
2013-02-22qemu-nbd: add --discard optionPaolo Bonzini2-3/+19
2013-02-22blockdev: add discard suboption to -drivePaolo Bonzini2-0/+13
2013-02-22block: implement BDRV_O_UNMAPPaolo Bonzini3-2/+36