aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-12cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()Sergey Fedorov
2016-05-12cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move TB execution stuff out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move interrupt handling out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move exception handling out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move halt handling out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Remove relic orphaned commentSergey Fedorov
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov
2016-05-12cpu-exec: Move TB chaining into tb_find_fast()Sergey Fedorov
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov
2016-05-12tcg: Clean up from 'next_tb'Sergey Fedorov
2016-05-12cpu-exec: elide more icount code if CONFIG_USER_ONLYPaolo Bonzini
2016-05-12tcg: reorganize tb_find_physical loopAlex Bennée
2016-05-12tcg: code_bitmap and code_write_count are not used by user-mode emulationPaolo Bonzini
2016-05-12tcg: Allow goto_tb to any target PC in user modeSergey Fedorov
2016-05-12tcg: Clean up direct block chaining safety checksSergey Fedorov
2016-05-12tcg: Clean up tb_jmp_unlink()Sergey Fedorov
2016-05-12tcg: Extract removing of jumps to TB from tb_phys_invalidate()Sergey Fedorov
2016-05-12tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()Sergey Fedorov
2016-05-12tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov
2016-05-12tcg: Init TB's direct jumps before making it visibleSergey Fedorov
2016-05-12tcg: Rearrange tb_link_page() to avoid forward declarationSergey Fedorov
2016-05-12tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov
2016-05-12translate-all: Adjust 256mb testing for mips64Richard Henderson
2016-05-12translate-all: add missing munmap of the code_gen guard page for MIPSEmilio G. Cota
2016-05-12translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_sizeEmilio G. Cota
2016-05-12tcg: Note requirement on atomic direct jump patchingSergey Fedorov
2016-05-12tcg/mips: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/sparc: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/aarch64: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/arm: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/s390: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/ppc: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tci: Make direct jump patching thread-safeSergey Fedorov
2016-05-12include/qemu/osdep.h: Add macros for pointer alignmentSergey Fedorov
2016-05-12include/qemu/osdep.h: Add a macro to check for alignmentSergey Fedorov
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota
2016-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'...Peter Maydell
2016-05-12Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-05-12' into ...Peter Maydell
2016-05-12Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-05-12' in...Kevin Wolf
2016-05-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160511-1' into s...Peter Maydell
2016-05-12qemu-iotests: iotests: fail hard if not run via "check"Sascha Silbe
2016-05-12block: enable testing of LUKS driver with block I/O testsDaniel P. Berrange
2016-05-12block: add support for encryption secrets in block I/O testsDaniel P. Berrange
2016-05-12block: add support for --image-opts in block I/O testsDaniel P. Berrange
2016-05-12qemu-io: Add 'write -z -u' to test MAY_UNMAP flagEric Blake
2016-05-12qemu-io: Add 'write -f' to test FUA flagEric Blake