[PATCH 0/2] refactoring conf for virDomainDeviceInfoParseXML to use XPath

Kristina Hanicova posted 2 patches 3 years ago
Test syntax-check failed
Failed in applying to current master (apply log)
src/conf/domain_conf.c | 116 +++++++++++++++++------------------------
1 file changed, 49 insertions(+), 67 deletions(-)
[PATCH 0/2] refactoring conf for virDomainDeviceInfoParseXML to use XPath
Posted by Kristina Hanicova 3 years ago
Kristina Hanicova (2):
  conf: Propagate xmlXPathContextPtr into virDomainDeviceInfoParseXML()
  refactoring virDomainDeviceInfoParseXML to use XPath

 src/conf/domain_conf.c | 116 +++++++++++++++++------------------------
 1 file changed, 49 insertions(+), 67 deletions(-)

-- 
2.29.2

Re: [PATCH 0/2] refactoring conf for virDomainDeviceInfoParseXML to use XPath
Posted by Michal Privoznik 3 years ago
On 3/12/21 1:44 PM, Kristina Hanicova wrote:
> 
> Kristina Hanicova (2):
>    conf: Propagate xmlXPathContextPtr into virDomainDeviceInfoParseXML()
>    refactoring virDomainDeviceInfoParseXML to use XPath
> 
>   src/conf/domain_conf.c | 116 +++++++++++++++++------------------------
>   1 file changed, 49 insertions(+), 67 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal