Re: [libvirt] [PATCH v2 1/8] uml: Replace VIR_ERROR with standard vir*Error in state driver init

2016-05-23 Thread Cole Robinson
On 05/23/2016 02:35 PM, Jovanka Gulicoska wrote: > Replace VIR_ERROR with virReportError and virReportSystemError > --- > src/uml/uml_driver.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) > > diff --git a/src/uml/uml_driver.c b/src/uml/uml_driver.c > index 923c3f

[libvirt] [PATCH v2 1/8] uml: Replace VIR_ERROR with standard vir*Error in state driver init

2016-05-23 Thread Jovanka Gulicoska
Replace VIR_ERROR with virReportError and virReportSystemError --- src/uml/uml_driver.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/uml/uml_driver.c b/src/uml/uml_driver.c index 923c3f6..fea3575 100644 --- a/src/uml/uml_driver.c +++ b/src/uml/uml_