Re: [libvirt] [PATCH V2 1/2] util: Add more virsysfs functions for handling resctrl sysfs

2017-03-31 Thread Martin Kletzander
On Fri, Mar 31, 2017 at 09:26:34AM +0800, Eli Qiao wrote: > +# util/virresctrl.h > +virResCtrlAvailable; > +virResCtrlInit; > + > This has nothing to do in the patch Okay, this should be involved by mistake while rebasing. > # util/virrotatingfile.h > virRotatingFileReaderConsume; >

Re: [libvirt] [PATCH V2 1/2] util: Add more virsysfs functions for handling resctrl sysfs

2017-03-30 Thread Eli Qiao
> > +# util/virresctrl.h > > +virResCtrlAvailable; > > +virResCtrlInit; > > + > > > > > This has nothing to do in the patch > Okay, this should be involved by mistake while rebasing. > > > # util/virrotatingfile.h > > virRotatingFileReaderConsume; > > virRotatingFileReaderFree; > > @@

Re: [libvirt] [PATCH V2 1/2] util: Add more virsysfs functions for handling resctrl sysfs

2017-03-30 Thread Martin Kletzander
On Thu, Mar 30, 2017 at 04:07:11PM +0800, Eli Qiao wrote: Extended /sys/fs/resctrl sysfs handling. Signed-off-by: Eli Qiao --- src/libvirt_private.syms | 11 - src/util/virsysfs.c | 102 ++- src/util/virsysfs.h |

[libvirt] [PATCH V2 1/2] util: Add more virsysfs functions for handling resctrl sysfs

2017-03-30 Thread Eli Qiao
Extended /sys/fs/resctrl sysfs handling. Signed-off-by: Eli Qiao --- src/libvirt_private.syms | 11 - src/util/virsysfs.c | 102 ++- src/util/virsysfs.h | 16 src/util/virsysfspriv.h | 1 + 4 files