aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz
2019-02-25block: Make path_combine() return the pathMax Reitz
2019-02-25iotests: Add test for backing file overridesMax Reitz
2019-02-25iotests.py: Add node_info()Max Reitz
2019-02-25iotests.py: Add filter_imgfmt()Max Reitz
2019-02-25block: Respect backing bs in bdrv_refresh_filenameMax Reitz
2019-02-25block: Add BDS.auto_backing_fileMax Reitz
2019-02-25block: Skip implicit nodes for filename infoMax Reitz
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz
2019-02-25block/nvme: Remove QEMU_PACKED from naturally aligned NVMeRegs structThomas Huth
2019-02-25qcow2: Assert that L2 table offsets fit in the L1 tableAlberto Garcia
2019-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-220219-1...Peter Maydell
2019-02-25tests: add test-bdrv-graph-modVladimir Sementsov-Ogievskiy
2019-02-25block: fix bdrv_check_perm for non-tree subgraphVladimir Sementsov-Ogievskiy
2019-02-25block: improve should_update_childVladimir Sementsov-Ogievskiy
2019-02-25aio-posix: Assert that aio_poll() is always called in home threadKevin Wolf
2019-02-25block: Use normal drain for bdrv_set_aio_context()Kevin Wolf
2019-02-25test-bdrv-drain: AioContext switch in drained sectionKevin Wolf
2019-02-25block: Fix AioContext switch for drained nodeKevin Wolf
2019-02-25block: Don't poll in bdrv_set_aio_context()Kevin Wolf
2019-02-25nbd: Increase bs->in_flight during AioContext switchKevin Wolf
2019-02-25nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf
2019-02-25nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf
2019-02-25io: Remove redundant read/write_coroutine assignmentsKevin Wolf
2019-02-25io: Make qio_channel_yield() interruptibleKevin Wolf
2019-02-25nbd: Restrict connection_co reentranceKevin Wolf
2019-02-25virtio-blk: Increase in_flight for request restart BHKevin Wolf
2019-02-25block-backend: Make blk_inc/dec_in_flight publicKevin Wolf
2019-02-25qemu-img: fix error reporting for -objectDaniel P. Berrangé
2019-02-25commit: Replace commit_top_bs on failure after deleting the block jobAlberto Garcia
2019-02-25block: don't set the same contextDenis Plotnikov
2019-02-25qcow2-snapshot: remove redundant find_snapshot_by_id_and_name callDaniel Henrique Barboza
2019-02-25block/snapshot: remove bdrv_snapshot_delete_by_id_or_nameDaniel Henrique Barboza
2019-02-25block/snapshot.c: eliminate use of ID input in snapshot operationsDaniel Henrique Barboza
2019-02-25MAINTAINERS: Remove myself as block maintainerJeff Cody
2019-02-25MAINTAINERS: Replace myself with John Snow for block jobsJeff Cody
2019-02-25Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190222-pull-request' ...Peter Maydell
2019-02-25Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190222-pull-request' i...Peter Maydell
2019-02-22Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190221.0' ...Peter Maydell
2019-02-22Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190221' into stagingPeter Maydell
2019-02-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190221' into stagingPeter Maydell
2019-02-22Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-21-2019-v...Peter Maydell
2019-02-22tests/virtio-blk: add test for DISCARD commandStefano Garzarella
2019-02-22tests/virtio-blk: add test for WRITE_ZEROES commandStefano Garzarella
2019-02-22tests/virtio-blk: add virtio_blk_fix_dwz_hdr() functionStefano Garzarella
2019-02-22tests/virtio-blk: change assert on data_size in virtio_blk_request()Stefano Garzarella
2019-02-22virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella
2019-02-22virtio-blk: set config size depending on the features enabledStefano Garzarella
2019-02-22virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella