[PATCH 0/5] src: move validation to virXMLParseHelper()

Kristina Hanicova posted 5 patches 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1628684959.git.khanicov@redhat.com
src/conf/backup_conf.c           | 13 ++-----------
src/conf/checkpoint_conf.c       | 12 ++----------
src/conf/domain_conf.c           | 27 +++++++--------------------
src/conf/interface_conf.c        |  2 +-
src/conf/network_conf.c          |  2 +-
src/conf/node_device_conf.c      |  2 +-
src/conf/nwfilter_conf.c         |  2 +-
src/conf/secret_conf.c           |  2 +-
src/conf/snapshot_conf.c         | 15 ++-------------
src/conf/storage_conf.c          |  4 ++--
src/conf/virnetworkportdef.c     |  2 +-
src/conf/virnwfilterbindingdef.c |  2 +-
src/conf/virnwfilterbindingobj.c |  2 +-
src/test/test_driver.c           |  2 +-
src/util/virxml.c                | 16 +++++++++++++++-
src/util/virxml.h                | 20 +++++++++++---------
src/vbox/vbox_snapshot_conf.c    |  6 +++---
src/vz/vz_sdk.c                  |  2 +-
tests/qemuxml2argvtest.c         |  2 +-
19 files changed, 55 insertions(+), 80 deletions(-)
[PATCH 0/5] src: move validation to virXMLParseHelper()
Posted by Kristina Hanicova 2 years, 7 months ago
This series avoids duplication of the same code used for validation of
XML document against rng schema and makes it easier to add validation of
other objects in the future as well.

Kristina Hanicova (5):
  src: add 'schema' and 'validate' variable to virXMLParseHelper()
  util: add xml validation against schema in virXMLParseHelper()
  domain_conf: replace validation with variables passed to virXMLParse()
  domain_conf: Remove redundant variable
  conf: replace validation with variables passed to virXMLParse()

 src/conf/backup_conf.c           | 13 ++-----------
 src/conf/checkpoint_conf.c       | 12 ++----------
 src/conf/domain_conf.c           | 27 +++++++--------------------
 src/conf/interface_conf.c        |  2 +-
 src/conf/network_conf.c          |  2 +-
 src/conf/node_device_conf.c      |  2 +-
 src/conf/nwfilter_conf.c         |  2 +-
 src/conf/secret_conf.c           |  2 +-
 src/conf/snapshot_conf.c         | 15 ++-------------
 src/conf/storage_conf.c          |  4 ++--
 src/conf/virnetworkportdef.c     |  2 +-
 src/conf/virnwfilterbindingdef.c |  2 +-
 src/conf/virnwfilterbindingobj.c |  2 +-
 src/test/test_driver.c           |  2 +-
 src/util/virxml.c                | 16 +++++++++++++++-
 src/util/virxml.h                | 20 +++++++++++---------
 src/vbox/vbox_snapshot_conf.c    |  6 +++---
 src/vz/vz_sdk.c                  |  2 +-
 tests/qemuxml2argvtest.c         |  2 +-
 19 files changed, 55 insertions(+), 80 deletions(-)

-- 
2.31.1