[Qemu-devel] [PATCH 0/3] respect bdrv_getlength() error code

Denis V. Lunev posted 3 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170804151013.13057-1-den@openvz.org
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
[Qemu-devel] [PATCH 0/3] respect bdrv_getlength() error code
Posted by Denis V. Lunev 6 years, 7 months ago
These cases were reported by Markus Armbruster <armbru@redhat.com>
Patches add error checking of the bdrv_getlength() call or remove
the call of that function.

Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Markus Armbruster <armbru@redhat.com>
CC: Kevin Wolf <kwolf@redhat.com>
CC: Max Reitz <mreitz@redhat.com>
CC: Stefan Hajnoczi <stefanha@redhat.com>


Re: [Qemu-devel] [PATCH 0/3] respect bdrv_getlength() error code
Posted by Kevin Wolf 6 years, 7 months ago
Am 04.08.2017 um 17:10 hat Denis V. Lunev geschrieben:
> These cases were reported by Markus Armbruster <armbru@redhat.com>
> Patches add error checking of the bdrv_getlength() call or remove
> the call of that function.

Thanks, applied to the block branch.

Kevin