Re: [libvirt] [PATCH 2/3] Convert the virCgroupKill* APIs to report errors

2013-07-19 Thread Eric Blake
On 07/19/2013 08:42 AM, Daniel P. Berrange wrote: > On Thu, Jul 18, 2013 at 09:36:59PM -0600, Eric Blake wrote: >> On 07/18/2013 09:00 AM, Daniel P. Berrange wrote: >>> From: "Daniel P. Berrange" >>> >>> Instead of returning errno values, change the virCgroupKill* >>> APIs to fully report errors.

Re: [libvirt] [PATCH 2/3] Convert the virCgroupKill* APIs to report errors

2013-07-19 Thread Daniel P. Berrange
On Thu, Jul 18, 2013 at 09:36:59PM -0600, Eric Blake wrote: > On 07/18/2013 09:00 AM, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > Instead of returning errno values, change the virCgroupKill* > > APIs to fully report errors. > > > > Signed-off-by: Daniel P. Berrange > > ---

Re: [libvirt] [PATCH 2/3] Convert the virCgroupKill* APIs to report errors

2013-07-18 Thread Eric Blake
On 07/18/2013 09:00 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Instead of returning errno values, change the virCgroupKill* > APIs to fully report errors. > > Signed-off-by: Daniel P. Berrange > --- > src/lxc/lxc_process.c | 15 +-- > src/util/vircgroup.c | 108 > +++

[libvirt] [PATCH 2/3] Convert the virCgroupKill* APIs to report errors

2013-07-18 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Instead of returning errno values, change the virCgroupKill* APIs to fully report errors. Signed-off-by: Daniel P. Berrange --- src/lxc/lxc_process.c | 15 +-- src/util/vircgroup.c | 108 -- 2 files changed, 62 in