aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-17tcg/s390x: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/ppc: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/arm: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/aarch64: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/i386: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg: Return success from patch_relocRichard Henderson
2018-12-17tcg/mips: Remove retranslation codeRichard Henderson
2018-12-17tcg/sparc: Remove retranslation codeRichard Henderson
2018-12-17tcg/s390: Remove retranslation codeRichard Henderson
2018-12-17tcg/ppc: Fold away "noaddr" branch routinesRichard Henderson
2018-12-17tcg/arm: Fold away "noaddr" branch routinesRichard Henderson
2018-12-17tcg/arm: Remove reloc_pc24_atomicRichard Henderson
2018-12-17tcg/aarch64: Fold away "noaddr" branch routinesRichard Henderson
2018-12-17tcg/aarch64: Remove reloc_pc26_atomicRichard Henderson
2018-12-17tcg/i386: Move TCG_REG_CALL_STACK from define to enumRichard Henderson
2018-12-17tcg/i386: Always use %ebp for TCG_AREG0Richard Henderson
2018-12-17target/sparc: Remove the constant poolRichard Henderson
2018-12-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-12-16Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...Peter Maydell
2018-12-15Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in...Peter Maydell
2018-12-14Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2018-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181213'...Peter Maydell
2018-12-14block/mirror: add missing coroutine_fn annotationsStefan Hajnoczi
2018-12-14iotests: make 235 work on s390 (and others)Christian Borntraeger
2018-12-14block: Assert that flags are up-to-date in bdrv_reopen_prepare()Alberto Garcia
2018-12-14block: Remove assertions from update_flags_from_options()Alberto Garcia
2018-12-14block: Stop passing flags to bdrv_reopen_queue_child()Alberto Garcia
2018-12-14block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia
2018-12-14block: Clean up reopen_backing_file() in block/replication.cAlberto Garcia
2018-12-14qemu-io: Put flag changes in the options QDict in reopen_f()Alberto Garcia
2018-12-14block: Drop bdrv_reopen()Alberto Garcia
2018-12-14block: Use bdrv_reopen_set_read_only() in the mirror driverAlberto Garcia
2018-12-14block: Use bdrv_reopen_set_read_only() in external_snapshot_commit()Alberto Garcia
2018-12-14block: Use bdrv_reopen_set_read_only() in qmp_change_backing_file()Alberto Garcia
2018-12-14block: Use bdrv_reopen_set_read_only() in stream_start/complete()Alberto Garcia
2018-12-14block: Use bdrv_reopen_set_read_only() in bdrv_commit()Alberto Garcia
2018-12-14block: Use bdrv_reopen_set_read_only() in commit_start/complete()Alberto Garcia
2018-12-14block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename()Alberto Garcia
2018-12-14block: Add bdrv_reopen_set_read_only()Alberto Garcia
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_IOCTLKevin Wolf
2018-12-14file-posix: Switch to .bdrv_co_ioctlKevin Wolf
2018-12-14file-posix: Remove paio_submit_co()Kevin Wolf
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITEKevin Wolf
2018-12-14file-posix: Move read/write operation logic out of aio_worker()Kevin Wolf
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_FLUSHKevin Wolf
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_DISCARDKevin Wolf
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROESKevin Wolf
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGEKevin Wolf
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATEKevin Wolf
2018-12-14file-posix: Factor out raw_thread_pool_submit()Kevin Wolf