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

2017-08-07 Thread Kevin Wolf
Am 04.08.2017 um 17:10 hat Denis V. Lunev geschrieben: > These cases were reported by Markus Armbruster > Patches add error checking of the bdrv_getlength() call or remove > the call of that function. Thanks, applied to the block branch. Kevin

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

2017-08-04 Thread Denis V. Lunev
These cases were reported by Markus Armbruster Patches add error checking of the bdrv_getlength() call or remove the call of that function. Signed-off-by: Denis V. Lunev CC: Markus Armbruster CC: Kevin Wolf CC: Max Reitz CC: Stefan Hajnoczi