[libvirt PATCH 0/4] introduce and use virXMLFormatElementDirect

Pavel Hrdina posted 4 patches 5 days, 13 hours ago
src/conf/domain_conf.c      | 22 ++++++++++------------
src/conf/node_device_conf.c |  2 +-
src/libvirt_private.syms    |  2 +-
src/util/virxml.c           | 16 +++++++++++++++-
src/util/virxml.h           | 13 ++++++-------
5 files changed, 33 insertions(+), 22 deletions(-)
[libvirt PATCH 0/4] introduce and use virXMLFormatElementDirect
Posted by Pavel Hrdina 5 days, 13 hours ago
Pavel Hrdina (4):
  util: virxml: introduce virXMLFormatElementDirect
  conf: use virXMLFormatElementDirect
  domain_conf: refactor virDomainLoaderDefFormatNvram
  util: virxml: unexport virXMLFormatElementInternal

 src/conf/domain_conf.c      | 22 ++++++++++------------
 src/conf/node_device_conf.c |  2 +-
 src/libvirt_private.syms    |  2 +-
 src/util/virxml.c           | 16 +++++++++++++++-
 src/util/virxml.h           | 13 ++++++-------
 5 files changed, 33 insertions(+), 22 deletions(-)

-- 
2.48.1
Re: [libvirt PATCH 0/4] introduce and use virXMLFormatElementDirect
Posted by Ján Tomko 4 days, 18 hours ago
On a Thursday in 2025, Pavel Hrdina wrote:
>Pavel Hrdina (4):
>  util: virxml: introduce virXMLFormatElementDirect
>  conf: use virXMLFormatElementDirect
>  domain_conf: refactor virDomainLoaderDefFormatNvram
>  util: virxml: unexport virXMLFormatElementInternal
>
> src/conf/domain_conf.c      | 22 ++++++++++------------
> src/conf/node_device_conf.c |  2 +-
> src/libvirt_private.syms    |  2 +-
> src/util/virxml.c           | 16 +++++++++++++++-
> src/util/virxml.h           | 13 ++++++-------
> 5 files changed, 33 insertions(+), 22 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano