aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-23target-s390x: Use mulu2 for mlgr insnRichard Henderson
2013-02-23target-alpha: Use mulu2 for umulh insnRichard Henderson
2013-02-23tcg: Apply life analysis to 64-bit multiword arithmetic opsRichard Henderson
2013-02-23tcg: Implement muls2 with mulu2Richard Henderson
2013-02-23target-i386: Use add2 to implement the ADX extensionRichard Henderson
2013-02-23tcg-arm: Implement muls2_i32Richard Henderson
2013-02-23tcg-i386: Implement multiword arithmetic opsRichard Henderson
2013-02-23tcg: Implement multiword addition helpersRichard Henderson
2013-02-23tcg: Implement multiword multiply helpersRichard Henderson
2013-02-23tcg: Implement a 64-bit to 32-bit extraction helperRichard Henderson
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson
2013-02-23tcg-sparc: Always implement 32-bit multiword opsRichard Henderson
2013-02-23tcg-i386: Always implement 32-bit multiword opsRichard Henderson
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson
2013-02-23Merge branch 'eflags3' of git://github.com/rth7680/qemuBlue Swirl
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell
2013-02-23SPARC LEON power-down support addedRonald Hecht
2013-02-23Added LEON MMU ASI mappings and corrected LEON3 MMU masks.Ronald Hecht
2013-02-23grlib-apbuart: Add support of various flagsRonald Hecht
2013-02-23Typo: replace gptimer by apbuartFabien Chouteau
2013-02-23disas/i386.c: Add explicit braces round empty for-loop bodyPeter Maydell
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell
2013-02-23xhci: fix bad print specifierHervé Poussineau
2013-02-22gtk: Rename File to Machine menu and add pause, reset and power down itemsJan Kiszka
2013-02-22ui/gtk: Use menu item from stock for full screenStefan Weil
2013-02-22ui/gtk: Support versions of VTE before 0.26Stefan Weil
2013-02-22Reenable -Wstrict-prototypesKevin Wolf
2013-02-22pc: add compatibility machine types for 1.4Paolo Bonzini
2013-02-22blockdev: enable discard by defaultPaolo Bonzini
2013-02-22qemu-nbd: add --discard optionPaolo Bonzini
2013-02-22blockdev: add discard suboption to -drivePaolo Bonzini
2013-02-22block: implement BDRV_O_UNMAPPaolo Bonzini
2013-02-22block: complete all IOs before .bdrv_truncatePeter Lieven
2013-02-22coroutine: trim down nesting level in perf_nesting testPaolo Bonzini
2013-02-22coroutine: move pooling to common codePaolo Bonzini
2013-02-22qemu-iotests: Test qcow2 image creation optionsKevin Wolf
2013-02-22qemu-iotests: Add qemu-img compare testMiroslav Rezanina
2013-02-22qemu-img: Add compare subcommandMiroslav Rezanina
2013-02-22qemu-img: Add "Quiet mode" optionMiroslav Rezanina
2013-02-22block: Add synchronous wrapper for bdrv_co_is_allocated_aboveMiroslav Rezanina
2013-02-22block: refuse negative iops and bps valuesStefan Hajnoczi
2013-02-22block: use Error in do_check_io_limits()Stefan Hajnoczi
2013-02-22qcow2: support compressed clusters in BlockFragInfoStefan Hajnoczi
2013-02-22qemu-img: add compressed clusters to BlockFragInfoStefan Hajnoczi
2013-02-22qemu-img: fix missing space in qemu-img check outputStefan Hajnoczi
2013-02-22qcow2: record fragmentation statistics during checkStefan Hajnoczi
2013-02-22qcow2: introduce check_refcounts_l1/l2() flagsStefan Hajnoczi
2013-02-22qemu-img: add json output option to the check commandFederico Simoncelli
2013-02-22qemu-img: find the image end offset during checkFederico Simoncelli