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
These are simply translated from the C structs in:
xen/include/public/arch-x86/hvm/start_info.h
Note that unlike the Linux Boot Protocol structures, these structures
don't need to be `#[repr(packed)]` as they are garunteed to have the
proper alignment.
Signed-off-by: Joe Richey <joerichey@google.com>
0 commit comments