[libvirt PATCH 0/4] introduce and use virXMLFormatElementDirect

Pavel Hrdina posted 4 patches 11 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1741282487.git.phrdina@redhat.com
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 11 months, 1 week 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 11 months, 1 week 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