[PATCH v2 00/19] Refactoring conf to use XPath

Michal Prívozník mprivozn at redhat.com
Wed May 5 07:25:23 UTC 2021


On 5/4/21 1:39 PM, Kristina Hanicova wrote:
> This is v2 from
> https://listman.redhat.com/archives/libvir-list/2021-April/msg00617.html
> 
> Changes since v1:
>  - rebase to the lastest git master
> 
> This series reworks the outdated way of parsing XML to parsing by XPath,
> which is more obvious and saves a few lines of code.
> 
> Kristina Hanicova (19):
>   conf: Propagate xmlXPathContextPtr into
>     virDomainHostdevSubsysUSBDefParseXML()
>   Refactoring virDomainHostdevSubsysUSBDefParseXML() to use XPath
>   conf: Propagate xmlXPathContextPtr into virDomainBlkioDeviceParseXML()
>   Refactoring virDomainBlkioDeviceParseXML() to use XPath
>   conf: Propagate xmlXPathContextPtr into
>     virDomainHostdevSubsysPCIDefParseXML()
>   Refactoring virDomainHostdevSubsysPCIDefParseXML() to use XPath
>   conf: Propagate xmlXPathContextPtr into virDomainLeaseDefParseXML()
>   Refactoring virDomainLeaseDefParseXML() to use XPath
>   Refactoring virDomainFSDefParseXML() to use XPath
>   Refactoring virDomainNetDefParseXML() to use XPath
>   conf: Propagate xmlXPathContextPtr into
>     virDomainChrDefParseTargetXML()
>   Refactoring virDomainChrDefParseTargetXML() to use XPath
>   Refactoring virDomainChrSourceDefParseXML() to use XPath
>   Refactoring virDomainChrDefParseXML() to use XPath
>   Refactoring virDomainSmartcardDefParseXML() to use XPath
>   Refactoring virDomainGraphicsDefParseXMLSpice() to use XPath
>   conf: Propagate xmlXPathContextPtr into
>     virDomainVideoDriverDefParseXML()
>   Refactoring virDomainVideoDriverDefParseXML() to use XPath
>   Refactoring virDomainVideoDefParseXML() to use XPath
> 
>  src/conf/domain_conf.c | 1641 +++++++++++++++++-----------------------
>  1 file changed, 707 insertions(+), 934 deletions(-)
> 

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

and pushed.

Michal




More information about the libvir-list mailing list