[Qemu-devel] [PATCH for-2.10 0/4] More blk_getlength() fixes

Eric Blake posted 4 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170807203007.19033-1-eblake@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
block/qcow.c  | 64 +++++++++++++++++++++++++++++++++++++++++------------------
block/qcow2.c | 26 ++++--------------------
block/vpc.c   |  9 ++++++++-
3 files changed, 57 insertions(+), 42 deletions(-)
[Qemu-devel] [PATCH for-2.10 0/4] More blk_getlength() fixes
Posted by Eric Blake 6 years, 7 months ago
Thanks again to Markus for catching these spots.

Eric Blake (4):
  vpc: Check failure of bdrv_getlength()
  qcow: Check failure of bdrv_getlength() and bdrv_truncate()
  qcow2: Drop debugging dump_refcounts()
  qcow2: Check failure of bdrv_getlength()

 block/qcow.c  | 64 +++++++++++++++++++++++++++++++++++++++++------------------
 block/qcow2.c | 26 ++++--------------------
 block/vpc.c   |  9 ++++++++-
 3 files changed, 57 insertions(+), 42 deletions(-)

-- 
2.13.4


Re: [Qemu-devel] [Qemu-block] [PATCH for-2.10 0/4] More blk_getlength() fixes
Posted by John Snow 6 years, 7 months ago

On 08/07/2017 04:30 PM, Eric Blake wrote:
> Thanks again to Markus for catching these spots.
> 
> Eric Blake (4):
>   vpc: Check failure of bdrv_getlength()
>   qcow: Check failure of bdrv_getlength() and bdrv_truncate()
>   qcow2: Drop debugging dump_refcounts()
>   qcow2: Check failure of bdrv_getlength()
> 
>  block/qcow.c  | 64 +++++++++++++++++++++++++++++++++++++++++------------------
>  block/qcow2.c | 26 ++++--------------------
>  block/vpc.c   |  9 ++++++++-
>  3 files changed, 57 insertions(+), 42 deletions(-)
> 

Reviewed-by: John Snow <jsnow@redhat.com>