Re: [MINI-OS PATCH 3/6] x86/pv: remove global start_info

2025-06-20 Thread Jason Andryuk
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

[MINI-OS PATCH 3/6] x86/pv: remove global start_info

2025-06-19 Thread Juergen Gross
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 ++--