aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-25block: Add missing locking in bdrv_co_drain_bh_cb()Kevin Wolf
2018-09-25test-bdrv-drain: Test AIO_WAIT_WHILE() in completion callbackKevin Wolf
2018-09-25job: Use AIO_WAIT_WHILE() in job_finish_sync()Kevin Wolf
2018-09-25test-blockjob: Acquire AioContext around job_cancel_sync()Kevin Wolf
2018-09-25test-bdrv-drain: Drain with block jobs in an I/O threadKevin Wolf
2018-09-25aio-wait: Increase num_waiters even in home threadKevin Wolf
2018-09-25blockjob: Wake up BDS when job becomes idleKevin Wolf
2018-09-25job: Fix missing locking due to mismergeKevin Wolf
2018-09-25job: Fix nested aio_poll() hanging in job_txn_applyFam Zheng
2018-09-25util/async: use qemu_aio_coroutine_enter in co_schedule_bh_cbSergio Lopez
2018-09-25qemu-iotests: Test snapshot=on with nonexistent TMPDIRAlberto Garcia
2018-09-25block: Fix use after free error in bdrv_open_inherit()Alberto Garcia
2018-09-25block/linux-aio: acquire AioContext before qemu_laio_process_completionsSergio Lopez
2018-09-25qemu-iotests: Test commit with top-node/base-nodeKevin Wolf
2018-09-25commit: Add top-node/base-node optionsKevin Wolf
2018-09-25blockdev: document transactional shortcomingsJohn Snow
2018-09-25block/backup: qapi documentation fixupJohn Snow
2018-09-25qapi/block-stream: expose new job propertiesJohn Snow
2018-09-25qapi/block-mirror: expose new job propertiesJohn Snow
2018-09-25qapi/block-commit: expose new job propertiesJohn Snow
2018-09-25jobs: remove .exit callbackJohn Snow
2018-09-25tests/test-blockjob-txn: move .exit to .cleanJohn Snow
2018-09-25tests/test-blockjob: remove exit callbackJohn Snow
2018-09-25tests/blockjob: replace Blockjob with JobJohn Snow
2018-09-25block/stream: refactor stream to use job callbacksJohn Snow
2018-09-25block/mirror: conservative mirror_exit refactorJohn Snow
2018-09-25block/mirror: don't install backing chain on abortJohn Snow
2018-09-25block/commit: refactor commit to use job callbacksJohn Snow
2018-09-25block/stream: add block job creation flagsJohn Snow
2018-09-25block/mirror: add block job creation flagsJohn Snow
2018-09-25block/commit: add block job creation flagsJohn Snow
2018-09-25Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into...Peter Maydell
2018-09-25Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2018-09-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2018-09-24' in...Peter Maydell
2018-09-25Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-09-24' into...Peter Maydell
2018-09-25Merge remote-tracking branch 'remotes/xtensa/tags/20180918-xtensa' into stagingPeter Maydell
2018-09-25Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc.for-upstream-2...Peter Maydell
2018-09-25Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...Peter Maydell
2018-09-24curl: Make sslverify=off disable host as well as peer verification.Richard W.M. Jones
2018-09-24block/rbd: add deprecation documentation for filename keyvalue pairsJeff Cody
2018-09-24block/rbd: add iotest for rbd legacy keyvalue filename parsingJeff Cody
2018-09-24block/rbd: Attempt to parse legacy filenamesJeff Cody
2018-09-24block/rbd: pull out qemu_rbd_convert_optionsJeff Cody
2018-09-2540p: add fixed IRQ routing for LSI SCSI deviceMark Cave-Ayland
2018-09-25lsi53c895a: add optional external IRQ via qdevMark Cave-Ayland
2018-09-25scsi: remove unused lsi53c895a_create() and lsi53c810_create() functionsMark Cave-Ayland
2018-09-25scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland
2018-09-25scsi: add lsi53c8xx_handle_legacy_cmdline() functionMark Cave-Ayland
2018-09-25sm501: Adjust endianness of pixel value in rectangle fillMarcus Comstedt
2018-09-25spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater