]> git.ipfire.org Git - thirdparty/qemu.git/commit
x86/loader: add -shim option
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 5 Sep 2024 14:12:10 +0000 (16:12 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 16 Dec 2024 06:31:28 +0000 (07:31 +0100)
commita5bd044b15793ab041102a1e784813f54912a836
treecf2ef1e91c0daad40f6365fb908107eaa430fa7f
parentf2594d928444fc4d593117db2da8c9ffa26433f7
x86/loader: add -shim option

Add new -shim command line option, wire up for the x86 loader.
When specified load shim into the new "etc/boot/shim" fw_cfg file.

Needs OVMF changes too to be actually useful.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-ID: <20240905141211.1253307-6-kraxel@redhat.com>
hw/core/machine.c
hw/i386/x86-common.c
include/hw/boards.h
qemu-options.hx
system/vl.c