Lines Matching +full:inside +full:- +full:secure
13 Secure boot support comes with the requirement that the UEFI variable
30 Instead of running the privileged code inside the guest we can run it
36 The ``uefi-vars`` device implements the UEFI virtual device. It comes
37 in ``uefi-vars-x86`` and ``uefi-vars-sysbus`` flavours. The device
47 (CONFIG_KVM_SMM=n). It also allows support for secure boot on arm
48 without implementing secure world (el3) emulation in kvm.
55 ---------------
59 qemu-system-x86_64 \
60 -device uefi-vars-x86,jsonfile=/path/to/vars.json
63 ----------------
67 qemu-system-aarch64 -M virt \
68 -device uefi-vars-sysbus,jsonfile=/path/to/vars.json