[libvirt] [PATCH 0/7] conf: Replace SKIP_OSTYPE with SKIP_VALIDATE

Cole Robinson crobinso at redhat.com
Tue Jul 24 21:23:41 UTC 2018


The SKIP_OSTYPE domain parse flag is largely redundant nowadays
since we have SKIP_VALIDATE. This series smoothes out some of
the SKIP_OSTYPE weirdness so we can drop it

Cole Robinson (7):
  conf: Break out virDomainDefParseCaps
  conf: Clean up virDomainDefParseCaps
  tests: qemuhotplug: Fix segfault when XML loading fails
  conf: Drop unneccessary caps parsing logic
  conf: Sync caps data even when SKIP_OSTYPE_CHECKS
  tests: Remove redundant lxc test
  conf: Replace SKIP_OSTYPE_CHECKS with SKIP_VALIDATE

 src/conf/domain_conf.c                     | 175 +++++++++++----------
 src/conf/domain_conf.h                     |  13 +-
 src/conf/snapshot_conf.c                   |   2 -
 src/conf/virdomainobjlist.c                |   2 -
 tests/lxcxml2xmltest.c                     |   2 -
 tests/qemuhotplugtest.c                    |   2 +
 tests/qemuxml2argvdata/missing-machine.xml |   2 +-
 tests/qemuxml2argvtest.c                   |   5 +-
 tests/qemuxml2xmltest.c                    |   1 -
 tests/testutils.c                          |  13 +-
 tests/testutilsqemu.c                      |  18 +++
 tests/vircapstest.c                        |   2 -
 12 files changed, 132 insertions(+), 105 deletions(-)

-- 
2.17.1




More information about the libvir-list mailing list