Re: [PATCH 03/13] numa_conf: Drop CPU from name of two functions

2020-06-24 Thread Daniel Henrique Barboza
On 6/24/20 10:49 AM, Michal Privoznik wrote: There are two functions virDomainNumaDefCPUFormatXML() and virDomainNumaDefCPUParseXML() which format and parse domain's . There is nothing CPU specific about them. Drop the infix. Signed-off-by: Michal Privoznik --- Reviewed-by: Daniel Henriqu

[PATCH 03/13] numa_conf: Drop CPU from name of two functions

2020-06-24 Thread Michal Privoznik
There are two functions virDomainNumaDefCPUFormatXML() and virDomainNumaDefCPUParseXML() which format and parse domain's . There is nothing CPU specific about them. Drop the infix. Signed-off-by: Michal Privoznik --- src/conf/cpu_conf.c| 2 +- src/conf/domain_conf.c | 2 +- src/conf/numa_con