aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-31raw_bsd: add offset and size optionsTomáš Golembiovský2-4/+229
2016-10-31qemu-iotests: Test the 'base-node' parameter of 'block-stream'Alberto Garcia2-2/+39
2016-10-31block: Add 'base-node' parameter to the 'block-stream' commandAlberto Garcia4-5/+33
2016-10-31qemu-iotests: Test streaming to a Quorum childAlberto Garcia2-2/+58
2016-10-31qemu-iotests: Add iotests.supports_quorum()Alberto Garcia3-17/+18
2016-10-31qemu-iotests: Test block-stream and block-commit in parallelAlberto Garcia2-2/+32
2016-10-31qemu-iotests: Test overlapping stream and commit operationsAlberto Garcia2-2/+91
2016-10-31qemu-iotests: Test block-stream operations in parallelAlberto Garcia2-2/+82
2016-10-31qemu-iotests: Test streaming to an intermediate layerAlberto Garcia2-3/+22
2016-10-31docs: Document how to stream to an intermediate layerAlberto Garcia1-11/+25
2016-10-31block: Add QMP support for streaming to an intermediate layerAlberto Garcia2-9/+19
2016-10-31block: Support streaming to an intermediate layerAlberto Garcia2-1/+27
2016-10-31block: Block all intermediate nodes in commit_active_start()Alberto Garcia1-0/+8
2016-10-31block: Block all nodes involved in the block-commit operationAlberto Garcia1-0/+14
2016-10-31block: Check blockers in all nodes involved in a block-commit jobAlberto Garcia1-2/+9
2016-10-31block: Use block_job_add_bdrv() in backup_start()Alberto Garcia1-4/+1
2016-10-31block: Use block_job_add_bdrv() in mirror_start_job()Alberto Garcia1-2/+1
2016-10-31block: Add block_job_add_bdrv()Alberto Garcia2-2/+29
2016-10-31block: Pause all jobs during bdrv_reopen_multiple()Alberto Garcia1-1/+4
2016-10-31block: Add bdrv_drain_all_{begin,end}()Alberto Garcia2-3/+26
2016-10-31qapi: allow blockdev-add for sshAshijeet Acharya1-3/+23
2016-10-31block/ssh: Use InetSocketAddress optionsAshijeet Acharya1-4/+5
2016-10-31block/ssh: Add InetSocketAddress and accept itAshijeet Acharya1-16/+82
2016-10-31util/qemu-sockets: Make inet_connect_saddr() publicAshijeet Acharya2-2/+4
2016-10-31block/ssh: Add ssh_has_filename_options_conflict()Ashijeet Acharya1-6/+21
2016-10-31target-sparc: Implement cas_asi/casx_asi inlineRichard Henderson3-56/+47
2016-10-31target-sparc: Implement ldstub_asi inlineRichard Henderson1-31/+21
2016-10-31target-sparc: Implement swap_asi inlineRichard Henderson1-28/+21
2016-10-31target-sparc: Handle more twinx asisRichard Henderson1-0/+8
2016-10-31target-sparc: Use MMU_PHYS_IDX for bypass asisRichard Henderson1-0/+19
2016-10-31target-sparc: Add MMU_PHYS_IDXRichard Henderson3-46/+53
2016-10-31target-sparc: Introduce cpu_raise_exception_raRichard Henderson5-96/+82
2016-10-31target-sparc: Use overalignment flags for twinx and block asisRichard Henderson1-9/+12
2016-10-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell25-222/+426
2016-10-31Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20161031' into stagingPeter Maydell2-8/+21
2016-10-31tcg: move locking for tb_invalidate_phys_page_range upAlex Bennée2-8/+47
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini16-75/+95
2016-10-31Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' ...Peter Maydell21-21/+1279
2016-10-31Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20161028-tag' into...Peter Maydell12-525/+603
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell48-148/+121
2016-10-31Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161028'...Peter Maydell13-10/+80
2016-10-31Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into stagingPeter Maydell36-482/+521
2016-10-31cpus: re-factor out handle_icount_deadlineAlex Bennée1-6/+13
2016-10-31tcg: cpus rm tcg_exec_all()Alex Bennée1-44/+43
2016-10-31tcg: move tcg_exec_all and helpers above thread fnAlex Bennée1-101/+99
2016-10-31target-arm/arm-powerctl: wake up sleeping CPUsAlex Bennée2-1/+3
2016-10-31tcg: protect translation related stuff with tb_lock.KONRAD Frederic4-6/+44
2016-10-31translate-all: Add assert_(memory|tb)_lock annotationsAlex Bennée1-1/+21
2016-10-31linux-user/elfload: ensure mmap_lock() held while setting upAlex Bennée1-0/+4
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini4-5/+29