]> git.ipfire.org Git - thirdparty/qemu.git/commit
x86/loader: read complete kernel
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 5 Sep 2024 14:12:08 +0000 (16:12 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 16 Dec 2024 06:31:28 +0000 (07:31 +0100)
commit214191f6b57458814d279a53539d64c6e54e764b
treea525b2cdced298f29c45582c82d25089579ec0c4
parent57e2cc9abf5da38f600354fe920ff20e719607b4
x86/loader: read complete kernel

Load the complete kernel (including setup) into memory.  Excluding the
setup is handled later when adding the FW_CFG_KERNEL_SIZE and
FW_CFG_KERNEL_DATA entries.

This is a preparation for the next patch which adds a new fw_cfg file
containing the complete, unpatched kernel.  No functional change.

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