aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-17s390x/ipl: Extend the IplParameterBlock structAlexander Yarygin4-10/+90
2016-05-17s390x: enable runtime instrumentationFan Zhang5-0/+75
2016-05-17s390x: add compat machine for 2.7Cornelia Huck2-1/+23
2016-05-17Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+1
2016-05-17Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell6-173/+0
2016-05-16rfifolock: no need to get thread identifier when nestingChanglong Xie1-1/+1
2016-05-16slirp: Clean up osdep.h related header inclusionsThomas Huth3-3/+0
2016-05-16slirp: Remove some unused code from slirp.hThomas Huth1-22/+0
2016-05-16slirp: Remove obsolete backward-compatibility cruftThomas Huth3-61/+0
2016-05-16slirp: Clean up slirp_config.hThomas Huth1-87/+0
2016-05-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st...Peter Maydell7-55/+178
2016-05-13Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160513' into stagingPeter Maydell2-8/+12
2016-05-13gtk: don't leak the GtkBorder with VTE 0.36Alberto Garcia1-10/+13
2016-05-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160512' into stagingPeter Maydell59-656/+917
2016-05-13hw/display: QOM'ify jazz_led.cxiaoqiang.zhao1-7/+11
2016-05-12cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()Sergey Fedorov1-3/+4
2016-05-12cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec()Sergey Fedorov1-12/+0
2016-05-12cpu-exec: Move TB execution stuff out of cpu_exec()Sergey Fedorov1-55/+64
2016-05-12cpu-exec: Move interrupt handling out of cpu_exec()Sergey Fedorov1-62/+70
2016-05-12cpu-exec: Move exception handling out of cpu_exec()Sergey Fedorov1-41/+52
2016-05-12cpu-exec: Move halt handling out of cpu_exec()Sergey Fedorov1-14/+24
2016-05-12cpu-exec: Remove relic orphaned commentSergey Fedorov1-2/+0
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov7-41/+2
2016-05-12cpu-exec: Move TB chaining into tb_find_fast()Sergey Fedorov1-16/+19
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov4-16/+14
2016-05-12tcg: Clean up from 'next_tb'Sergey Fedorov4-40/+46
2016-05-12cpu-exec: elide more icount code if CONFIG_USER_ONLYPaolo Bonzini1-0/+8
2016-05-12tcg: reorganize tb_find_physical loopAlex Bennée1-20/+24
2016-05-12tcg: code_bitmap and code_write_count are not used by user-mode emulationPaolo Bonzini1-3/+8
2016-05-12tcg: Allow goto_tb to any target PC in user modeSergey Fedorov19-90/+221
2016-05-12tcg: Clean up direct block chaining safety checksSergey Fedorov7-10/+20
2016-05-12tcg: Clean up tb_jmp_unlink()Sergey Fedorov1-12/+9
2016-05-12tcg: Extract removing of jumps to TB from tb_phys_invalidate()Sergey Fedorov1-18/+26
2016-05-12tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()Sergey Fedorov1-3/+4
2016-05-12tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov1-13/+16
2016-05-12tcg: Init TB's direct jumps before making it visibleSergey Fedorov1-13/+19
2016-05-12tcg: Rearrange tb_link_page() to avoid forward declarationSergey Fedorov1-103/+101
2016-05-12tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov2-23/+27
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov12-78/+96
2016-05-12translate-all: Adjust 256mb testing for mips64Richard Henderson1-2/+2
2016-05-12translate-all: add missing munmap of the code_gen guard page for MIPSEmilio G. Cota1-2/+2
2016-05-12translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_sizeEmilio G. Cota1-1/+0
2016-05-12tcg: Note requirement on atomic direct jump patchingSergey Fedorov1-0/+1
2016-05-12tcg/mips: Make direct jump patching thread-safeSergey Fedorov1-2/+1
2016-05-12tcg/sparc: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12tcg/aarch64: Make direct jump patching thread-safeSergey Fedorov1-1/+13
2016-05-12tcg/arm: Make direct jump patching thread-safeSergey Fedorov2-23/+20
2016-05-12tcg/s390: Make direct jump patching thread-safeSergey Fedorov2-1/+9
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov2-1/+24
2016-05-12tcg/ppc: Make direct jump patching thread-safeSergey Fedorov2-4/+20