Re: [libvirt] [PATCH v4 7/8] cpu_conf: xml to cpu definition parse helper

2019-08-20 Thread Jiri Denemark
On Wed, Jul 17, 2019 at 10:03:28 -0400, Collin Walling wrote: > Implement an XML to virCPUDefPtr helper that handles > the ctxt prerequisite for virCPUDefParseXML. > > This does not alter any functionality. > > Signed-off-by: Collin Walling > Reviewed-by: Bjoern Walk > Reviewed-by: Daniel

Re: [libvirt] [PATCH v4 7/8] cpu_conf: xml to cpu definition parse helper

2019-07-24 Thread Boris Fiuczynski
Reviewed-by: Boris Fiuczynski On 7/17/19 4:03 PM, Collin Walling wrote: Implement an XML to virCPUDefPtr helper that handles the ctxt prerequisite for virCPUDefParseXML. This does not alter any functionality. Signed-off-by: Collin Walling Reviewed-by: Bjoern Walk Reviewed-by: Daniel

[libvirt] [PATCH v4 7/8] cpu_conf: xml to cpu definition parse helper

2019-07-17 Thread Collin Walling
Implement an XML to virCPUDefPtr helper that handles the ctxt prerequisite for virCPUDefParseXML. This does not alter any functionality. Signed-off-by: Collin Walling Reviewed-by: Bjoern Walk Reviewed-by: Daniel Henrique Barboza --- src/conf/cpu_conf.c | 30