Re: [libvirt PATCH v2 01/20] cpu_x86: Simplify x86ParseCPUID

2021-11-05 Thread Tim Wiederhake
On Fri, 2021-11-05 at 16:30 +0100, Michal Prívozník wrote: > On 11/4/21 5:27 PM, Tim Wiederhake wrote: > > ... by using virXMLProp*() helpers. These only require a xmlNodePtr > > and > > do not need a xmlXPathContextPtr. Reflect that in the function > > signature. > > > > Signed-off-by: Tim Wieder

Re: [libvirt PATCH v2 01/20] cpu_x86: Simplify x86ParseCPUID

2021-11-05 Thread Michal Prívozník
On 11/4/21 5:27 PM, Tim Wiederhake wrote: > ... by using virXMLProp*() helpers. These only require a xmlNodePtr and > do not need a xmlXPathContextPtr. Reflect that in the function signature. > > Signed-off-by: Tim Wiederhake > --- > src/cpu/cpu_x86.c | 43 +--

[libvirt PATCH v2 01/20] cpu_x86: Simplify x86ParseCPUID

2021-11-04 Thread Tim Wiederhake
... by using virXMLProp*() helpers. These only require a xmlNodePtr and do not need a xmlXPathContextPtr. Reflect that in the function signature. Signed-off-by: Tim Wiederhake --- src/cpu/cpu_x86.c | 43 +-- 1 file changed, 17 insertions(+), 26 deletions(-