summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-28tcg/optimize: Move updating of gen_opc_buf into tcg_opt_gen_mov*Richard Henderson1-61/+56
2014-05-28tcg-sparc: Make debug_frame constRichard Henderson1-13/+9
2014-05-28tcg-s390: Make debug_frame constRichard Henderson1-13/+9
2014-05-28tcg-arm: Make debug_frame constRichard Henderson1-13/+9
2014-05-28tcg-aarch64: Make debug_frame constRichard Henderson1-13/+9
2014-05-28tcg-i386: Make debug_frame constRichard Henderson1-21/+17
2014-05-28tcg: Allow the debug_frame data structure to be constantRichard Henderson1-4/+17
2014-05-28tcg: Move size effects out of dh_argRichard Henderson2-50/+39
2014-05-28tcg: Remove sizemask and flags arguments to tcg_gen_callNRichard Henderson4-26/+16
2014-05-28tcg: Save flags and computed sizemask in TCGHelperInfoRichard Henderson2-16/+35
2014-05-28tcg: Register the helper info struct rather than the nameRichard Henderson1-2/+5
2014-05-28tcg: Move side effects out of dh_sizemaskRichard Henderson2-15/+8
2014-05-28tcg: Inline tcg_gen_helperNRichard Henderson2-13/+6
2014-05-28tcg: Use helper-gen.h in tcg-op.hRichard Henderson1-150/+25
2014-05-28tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson9-71/+67
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson100-326/+265
2014-05-28tcg: Optimize brcond2 and setcond2 ne/eqRichard Henderson1-0/+94
2014-05-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell24-247/+906
2014-05-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140527'...Peter Maydell12-188/+305
2014-05-28Merge remote-tracking branch 'remotes/xtensa/tags/20140526-xtensa' into stagingPeter Maydell2-9/+241
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-7' into stagingPeter Maydell4-23/+242
2014-05-28block/sheepdog: Don't use qerror_report()Markus Armbruster1-13/+13
2014-05-28block/sheepdog: Fix silent sd_open(), sd_create() failuresMarkus Armbruster1-0/+5
2014-05-28block/sheepdog: Propagate errors to open and create methodsMarkus Armbruster1-28/+12
2014-05-28block/sheepdog: Propagate errors through find_vdi_name()Markus Armbruster1-9/+11
2014-05-28block/sheepdog: Propagate errors through do_sd_create()Markus Armbruster1-14/+21
2014-05-28block/sheepdog: Propagate errors through sd_prealloc()Markus Armbruster1-7/+13
2014-05-28block/sheepdog: Propagate errors through get_sheep_fd()Markus Armbruster1-8/+10
2014-05-28block/sheepdog: Propagate errors through connect_to_sdog()Markus Armbruster1-22/+55
2014-05-28block/vvfat: Propagate errors through init_directories()Markus Armbruster1-7/+9
2014-05-28block/vvfat: Propagate errors through enable_write_target()Markus Armbruster1-11/+7
2014-05-28block/ssh: Propagate errors to open and create methodsMarkus Armbruster1-25/+22
2014-05-28block/ssh: Propagate errors through connect_to_ssh()Markus Armbruster1-17/+17
2014-05-28block/ssh: Propagate errors through authenticate()Markus Armbruster1-9/+14
2014-05-28block/ssh: Propagate errors through check_host_key()Markus Armbruster1-19/+49
2014-05-28block/ssh: Drop superfluous libssh2_session_last_errno() callsMarkus Armbruster1-5/+4
2014-05-28block/rbd: Propagate errors to open and create methodsMarkus Armbruster1-32/+39
2014-05-28qemu-nbd: Don't use qerror_report()Markus Armbruster1-3/+3
2014-05-28blockdev: Don't use qerror_report() in do_drive_del()Markus Armbruster1-2/+1
2014-05-28blockdev: Don't use qerror_report_err() in drive_init()Markus Armbruster1-2/+2
2014-05-28docs: Define refcount_bits valueMaria Kustova1-2/+3
2014-05-28block: Drop redundant bdrv_refresh_limitsFam Zheng1-3/+0
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng3-5/+23
2014-05-28block: Use bdrv_set_backing_hd everywhereFam Zheng3-7/+5
2014-05-28block: Add bdrv_set_backing_hd()Fam Zheng2-13/+24
2014-05-28block: Move op_blocker check from block_job_create to its callerFam Zheng2-1/+9
2014-05-28block: Replace in_use with operation blockerFam Zheng8-43/+45
2014-05-28block: Introduce op_blockers to BlockDriverStateFam Zheng3-0/+88
2014-05-28block: Add BlockOpType enumFam Zheng1-0/+19
2014-05-28iotests: Use _img_info in test 089Max Reitz2-6/+1