You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pvh: Do not attempt PVH boot if kernel_offset is requested
In x86, the kernel_offset parameter is used to request that the
kernel is loaded in guest memory at a fixed offset from the default
load address encoded in the phdr.p_paddr field of the Elf header.
Do not attempt to look for a PVH entry point if a load offset has
been requested using kernel_offset, since PVH expects the kernel to
be loaded at the default load address.
Signed-off-by: Alejandro Jimenez <alejandro.j.jimenez@oracle.com>
0 commit comments