aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-05target/alpha: Use goto_tb for fallthru between TBsRichard Henderson1-2/+12
2017-06-05target/alpha: Implement WTINT inlineRichard Henderson1-5/+11
2017-06-05target/mips: optimize indirect branchesAurelien Jarno1-1/+1
2017-06-05target/mips: optimize cross-page direct jumps in softmmuAurelien Jarno1-1/+1
2017-06-05target/aarch64: optimize indirect branchesEmilio G. Cota1-2/+1
2017-06-05target/aarch64: optimize cross-page direct jumps in softmmuEmilio G. Cota1-1/+1
2017-06-05target/hppa: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-4/+4
2017-06-05target/s390: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-5/+12
2017-06-05tcg/mips: implement goto_ptrAurelien Jarno2-1/+14
2017-06-05tcg/arm: Implement goto_ptrRichard Henderson2-5/+22
2017-06-05tcg/arm: Clarify tcg_out_bx for arm4 hostRichard Henderson1-14/+15
2017-06-05tcg/s390: Implement goto_ptrRichard Henderson2-4/+22
2017-06-05tcg/sparc: Implement goto_ptrRichard Henderson2-2/+11
2017-06-05tcg/aarch64: Implement goto_ptrRichard Henderson2-3/+21
2017-06-05tcg/ppc: Implement goto_ptrRichard Henderson2-1/+8
2017-06-05tb-hash: improve tb_jmp_cache hash function in user modeEmilio G. Cota1-0/+12
2017-06-05target/i386: optimize indirect branchesEmilio G. Cota1-6/+8
2017-06-05target/i386: optimize cross-page direct jumps in softmmuEmilio G. Cota1-2/+2
2017-06-05target/i386: introduce gen_jr helper to generate lookup_and_goto_ptrEmilio G. Cota1-1/+24
2017-06-05target/arm: optimize indirect branchesEmilio G. Cota2-9/+20
2017-06-05target/arm: optimize cross-page direct jumps in softmmuEmilio G. Cota1-1/+5
2017-06-05tcg/i386: implement goto_ptrEmilio G. Cota2-3/+23
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota19-4/+85
2017-06-05qemu/atomic: Loosen restrictions for 64-bit ILP32 hostsRichard Henderson1-8/+26
2017-06-05tcg/sparc: Use the proper compilation flags for 32-bitRichard Henderson1-3/+3
2017-06-05target/nios2: Fix 64-bit ilp32 compilationRichard Henderson1-1/+1
2017-06-05Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell20-63/+69
2017-06-05hw/core: nmi.c can be compiled as common-obj nowadaysThomas Huth1-1/+1
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell120-1158/+1126
2017-06-04dump: fix memory_mapping_filter leakMarc-André Lureau1-0/+1
2017-06-04ide-test: check return of fwriteJohn Snow1-2/+6
2017-06-04help: Add newline to end of thread option help textSuraj Jitindar Singh1-1/+1
2017-06-04qemu-ga: remove useless allocationMarc-André Lureau1-3/+1
2017-06-04scsi/lsi53c895a: Remove unused lsi_mem_*() return valueMao Zhongyi1-6/+4
2017-06-04qapi: Fix some QMP documentation regressionsEric Blake2-15/+15
2017-06-04hw/mips: add missing includePhilippe Mathieu-Daudé1-0/+1
2017-06-04register: display register prefix (name) since it is availablePhilippe Mathieu-Daudé1-4/+4
2017-06-04hw/sparc: use ARRAY_SIZE() macroPhilippe Mathieu-Daudé1-1/+1
2017-06-04hw/xtensa: sim: use g_string/g_newMax Filippov1-5/+5
2017-06-04target/arm: add data cache invalidation cp15 instruction to cortex-r5Luc MICHEL1-0/+2
2017-06-04block: Correct documentation for BLOCK_WRITE_THRESHOLDEric Blake1-1/+1
2017-06-04trivial: Remove unneeded ifndef in memory.hJuan Quintela1-2/+0
2017-06-04altera_timer: fix incorrect memsetPaolo Bonzini1-1/+1
2017-06-04configure: Detect native NetBSD curses(3)Kamil Rytarowski1-2/+1
2017-06-04tests/libqtest: Print error instead of aborting when env variable is missingThomas Huth1-1/+4
2017-06-04docs/qdev-device-use.txt: update section Default DevicesMarkus Armbruster1-4/+5
2017-06-04docs qemu-doc: Avoid ide-drive, it's deprecatedMarkus Armbruster3-4/+4
2017-06-04qemu-doc: Add hyperlinks to further license informationThomas Huth1-4/+4
2017-06-04qemu-doc: Move the qemu-ga description into a separate chapterThomas Huth1-6/+7
2017-06-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell10-81/+412