Re: [PATCH v5 21/23] xen/rirscv: add minimal amount of stubs to build full Xen

2024-03-05 Thread Jan Beulich
On 26.02.2024 18:39, Oleksii Kurochko wrote: > Signed-off-by: Oleksii Kurochko Acked-by: Jan Beulich with one remark: > +/* > + * The following functions are defined in common/irq.c, which will be built > in > + * the next commit, so these changes will be removed there. > + */ > + > +void

[PATCH v5 21/23] xen/rirscv: add minimal amount of stubs to build full Xen

2024-02-26 Thread Oleksii Kurochko
Signed-off-by: Oleksii Kurochko --- Changes in V5: - drop unrelated changes - assert_failed("unimplmented...") change to BUG_ON() --- Changes in V4: - added new stubs which are necessary for compilation after rebase: __cpu_up(), __cpu_disable(), __cpu_die() from smpboot.c - back