summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-17tcg/mips: Remove retranslation codeRichard Henderson1-6/+1
2018-12-17tcg/sparc: Remove retranslation codeRichard Henderson1-6/+2
2018-12-17tcg/s390: Remove retranslation codeRichard Henderson1-8/+2
2018-12-17tcg/ppc: Fold away "noaddr" branch routinesRichard Henderson1-18/+7
2018-12-17tcg/arm: Fold away "noaddr" branch routinesRichard Henderson1-19/+3
2018-12-17tcg/arm: Remove reloc_pc24_atomicRichard Henderson1-8/+0
2018-12-17tcg/aarch64: Fold away "noaddr" branch routinesRichard Henderson1-19/+2
2018-12-17tcg/aarch64: Remove reloc_pc26_atomicRichard Henderson1-12/+0
2018-12-17tcg/i386: Move TCG_REG_CALL_STACK from define to enumRichard Henderson1-1/+1
2018-12-17tcg/i386: Always use %ebp for TCG_AREG0Richard Henderson1-6/+2
2018-12-17target/sparc: Remove the constant poolRichard Henderson1-38/+9
2018-12-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell25-507/+671
2018-12-16Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...Peter Maydell4-16/+32
2018-12-15Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in...Peter Maydell91-510/+1166
2018-12-14Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell7-731/+9
2018-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181213'...Peter Maydell34-286/+456
2018-12-14block/mirror: add missing coroutine_fn annotationsStefan Hajnoczi1-8/+11
2018-12-14iotests: make 235 work on s390 (and others)Christian Borntraeger1-1/+3
2018-12-14block: Assert that flags are up-to-date in bdrv_reopen_prepare()Alberto Garcia1-0/+6
2018-12-14block: Remove assertions from update_flags_from_options()Alberto Garcia3-4/+16
2018-12-14block: Stop passing flags to bdrv_reopen_queue_child()Alberto Garcia1-29/+19
2018-12-14block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia4-9/+7
2018-12-14block: Clean up reopen_backing_file() in block/replication.cAlberto Garcia1-24/+21
2018-12-14qemu-io: Put flag changes in the options QDict in reopen_f()Alberto Garcia3-1/+43
2018-12-14block: Drop bdrv_reopen()Alberto Garcia2-22/+0
2018-12-14block: Use bdrv_reopen_set_read_only() in the mirror driverAlberto Garcia1-7/+12
2018-12-14block: Use bdrv_reopen_set_read_only() in external_snapshot_commit()Alberto Garcia1-2/+1
2018-12-14block: Use bdrv_reopen_set_read_only() in qmp_change_backing_file()Alberto Garcia1-6/+2
2018-12-14block: Use bdrv_reopen_set_read_only() in stream_start/complete()Alberto Garcia1-10/+10
2018-12-14block: Use bdrv_reopen_set_read_only() in bdrv_commit()Alberto Garcia1-4/+3
2018-12-14block: Use bdrv_reopen_set_read_only() in commit_start/complete()Alberto Garcia1-10/+6
2018-12-14block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename()Alberto Garcia1-5/+5
2018-12-14block: Add bdrv_reopen_set_read_only()Alberto Garcia2-0/+19
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_IOCTLKevin Wolf1-40/+17
2018-12-14file-posix: Switch to .bdrv_co_ioctlKevin Wolf4-28/+24
2018-12-14file-posix: Remove paio_submit_co()Kevin Wolf1-34/+0
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITEKevin Wolf1-8/+19
2018-12-14file-posix: Move read/write operation logic out of aio_worker()Kevin Wolf1-20/+20
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_FLUSHKevin Wolf1-5/+11
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_DISCARDKevin Wolf1-8/+24
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROESKevin Wolf1-19/+34
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGEKevin Wolf1-5/+17
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATEKevin Wolf1-6/+6
2018-12-14file-posix: Factor out raw_thread_pool_submit()Kevin Wolf1-7/+10
2018-12-14file-posix: Reorganise RawPosixAIODataKevin Wolf1-40/+49
2018-12-14qcow2: do decompression in threadsVladimir Sementsov-Ogievskiy1-7/+27
2018-12-14qcow2: aio support for compressed cluster readVladimir Sementsov-Ogievskiy2-51/+49
2018-12-14qcow2: use byte-based read in qcow2_decompress_clusterVladimir Sementsov-Ogievskiy1-7/+12
2018-12-14qcow2: refactor decompress_bufferVladimir Sementsov-Ogievskiy1-21/+35
2018-12-14qcow2: move decompression from qcow2-cluster.c to qcow2.cVladimir Sementsov-Ogievskiy2-70/+71