
On 4/17/19 10:57 AM, Cole Robinson wrote:
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(-)
ping, first patch at least should go into the next release at least, some valid testdriver XML usage may require it as explained above Thanks, Cole