Re: [libvirt] [PATCH] test_driver: implement virDomainGetDiskErrors

2019-05-10 Thread Michal Privoznik
On 5/9/19 7:35 PM, Ilias Stamatis wrote: On Thu, May 9, 2019 at 4:36 PM Michal Privoznik wrote: On 5/7/19 10:23 PM, Ilias Stamatis wrote: Return the number of disks present in the configuration of the fake driver when called with @errors as NULL and @maxerrors as 0. Otherwise return 0 as the

Re: [libvirt] [PATCH] test_driver: implement virDomainGetDiskErrors

2019-05-09 Thread Ilias Stamatis
On Thu, May 9, 2019 at 4:36 PM Michal Privoznik wrote: > > On 5/7/19 10:23 PM, Ilias Stamatis wrote: > > Return the number of disks present in the configuration of the fake > > driver when called with @errors as NULL and @maxerrors as 0. > > > > Otherwise return 0 as the number of errors encounter

Re: [libvirt] [PATCH] test_driver: implement virDomainGetDiskErrors

2019-05-09 Thread Michal Privoznik
On 5/7/19 10:23 PM, Ilias Stamatis wrote: Return the number of disks present in the configuration of the fake driver when called with @errors as NULL and @maxerrors as 0. Otherwise return 0 as the number of errors encountered. Signed-off-by: Ilias Stamatis --- src/test/test_driver.c | 27 +++

[libvirt] [PATCH] test_driver: implement virDomainGetDiskErrors

2019-05-07 Thread Ilias Stamatis
Return the number of disks present in the configuration of the fake driver when called with @errors as NULL and @maxerrors as 0. Otherwise return 0 as the number of errors encountered. Signed-off-by: Ilias Stamatis --- src/test/test_driver.c | 27 +++ 1 file changed, 27