summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-12tci: Make direct jump patching thread-safeSergey Fedorov3-2/+7
2016-05-12include/qemu/osdep.h: Add macros for pointer alignmentSergey Fedorov1-0/+11
2016-05-12include/qemu/osdep.h: Add a macro to check for alignmentSergey Fedorov1-0/+3
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota24-31/+32
2016-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell78-2059/+3323
2016-05-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'...Peter Maydell53-643/+2976
2016-05-12gtk: update grab code for gtk 3.20Gerd Hoffmann1-6/+43
2016-05-12spice: fix coverity complainsGonglei1-3/+1
2016-05-12egl-helpers: fix possible resource leakGonglei1-6/+3
2016-05-12Changed malloc to g_malloc, free to g_free in ui/shader.cMd Haris Iqbal1-4/+4
2016-05-12spice/gl: add & use qemu_spice_gl_monitor_configGerd Hoffmann2-0/+31
2016-05-12ui/gtk: copy to clipboard supportMichael S. Tsirkin1-0/+18
2016-05-12Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-05-12' into ...Peter Maydell39-428/+1194
2016-05-12Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-05-12' in...Kevin Wolf28-900/+2053
2016-05-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160511-1' into s...Peter Maydell3-4/+18
2016-05-12qemu-iotests: iotests: fail hard if not run via "check"Sascha Silbe1-1/+9
2016-05-12block: enable testing of LUKS driver with block I/O testsDaniel P. Berrange10-11/+67