[libvirt] [PATCH 3/5] Fix error reporting in stream creation code

Matthias Bolte matthias.bolte at googlemail.com
Tue May 17 12:57:38 UTC 2011


2011/5/16 Eric Blake <eblake at redhat.com>:
> On 05/15/2011 12:23 AM, Matthias Bolte wrote:
>> virStreamNew needs to dispatch the error that virGetStream reports
>> on failure.
>>
>> remoteCreateClientStream can fail due to virStreamNew or due to
>> VIR_ALLOC. Report OOM error for VIR_ALLOC failure to report errors
>> in all error cases.
>>
>> Remove OOM error reporting from remoteCreateClientStream callers.
>> ---
>>  daemon/remote.c |    8 ++------
>>  daemon/stream.c |    7 ++++++-
>>  src/libvirt.c   |    2 ++
>>  3 files changed, 10 insertions(+), 7 deletions(-)
>
> ACK.
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list