[libvirt] [RFCv2 PATCH 1/5] util: Rename and packing parts of virresctrl

2018-06-15 Thread bing . niu
From: Bing Niu Renaming some functions and packing some CAT logic into functions Signed-off-by: Bing Niu --- src/conf/domain_conf.c | 2 +- src/libvirt_private.syms | 2 +- src/util/virresctrl.c| 93 +++- src/util/virresctrl.h| 16 ---

Re: [libvirt] [RFCv2 PATCH 1/5] util: Rename and packing parts of virresctrl

2018-06-29 Thread John Ferlan
On 06/15/2018 05:29 AM, bing@intel.com wrote: > From: Bing Niu > > Renaming some functions and packing some CAT logic into functions Try to do one "thing" per patch - the "and" gives it away... Thus one patch could rename various functions and other one(s) do the "refactor" (not packing)

Re: [libvirt] [RFCv2 PATCH 1/5] util: Rename and packing parts of virresctrl

2018-07-06 Thread bing.niu
On 2018年06月30日 06:36, John Ferlan wrote: On 06/15/2018 05:29 AM, bing@intel.com wrote: From: Bing Niu Renaming some functions and packing some CAT logic into functions Try to do one "thing" per patch - the "and" gives it away... Thus one patch could rename various functions and othe

Re: [libvirt] [RFCv2 PATCH 1/5] util: Rename and packing parts of virresctrl

2018-07-06 Thread John Ferlan
On 07/06/2018 03:00 AM, bing.niu wrote: > > > On 2018年06月30日 06:36, John Ferlan wrote: >> >> >> On 06/15/2018 05:29 AM, bing@intel.com wrote: >>> From: Bing Niu >>> >>> Renaming some functions and packing some CAT logic into functions >> >> Try to do one "thing" per patch - the "and" gives