[libvirt] [PATCH 0/2] conf: DEF_FEATURE tweaks

Cole Robinson crobinso at redhat.com
Wed Apr 17 14:57:54 UTC 2019


After the net model enum patches, the test driver started rejecting
non-enum model strings. It should continue to accept unknown models
and generally act closer to the qemu driver. So let's add all of
qemu's DEF_FEATURE bits to match while we are at it (virt-manager will
want this for os firmware XML testing at least)

Fix an issue in the area while I'm here

Cole Robinson (2):
  test: match qemu VIR_DOMAIN_DEF_FEATURE* usage
  conf: Fix VIR_DOMAIN_DEF_FEATURE_FW_AUTOSELECT validation

 src/conf/domain_conf.c |  6 ++----
 src/test/test_driver.c | 10 +++++++++-
 src/vmx/vmx.c          |  3 ++-
 3 files changed, 13 insertions(+), 6 deletions(-)

-- 
2.21.0




More information about the libvir-list mailing list