Lines Matching +full:qemu +full:- +full:x86
8 The traditional approach for UEFI Variable storage in qemu guests is
17 by the firmware. On x86 this has been implemented using System
18 Management Mode (SMM) in qemu and kvm, which again is the same
36 The ``uefi-vars`` device implements the UEFI virtual device. It comes
37 in ``uefi-vars-x86`` and ``uefi-vars-sysbus`` flavours. The device
52 because we have to reimplement some edk2 functionality in qemu.
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