aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-02qapi: Touch generated files only when they changeMarkus Armbruster
2018-03-02qapi-gen: Convert from getopt to argparseMarkus Armbruster
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster
2018-03-02qapi: Turn generators into modulesMarkus Armbruster
2018-03-02qapi: Reduce use of global variables in generators someMarkus Armbruster
2018-03-02qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDocMarkus Armbruster
2018-03-02qapi: Rename variable holding the QAPISchemaGenFOOVisitorMarkus Armbruster
2018-03-02qapi: Generate up-to-date copyright noticeMarkus Armbruster
2018-03-02qapi: Streamline boilerplate comment generationMarkus Armbruster
2018-03-02Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2018-03-02net: fix misaligned member accessMarc-André Lureau
2018-03-02Merge remote-tracking branch 'mreitz/tags/pull-block-2018-03-02' into queue-b...Kevin Wolf
2018-03-02qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia
2018-03-02block/ssh: Add basic .bdrv_truncate()Max Reitz
2018-03-02block/ssh: Make ssh_grow_file() blockingMax Reitz
2018-03-02block/ssh: Pull ssh_grow_file() from ssh_create()Max Reitz
2018-03-02qemu-img: Make resize error message more generalMax Reitz
2018-03-02qcow2: make qcow2_co_create2() a coroutine_fnStefan Hajnoczi
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi
2018-03-02Revert "IDE: Do not flush empty CDROM drives"Stefan Hajnoczi
2018-03-02block: test blk_aio_flush() with blk->root == NULLKevin Wolf
2018-03-02block: add BlockBackend->in_flight counterStefan Hajnoczi
2018-03-02block: extract AIO_WAIT_WHILE() from BlockDriverStateStefan Hajnoczi
2018-03-02aio: rename aio_context_in_iothread() to in_aio_context_home_thread()Stefan Hajnoczi
2018-03-02docs: document how to use the l2-cache-entry-size parameterAlberto Garcia
2018-03-02specs/qcow2: Fix documentation of the compressed cluster descriptorAlberto Garcia
2018-03-02iotest 033: add misaligned write-zeroes test via truncateAnton Nefedov
2018-03-02block: fix write with zero flag set and iovector providedAnton Nefedov
2018-03-02block: Drop unused .bdrv_co_get_block_status()Eric Blake
2018-03-02vvfat: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02vpc: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02vmdk: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02vdi: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02vdi: Avoid bitrot of debugging codeEric Blake
2018-03-02sheepdog: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02raw: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02qed: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02qcow2: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02qcow: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02parallels: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02null: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02iscsi: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02iscsi: Switch iscsi_allocmap_update() to byte-basedEric Blake
2018-03-02iscsi: Switch cluster_sectors to byte-basedEric Blake
2018-03-02gluster: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02file-posix: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02block: Switch passthrough drivers to .bdrv_co_block_status()Eric Blake
2018-03-02nvme: Drop pointless .bdrv_co_get_block_status()Eric Blake
2018-03-02block: Add .bdrv_co_block_status() callbackEric Blake
2018-03-02Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2018-03-0...Peter Maydell