summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-22ui/gtk: require at least GTK 2.18 and VTE 0.26Anthony Liguori1-2/+2
2013-02-22unbreak hw/usb/redirect.c buildGerd Hoffmann1-1/+1
2013-02-22ui/gtk: Fix build (missing include for setlocale)Stefan Weil1-0/+1
2013-02-21gtk: suppress accelerators from the File menu when grab is activeAnthony Liguori1-0/+34
2013-02-21gtk: make default UI (v5)Anthony Liguori1-14/+34
2013-02-21gtk: add translation support (v5)Anthony Liguori7-8/+202
2013-02-21gtk: add support for screen scaling and full screen (v5)Anthony Liguori1-17/+237
2013-02-21gtk: add support for input grabbing (v2)Anthony Liguori1-5/+151
2013-02-21gtk: add virtual console support (v2)Anthony Liguori1-0/+160
2013-02-21ui: add basic GTK gui (v5)Anthony Liguori5-0/+615
2013-02-21console: allow VCs to be overridden by UIAnthony Liguori3-3/+19
2013-02-21build: disable Wstrict-prototypesAnthony Liguori1-1/+1
2013-02-21qom/object.c: Allow itf cast with num_itfs = 0Peter Crosthwaite1-1/+2
2013-02-21qom/object.c: Reset interface list on inheritancePeter Crosthwaite1-0/+1
2013-02-21vga: fix byteswapping.Gerd Hoffmann6-16/+22