]> git.ipfire.org Git - thirdparty/qemu.git/commit
x86/loader: expose unpatched kernel
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 5 Sep 2024 14:12:09 +0000 (16:12 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 16 Dec 2024 06:31:28 +0000 (07:31 +0100)
commitf2594d928444fc4d593117db2da8c9ffa26433f7
treefcf87ae7a03eaa34f089d4db1d09b3cbf48770dd
parent214191f6b57458814d279a53539d64c6e54e764b
x86/loader: expose unpatched kernel

Add a new "etc/boot/kernel" fw_cfg file, containing the kernel without
the setup header patches.  Intended use is booting in UEFI with secure
boot enabled, where the setup header patching breaks secure boot
verification.

Needs OVMF changes too to be actually useful.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-ID: <20240905141211.1253307-5-kraxel@redhat.com>
hw/i386/x86-common.c