On 2025-06-19 07:38, Juergen Gross wrote:
Add an extern declaration for start_info_ptr when running in PV mode
and use that instead of the copy held in start_info. This allows to
drop start_info.
Signed-off-by: Juergen Gross
Reviewed-by: Jason Andryuk
Add an extern declaration for start_info_ptr when running in PV mode
and use that instead of the copy held in start_info. This allows to
drop start_info.
Signed-off-by: Juergen Gross
---
arch/x86/setup.c | 17 +
console.c| 2 +-
include/hypervisor.h | 12 ++--