]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vmx: add VIR_DOMAIN_DEF_FEATURE_NO_BOOT_ORDER
authorJán Tomko <jtomko@redhat.com>
Mon, 28 May 2018 13:16:16 +0000 (15:16 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 29 May 2018 08:09:32 +0000 (10:09 +0200)
commit8e5e5a95a5690eeee172b0f49f8399fd5b2e534a
treee59f4b7003a6d4aed09063bda017540d9b89b3e0
parent16782dc329f63d41b6e9cc5717f132b769945cec
vmx: add VIR_DOMAIN_DEF_FEATURE_NO_BOOT_ORDER

Further patches will introduce validation and a default setting
of def->os.bootDevs in postParse.

Introduce a feature flag to opt out of this and set it in the vmx
driver, otherwise we would be adding it <boot dev='hd'/> into every
vmx config despite having no way to change it.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/conf/domain_conf.h
src/vmx/vmx.c