Re: [PATCH v2 31/39] xen/riscv: add required things to asm/current.h

2023-12-18 Thread Oleksii
On Mon, 2023-12-18 at 12:28 +0100, Jan Beulich wrote: > On 18.12.2023 11:39, Oleksii wrote: > > On Thu, 2023-12-14 at 16:55 +0100, Jan Beulich wrote: > > > On 24.11.2023 11:30, Oleksii Kurochko wrote: > > > > --- a/xen/arch/riscv/include/asm/current.h > > > > +++ b/xen/arch/riscv/include/asm/curren

Re: [PATCH v2 31/39] xen/riscv: add required things to asm/current.h

2023-12-18 Thread Jan Beulich
On 18.12.2023 11:39, Oleksii wrote: > On Thu, 2023-12-14 at 16:55 +0100, Jan Beulich wrote: >> On 24.11.2023 11:30, Oleksii Kurochko wrote: >>> --- a/xen/arch/riscv/include/asm/current.h >>> +++ b/xen/arch/riscv/include/asm/current.h >>> @@ -3,6 +3,22 @@ >>>  #ifndef __ASM_CURRENT_H >>>  #define __

Re: [PATCH v2 31/39] xen/riscv: add required things to asm/current.h

2023-12-18 Thread Oleksii
On Thu, 2023-12-14 at 16:55 +0100, Jan Beulich wrote: > On 24.11.2023 11:30, Oleksii Kurochko wrote: > > --- a/xen/arch/riscv/include/asm/current.h > > +++ b/xen/arch/riscv/include/asm/current.h > > @@ -3,6 +3,22 @@ > >  #ifndef __ASM_CURRENT_H > >  #define __ASM_CURRENT_H > >   > > +#include > >

Re: [PATCH v2 31/39] xen/riscv: add required things to asm/current.h

2023-12-14 Thread Jan Beulich
On 24.11.2023 11:30, Oleksii Kurochko wrote: > --- a/xen/arch/riscv/include/asm/current.h > +++ b/xen/arch/riscv/include/asm/current.h > @@ -3,6 +3,22 @@ > #ifndef __ASM_CURRENT_H > #define __ASM_CURRENT_H > > +#include > +#include > + > +#ifndef __ASSEMBLY__ > + > +struct vcpu; I don't thin

[PATCH v2 31/39] xen/riscv: add required things to asm/current.h

2023-11-24 Thread Oleksii Kurochko
Add minimal requied things to be able to build full Xen. Signed-off-by: Oleksii Kurochko --- Changes in V2: - Nothing changed. Only rebase. --- xen/arch/riscv/include/asm/current.h | 20 1 file changed, 20 insertions(+) diff --git a/xen/arch/riscv/include/asm/current.h b/