summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-05-12block: add support for encryption secrets in block I/O testsDaniel P. Berrange4-3/+16
2016-05-12block: add support for --image-opts in block I/O testsDaniel P. Berrange6-34/+77
2016-05-12qemu-io: Add 'write -z -u' to test MAY_UNMAP flagEric Blake1-3/+21
2016-05-12qemu-io: Add 'write -f' to test FUA flagEric Blake1-16/+41
2016-05-12qemu-io: Allow unaligned access by defaultEric Blake2-776/+1457
2016-05-12qemu-io: Use bool for command line flagsEric Blake1-47/+47
2016-05-12qemu-io: Make 'open' subcommand more like command lineEric Blake1-4/+25
2016-05-12qemu-io: Add missing option documentationEric Blake1-7/+8
2016-05-12qmp: add monitor command to add/remove a childWen Congyang3-0/+140
2016-05-12quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang3-6/+84
2016-05-12Add new block driver interface to add/delete a BDS's childWen Congyang3-0/+58
2016-05-12qemu-img: check block status of backing file when converting.Ren Kimura1-2/+13
2016-05-12iotests: fix the redirection order in 083Wei Jiangang1-2/+2
2016-05-12block: Inactivate all childrenFam Zheng1-11/+36
2016-05-12block: Drop superfluous invalidating bs->file from driversFam Zheng3-29/+0
2016-05-12block: Invalidate all childrenFam Zheng1-6/+14
2016-05-12nbd: Simplify client FUA handlingEric Blake3-27/+8
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake5-5/+33
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake6-14/+17