aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-01rbd: make the code more readableXiubo Li
2016-11-01qapi: add release designator to gluster logfile optionJeff Cody
2016-11-01Merge remote-tracking branch 'remotes/rth/tags/pull-sparc-20161031-2' into st...Peter Maydell
2016-11-01Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell
2016-11-01migration: fix compiler warning on uninitialized variableJeff Cody
2016-10-31target-sparc: Use tcg_gen_atomic_cmpxchg_tlRichard Henderson
2016-10-31target-sparc: Use tcg_gen_atomic_xchg_tlRichard Henderson
2016-10-31target-sparc: Remove MMU_MODE*_SUFFIXRichard Henderson
2016-10-31target-sparc: Allow 4-byte alignment on fp mem opsRichard Henderson
2016-10-31target-sparc: Implement ldqf and stqf inlineRichard Henderson
2016-10-31target-sparc: Remove asi helper code handled inlineRichard Henderson
2016-10-31target-sparc: Implement BCOPY/BFILL inlineRichard Henderson
2016-10-31Update OpenBIOS images to 1dc4f16 built from submodule.Mark Cave-Ayland
2016-10-31Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2016-10-31target-i386: Print warning when mixing [+-]foo and foo=(on|off)Eduardo Habkost
2016-10-31Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161031.0' ...Peter Maydell
2016-10-31Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-10-31tests: Remove unneeded "-vnc none" optionEduardo Habkost
2016-10-31vfio: Add support for mmapping sub-page MMIO BARsYongji Xie
2016-10-31vfio/pci: fix out-of-sync BAR information on resetIdo Yariv
2016-10-31vfio: Handle zero-length sparse mmap rangesAlex Williamson
2016-10-31memory: Don't use memcpy for ram_device regionsAlex Williamson
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson
2016-10-31qapi: allow blockdev-add for NFSAshijeet Acharya
2016-10-31block/nfs: Introduce runtime_opts in NFSAshijeet Acharya
2016-10-31block: Mention replication in BlockdevDriver enum docsEric Blake
2016-10-31qemu-iotests: test 'offset' and 'size' options in raw driverTomáš Golembiovský
2016-10-31raw_bsd: add offset and size optionsTomáš Golembiovský
2016-10-31qemu-iotests: Test the 'base-node' parameter of 'block-stream'Alberto Garcia
2016-10-31block: Add 'base-node' parameter to the 'block-stream' commandAlberto Garcia
2016-10-31qemu-iotests: Test streaming to a Quorum childAlberto Garcia
2016-10-31qemu-iotests: Add iotests.supports_quorum()Alberto Garcia
2016-10-31qemu-iotests: Test block-stream and block-commit in parallelAlberto Garcia
2016-10-31qemu-iotests: Test overlapping stream and commit operationsAlberto Garcia
2016-10-31qemu-iotests: Test block-stream operations in parallelAlberto Garcia
2016-10-31qemu-iotests: Test streaming to an intermediate layerAlberto Garcia
2016-10-31docs: Document how to stream to an intermediate layerAlberto Garcia
2016-10-31block: Add QMP support for streaming to an intermediate layerAlberto Garcia
2016-10-31block: Support streaming to an intermediate layerAlberto Garcia
2016-10-31block: Block all intermediate nodes in commit_active_start()Alberto Garcia
2016-10-31block: Block all nodes involved in the block-commit operationAlberto Garcia
2016-10-31block: Check blockers in all nodes involved in a block-commit jobAlberto Garcia
2016-10-31block: Use block_job_add_bdrv() in backup_start()Alberto Garcia
2016-10-31block: Use block_job_add_bdrv() in mirror_start_job()Alberto Garcia
2016-10-31block: Add block_job_add_bdrv()Alberto Garcia
2016-10-31block: Pause all jobs during bdrv_reopen_multiple()Alberto Garcia
2016-10-31block: Add bdrv_drain_all_{begin,end}()Alberto Garcia
2016-10-31qapi: allow blockdev-add for sshAshijeet Acharya
2016-10-31block/ssh: Use InetSocketAddress optionsAshijeet Acharya
2016-10-31block/ssh: Add InetSocketAddress and accept itAshijeet Acharya