Re: [libvirt] [PATCHv7 11/18] conf: move virResctrlAllocIsEmpty to a place a litter lower

2018-11-06 Thread Huaqiang,Wang
On 2018年11月06日 01:26, John Ferlan wrote: $SUBJ: s/litter/little Perhaps better said: conf: Alter order of Cachetune virDomainResctrlNew call On 10/22/18 4:01 AM, Wang Huaqiang wrote: This refactor allows to add some code between virDomainResctrlNew and virResctrlAllocIsEmpty to extend the

Re: [libvirt] [PATCHv7 11/18] conf: move virResctrlAllocIsEmpty to a place a litter lower

2018-11-05 Thread John Ferlan
$SUBJ: s/litter/little Perhaps better said: conf: Alter order of Cachetune virDomainResctrlNew call On 10/22/18 4:01 AM, Wang Huaqiang wrote: > This refactor allows to add some code between virDomainResctrlNew > and virResctrlAllocIsEmpty to extend the scope of resctrl. this then becomes:

[libvirt] [PATCHv7 11/18] conf: move virResctrlAllocIsEmpty to a place a litter lower

2018-10-22 Thread Wang Huaqiang
This refactor allows to add some code between virDomainResctrlNew and virResctrlAllocIsEmpty to extend the scope of resctrl. Signed-off-by: Wang Huaqiang --- src/conf/domain_conf.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/conf/domain_conf.c