Age | Commit message (Expand) | Author |
2016-05-12 | tcg: Allow goto_tb to any target PC in user mode | Sergey Fedorov |
2016-05-12 | tcg: Clean up direct block chaining safety checks | Sergey Fedorov |
2016-05-12 | tcg: Clean up tb_jmp_unlink() | Sergey Fedorov |
2016-05-12 | tcg: Extract removing of jumps to TB from tb_phys_invalidate() | Sergey Fedorov |
2016-05-12 | tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list() | Sergey Fedorov |
2016-05-12 | tcg: Clarify thread safety check in tb_add_jump() | Sergey Fedorov |
2016-05-12 | tcg: Init TB's direct jumps before making it visible | Sergey Fedorov |
2016-05-12 | tcg: Rearrange tb_link_page() to avoid forward declaration | Sergey Fedorov |
2016-05-12 | tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB | Sergey Fedorov |
2016-05-12 | tcg: Clean up direct block chaining data fields | Sergey Fedorov |
2016-05-12 | translate-all: Adjust 256mb testing for mips64 | Richard Henderson |
2016-05-12 | translate-all: add missing munmap of the code_gen guard page for MIPS | Emilio G. Cota |
2016-05-12 | translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_size | Emilio G. Cota |
2016-05-12 | tcg: Note requirement on atomic direct jump patching | Sergey Fedorov |
2016-05-12 | tcg/mips: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/sparc: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/aarch64: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/arm: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/s390: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/i386: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/ppc: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tci: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | include/qemu/osdep.h: Add macros for pointer alignment | Sergey Fedorov |
2016-05-12 | include/qemu/osdep.h: Add a macro to check for alignment | Sergey Fedorov |
2016-05-12 | tb: consistently use uint32_t for tb->flags | Emilio G. Cota |
2016-05-12 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-05-12 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'... | Peter Maydell |
2016-05-12 | gtk: update grab code for gtk 3.20 | Gerd Hoffmann |
2016-05-12 | spice: fix coverity complains | Gonglei |
2016-05-12 | egl-helpers: fix possible resource leak | Gonglei |
2016-05-12 | Changed malloc to g_malloc, free to g_free in ui/shader.c | Md Haris Iqbal |
2016-05-12 | spice/gl: add & use qemu_spice_gl_monitor_config | Gerd Hoffmann |
2016-05-12 | ui/gtk: copy to clipboard support | Michael S. Tsirkin |
2016-05-12 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-05-12' into ... | Peter Maydell |
2016-05-12 | Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-05-12' in... | Kevin Wolf |
2016-05-12 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160511-1' into s... | Peter Maydell |
2016-05-12 | qemu-iotests: iotests: fail hard if not run via "check" | Sascha Silbe |
2016-05-12 | block: enable testing of LUKS driver with block I/O tests | Daniel P. Berrange |
2016-05-12 | block: add support for encryption secrets in block I/O tests | Daniel P. Berrange |
2016-05-12 | block: add support for --image-opts in block I/O tests | Daniel P. Berrange |
2016-05-12 | qemu-io: Add 'write -z -u' to test MAY_UNMAP flag | Eric Blake |
2016-05-12 | qemu-io: Add 'write -f' to test FUA flag | Eric Blake |
2016-05-12 | qemu-io: Allow unaligned access by default | Eric Blake |
2016-05-12 | qemu-io: Use bool for command line flags | Eric Blake |
2016-05-12 | qemu-io: Make 'open' subcommand more like command line | Eric Blake |
2016-05-12 | qemu-io: Add missing option documentation | Eric Blake |
2016-05-12 | qmp: add monitor command to add/remove a child | Wen Congyang |
2016-05-12 | quorum: implement bdrv_add_child() and bdrv_del_child() | Wen Congyang |
2016-05-12 | Add new block driver interface to add/delete a BDS's child | Wen Congyang |
2016-05-12 | qemu-img: check block status of backing file when converting. | Ren Kimura |