summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 9pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_tLi Qiang2016-11-011-2/+2
* 9pfs: add xattrwalk_fid field in V9fsXattr structLi Qiang2016-11-012-3/+5
* migration: fix compiler warning on uninitialized variableJeff Cody2016-11-011-1/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2016-10-315-8/+49
|\
| * target-i386: Print warning when mixing [+-]foo and foo=(on|off)Eduardo Habkost2016-10-312-5/+47
| * tests: Remove unneeded "-vnc none" optionEduardo Habkost2016-10-313-3/+2Star
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161031.0' ...Peter Maydell2016-10-317-42/+218
|\ \
| * | vfio: Add support for mmapping sub-page MMIO BARsYongji Xie2016-10-312-2/+68
| * | vfio/pci: fix out-of-sync BAR information on resetIdo Yariv2016-10-311-0/+12
| * | vfio: Handle zero-length sparse mmap rangesAlex Williamson2016-10-311-14/+22
| * | memory: Don't use memcpy for ram_device regionsAlex Williamson2016-10-313-2/+73
| * | memory: Replace skip_dump flag with "ram_device"Alex Williamson2016-10-315-24/+43
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-10-3127-186/+1833
|\ \ \ | |_|/ |/| |
| * | qapi: allow blockdev-add for NFSAshijeet Acharya2016-10-311-3/+71
| * | block/nfs: Introduce runtime_opts in NFSAshijeet Acharya2016-10-311-93/+349
| * | block: Mention replication in BlockdevDriver enum docsEric Blake2016-10-311-1/+1
| * | qemu-iotests: test 'offset' and 'size' options in raw driverTomáš Golembiovský2016-10-313-0/+526
| * | raw_bsd: add offset and size optionsTomáš Golembiovský2016-10-312-4/+229
| * | qemu-iotests: Test the 'base-node' parameter of 'block-stream'Alberto Garcia2016-10-312-2/+39
| * | block: Add 'base-node' parameter to the 'block-stream' commandAlberto Garcia2016-10-314-5/+33
| * | qemu-iotests: Test streaming to a Quorum childAlberto Garcia2016-10-312-2/+58
| * | qemu-iotests: Add iotests.supports_quorum()Alberto Garcia2016-10-313-17/+18
| * | qemu-iotests: Test block-stream and block-commit in parallelAlberto Garcia2016-10-312-2/+32
| * | qemu-iotests: Test overlapping stream and commit operationsAlberto Garcia2016-10-312-2/+91
| * | qemu-iotests: Test block-stream operations in parallelAlberto Garcia2016-10-312-2/+82
| * | qemu-iotests: Test streaming to an intermediate layerAlberto Garcia2016-10-312-3/+22
| * | docs: Document how to stream to an intermediate layerAlberto Garcia2016-10-311-11/+25
| * | block: Add QMP support for streaming to an intermediate layerAlberto Garcia2016-10-312-9/+19
| * | block: Support streaming to an intermediate layerAlberto Garcia2016-10-312-1/+27
| * | block: Block all intermediate nodes in commit_active_start()Alberto Garcia2016-10-311-0/+8
| * | block: Block all nodes involved in the block-commit operationAlberto Garcia2016-10-311-0/+14
| * | block: Check blockers in all nodes involved in a block-commit jobAlberto Garcia2016-10-311-2/+9
| * | block: Use block_job_add_bdrv() in backup_start()Alberto Garcia2016-10-311-4/+1Star
| * | block: Use block_job_add_bdrv() in mirror_start_job()Alberto Garcia2016-10-311-2/+1Star
| * | block: Add block_job_add_bdrv()Alberto Garcia2016-10-312-2/+29
| * | block: Pause all jobs during bdrv_reopen_multiple()Alberto Garcia2016-10-311-1/+4
| * | block: Add bdrv_drain_all_{begin,end}()Alberto Garcia2016-10-312-3/+26
| * | qapi: allow blockdev-add for sshAshijeet Acharya2016-10-311-3/+23
| * | block/ssh: Use InetSocketAddress optionsAshijeet Acharya2016-10-311-4/+5
| * | block/ssh: Add InetSocketAddress and accept itAshijeet Acharya2016-10-311-16/+82
| * | util/qemu-sockets: Make inet_connect_saddr() publicAshijeet Acharya2016-10-312-2/+4
| * | block/ssh: Add ssh_has_filename_options_conflict()Ashijeet Acharya2016-10-311-6/+21
| |/
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell2016-10-3125-222/+426
|\ \ | |/ |/|
| * tcg: move locking for tb_invalidate_phys_page_range upAlex Bennée2016-10-312-8/+47
| * *_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2016-10-3116-75/+95
| * cpus: re-factor out handle_icount_deadlineAlex Bennée2016-10-311-6/+13
| * tcg: cpus rm tcg_exec_all()Alex Bennée2016-10-311-44/+43Star
| * tcg: move tcg_exec_all and helpers above thread fnAlex Bennée2016-10-311-101/+99Star
| * target-arm/arm-powerctl: wake up sleeping CPUsAlex Bennée2016-10-312-1/+3
| * tcg: protect translation related stuff with tb_lock.KONRAD Frederic2016-10-314-6/+44