aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-16slirp: Remove some unused code from slirp.hThomas Huth
2016-05-16slirp: Remove obsolete backward-compatibility cruftThomas Huth
2016-05-16slirp: Clean up slirp_config.hThomas Huth
2016-05-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st...Peter Maydell
2016-05-13Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160513' into stagingPeter Maydell
2016-05-13gtk: don't leak the GtkBorder with VTE 0.36Alberto Garcia
2016-05-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160512' into stagingPeter Maydell
2016-05-13hw/display: QOM'ify jazz_led.cxiaoqiang.zhao
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-12gtk: update grab code for gtk 3.20Gerd Hoffmann