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
This PR adds support for booting via the Xen HVM direct boot ABI.
See: https://xenbits.xen.org/docs/4.12-testing/misc/pvh.html
This uses a 32-bit unpaged entry point, so we just point it at
ram32_start. This allows our firmware to be used with QEMU's -kernel
option.
Signed-off-by: Joe Richey <joerichey@google.com>
0 commit comments