]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Relax check for SMM feature
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 7 Jun 2018 21:24:45 +0000 (23:24 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 8 Jun 2018 08:28:46 +0000 (10:28 +0200)
commit3f2499d7d703c83667ff1df6603e4c9d9791e9a4
treed370ca4b6b49cb04d2e49fc4e6c0613b4e745a27
parent343894b74b981c416b533eae80279cacc65530b9
qemu: Relax check for SMM feature

One of the things that this is improving is the fact that instead of error
message (that was wrong) you get when starting a domain with SMM and i440fx we
allow the setting to go through.  SMM option exists and makes sense on i440fx as
well (basically whenever that _SMM_OPT capability is set).

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain.c