Re: [libvirt] [PATCH] virErrorPreserveLast conversions

2019-04-05 Thread Daniel P . Berrangé
On Fri, Apr 05, 2019 at 10:42:25AM +0200, Michal Privoznik wrote: > On 4/3/19 8:34 PM, Syed Humaid wrote: > > From: Humaid > > > > Converted few instances of virSaveLastError() to virErrorPreserveLast() as > > per the newer internal APIs for saving and restoring error reports. > > > > Please s

Re: [libvirt] [PATCH] virErrorPreserveLast conversions

2019-04-05 Thread Michal Privoznik
On 4/3/19 8:34 PM, Syed Humaid wrote: From: Humaid Converted few instances of virSaveLastError() to virErrorPreserveLast() as per the newer internal APIs for saving and restoring error reports. Please split this long line. Signed-off-by: Syed Humaid --- src/libvirt-domain.c | 6 +++

[libvirt] [PATCH] virErrorPreserveLast conversions

2019-04-03 Thread Syed Humaid
From: Humaid Converted few instances of virSaveLastError() to virErrorPreserveLast() as per the newer internal APIs for saving and restoring error reports. Signed-off-by: Syed Humaid --- src/libvirt-domain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libvi