Merge remote-tracking branch 'mreitz/tags/pull-block-2017-11-17' into queue-block
Block patches for 2.11.0-rc2
# gpg: Signature made Fri Nov 17 18:22:07 2017 CET
# gpg: using RSA key F407DB0061D5CF40
# gpg: Good signature from "Max Reitz <mreitz@redhat.com>"
# Primary key fingerprint: 91BE B60A 30DB 3E88 57D1 1829 F407 DB00 61D5 CF40
* mreitz/tags/pull-block-2017-11-17:
iotests: Make 087 pass without AIO enabled
block: Make bdrv_next() keep strong references
qcow2: Fix overly broad madvise()
qcow2: Refuse to get unaligned offsets from cache
qcow2: Add bounds check to get_refblock_offset()
block: Guard against NULL bs->drv
qcow2: Unaligned zero cluster in handle_alloc()
qcow2: check_errors are fatal
qcow2: reject unaligned offsets in write compressed
iotests: Add test for failing qemu-img commit
tests: Add check-qobject for equality tests
iotests: Add test for non-string option reopening
block: qobject_is_equal() in bdrv_reopen_prepare()
qapi: Add qobject_is_equal()
qapi/qlist: Add qlist_append_null() macro
qapi/qnull: Add own header
Signed-off-by:
Kevin Wolf <kwolf@redhat.com>
Showing
- block.c 39 additions, 12 deletionsblock.c
- block/block-backend.c 46 additions, 2 deletionsblock/block-backend.c
- block/io.c 36 additions, 0 deletionsblock/io.c
- block/qapi.c 7 additions, 1 deletionblock/qapi.c
- block/qcow2-cache.c 22 additions, 1 deletionblock/qcow2-cache.c
- block/qcow2-cluster.c 12 additions, 1 deletionblock/qcow2-cluster.c
- block/qcow2-refcount.c 25 additions, 1 deletionblock/qcow2-refcount.c
- block/qcow2.c 8 additions, 1 deletionblock/qcow2.c
- block/qcow2.h 0 additions, 6 deletionsblock/qcow2.h
- block/replication.c 15 additions, 0 deletionsblock/replication.c
- block/snapshot.c 6 additions, 0 deletionsblock/snapshot.c
- block/vvfat.c 1 addition, 1 deletionblock/vvfat.c
- include/block/block.h 1 addition, 0 deletionsinclude/block/block.h
- include/qapi/qmp/qbool.h 1 addition, 0 deletionsinclude/qapi/qmp/qbool.h
- include/qapi/qmp/qdict.h 2 additions, 0 deletionsinclude/qapi/qmp/qdict.h
- include/qapi/qmp/qlist.h 4 additions, 0 deletionsinclude/qapi/qmp/qlist.h
- include/qapi/qmp/qnull.h 32 additions, 0 deletionsinclude/qapi/qmp/qnull.h
- include/qapi/qmp/qnum.h 1 addition, 0 deletionsinclude/qapi/qmp/qnum.h
- include/qapi/qmp/qobject.h 9 additions, 12 deletionsinclude/qapi/qmp/qobject.h
- include/qapi/qmp/qstring.h 1 addition, 0 deletionsinclude/qapi/qmp/qstring.h
Loading
Please register or sign in to comment