Re: [PATCH v5 19/23] xen/riscv: add minimal stuff to mm.h to build full Xen

2024-03-05 Thread Oleksii
On Tue, 2024-03-05 at 09:17 +0100, Jan Beulich wrote: > On 26.02.2024 18:39, Oleksii Kurochko wrote: > > --- a/xen/arch/riscv/include/asm/mm.h > > +++ b/xen/arch/riscv/include/asm/mm.h > > @@ -3,11 +3,252 @@ > >  #ifndef _ASM_RISCV_MM_H > >  #define _ASM_RISCV_MM_H > >   > > +#include > >

Re: [PATCH v5 19/23] xen/riscv: add minimal stuff to mm.h to build full Xen

2024-03-05 Thread Jan Beulich
On 26.02.2024 18:39, Oleksii Kurochko wrote: > --- a/xen/arch/riscv/include/asm/mm.h > +++ b/xen/arch/riscv/include/asm/mm.h > @@ -3,11 +3,252 @@ > #ifndef _ASM_RISCV_MM_H > #define _ASM_RISCV_MM_H > > +#include > +#include > +#include > +#include > +#include > + > #include > >

[PATCH v5 19/23] xen/riscv: add minimal stuff to mm.h to build full Xen

2024-02-26 Thread Oleksii Kurochko
Signed-off-by: Oleksii Kurochko --- Changes in V5: - update the comment around "struct domain *domain;" : zero -> NULL - fix ident. for unsigned long val; - put page_to_virt() and virt_to_page() close to each other. - drop unnessary leading underscore - drop a space before the comment: /*