[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH 3/5] Fix error reporting in stream creation code
- From: Matthias Bolte <matthias bolte googlemail com>
- To: Eric Blake <eblake redhat com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH 3/5] Fix error reporting in stream creation code
- Date: Tue, 17 May 2011 14:57:38 +0200
2011/5/16 Eric Blake <eblake 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]