[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 00/15] block: A bunch of fixes for Sheepdog and
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] [PATCH 00/15] block: A bunch of fixes for Sheepdog and Gluster |
Date: |
Fri, 03 Mar 2017 19:37:26 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Peter Maydell <address@hidden> writes:
> On 2 March 2017 at 21:43, Markus Armbruster <address@hidden> wrote:
>> Bad error handling, memory leaks, and lack of blockdev-add support.
>>
>> Markus Armbruster (15):
>> sheepdog: Defuse time bomb in sd_open() error handling
>> sheepdog: Fix error handling in sd_snapshot_delete()
>> sheepdog: Fix error handling sd_create()
>> sheepdog: Mark sd_snapshot_delete() lossage FIXME
>> sheepdog: Fix snapshot ID parsing in _open(), _create, _goto()
>> sheepdog: Don't truncate long VDI name in _open(), _create()
>> sheepdog: Report errors in pseudo-filename more usefully
>> sheepdog: Use SocketAddress and socket_connect()
>> sheepdog: Implement bdrv_parse_filename()
>> gluster: Drop assumptions on SocketTransport names
>> gluster: Don't duplicate qapi-util.c's qapi_enum_parse()
>> gluster: Plug memory leaks in qemu_gluster_parse_json()
>> qapi-schema: Rename GlusterServer to SocketAddressFlat
>> qapi-schema: Rename SocketAddressFlat's variant tcp to inet
>> sheepdog: Support blockdev-add
>>
>> block/gluster.c | 127 +++++++--------
>> block/sheepdog.c | 436
>> +++++++++++++++++++++++++++++++++++++--------------
>> qapi-schema.json | 38 +++++
>> qapi/block-core.json | 73 +++------
>> 4 files changed, 443 insertions(+), 231 deletions(-)
>
> Did you find these by looking at our Coverity results, or
> cross-reference them against Coverity? (Coverity definitely
> found the gluster leaks, for instance.)
Neither. I merely hacked myself a path through an unfamliar jungle :)
- Re: [Qemu-devel] [PATCH 14/15] qapi-schema: Rename SocketAddressFlat's variant tcp to inet, (continued)