]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce @secure attribute to os loader element
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 13 Jul 2016 07:22:51 +0000 (09:22 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 4 Aug 2016 15:14:20 +0000 (17:14 +0200)
commit64c24800437ee372d228103291626705892c3ad9
tree21d4ecb426067e6ebd71821395c773bf0c2c49ca
parentd0e4be9d0297494ba0e23843593f734234ddb08f
Introduce @secure attribute to os loader element

This element will control secure boot implemented by some
firmwares. If the firmware used in <loader/> does support the
feature we must tell it to the underlying hypervisor. However, we
can't know whether loader does support it or not just by looking
at the file. Therefore we have to have an attribute to the
element where users can tell us whether the firmware is secure
boot enabled or not.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/qemuxml2argvdata/qemuxml2argv-bios-nvram-secure.xml [new file with mode: 0644]