]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Fix virDomainDefOSValidate()
authorAndrea Bolognani <abologna@redhat.com>
Thu, 9 Jun 2022 17:26:16 +0000 (19:26 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 16 Jun 2022 13:27:16 +0000 (15:27 +0200)
commit58805f3aced027a8105d30ae3aaff3ff783be235
treeb23d0c6e9ec75fe80135adf7c2f4924dfdf52428
parent69464f42804fb920b8cf22c6b1895fca6febd9aa
conf: Fix virDomainDefOSValidate()

Even when the os.loader element is absent, we still have to
validate that the user is not attempting to use firmware
autoselection with a driver that doesn't implement the feature.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/domain_validate.c