Re: [MINI-OS PATCH 5/6] xenbus: drop parameter from get_xenbus()

2025-06-20 Thread Jason Andryuk
On 2025-06-19 07:38, Juergen Gross wrote: The parameter of get_xenbus() is used only when running in PV mode, and it always has the same value. Drop the parameter and use start_info_ptr directly in the PV variant of get_xenbus(). Signed-off-by: Juergen Gross Reviewed-by: Jason Andryuk

[MINI-OS PATCH 5/6] xenbus: drop parameter from get_xenbus()

2025-06-19 Thread Juergen Gross
The parameter of get_xenbus() is used only when running in PV mode, and it always has the same value. Drop the parameter and use start_info_ptr directly in the PV variant of get_xenbus(). Signed-off-by: Juergen Gross --- arch/arm/setup.c | 2 +- arch/x86/setup.c | 2 +- include/xenbus.h | 4