Re: [PATCH v2 30/39] xen/riscv: define an address of frame table

2023-12-22 Thread Oleksii
On Fri, 2023-12-22 at 09:08 +0100, Jan Beulich wrote: > On 21.12.2023 20:59, Oleksii wrote: > > On Mon, 2023-12-18 at 12:22 +0100, Jan Beulich wrote: > > > On 18.12.2023 11:36, Oleksii wrote: > > > > On Thu, 2023-12-14 at 16:48 +0100, Jan Beulich wrote: > > > > > On 24.11.2023 11:30, Oleksii Kuroch

Re: [PATCH v2 30/39] xen/riscv: define an address of frame table

2023-12-22 Thread Jan Beulich
On 21.12.2023 20:59, Oleksii wrote: > On Mon, 2023-12-18 at 12:22 +0100, Jan Beulich wrote: >> On 18.12.2023 11:36, Oleksii wrote: >>> On Thu, 2023-12-14 at 16:48 +0100, Jan Beulich wrote: On 24.11.2023 11:30, Oleksii Kurochko wrote: > +#define SLOTN_ENTRY_SIZE    SLOTN(1) > +

Re: [PATCH v2 30/39] xen/riscv: define an address of frame table

2023-12-21 Thread Oleksii
On Mon, 2023-12-18 at 12:22 +0100, Jan Beulich wrote: > On 18.12.2023 11:36, Oleksii wrote: > > On Thu, 2023-12-14 at 16:48 +0100, Jan Beulich wrote: > > > On 24.11.2023 11:30, Oleksii Kurochko wrote: > > > > +#define SLOTN_ENTRY_SIZE    SLOTN(1) > > > > + > > > >  #define XEN_VIRT_START 0x

Re: [PATCH v2 30/39] xen/riscv: define an address of frame table

2023-12-18 Thread Jan Beulich
On 18.12.2023 11:36, Oleksii wrote: > On Thu, 2023-12-14 at 16:48 +0100, Jan Beulich wrote: >> On 24.11.2023 11:30, Oleksii Kurochko wrote: >>> +#define SLOTN_ENTRY_SIZE    SLOTN(1) >>> + >>>  #define XEN_VIRT_START 0xC000 /* (_AC(-1, UL) + 1 - >>> GB(1)) */ >>> + >>> +#define FRAME

Re: [PATCH v2 30/39] xen/riscv: define an address of frame table

2023-12-18 Thread Oleksii
On Thu, 2023-12-14 at 16:48 +0100, Jan Beulich wrote: > On 24.11.2023 11:30, Oleksii Kurochko wrote: > > Also the patchs adds some helpful macros. > > In how far they're (going to be) helpful is hard to tell without uses > and without some suitable comments. > > > --- a/xen/arch/riscv/include/asm

Re: [PATCH v2 30/39] xen/riscv: define an address of frame table

2023-12-14 Thread Jan Beulich
On 24.11.2023 11:30, Oleksii Kurochko wrote: > Also the patchs adds some helpful macros. In how far they're (going to be) helpful is hard to tell without uses and without some suitable comments. > --- a/xen/arch/riscv/include/asm/config.h > +++ b/xen/arch/riscv/include/asm/config.h > @@ -77,12 +7

[PATCH v2 30/39] xen/riscv: define an address of frame table

2023-11-24 Thread Oleksii Kurochko
Also the patchs adds some helpful macros. Signed-off-by: Oleksii Kurochko --- Changes in V2: - Nothing changed. Only rebase. --- xen/arch/riscv/include/asm/config.h | 21 + 1 file changed, 21 insertions(+) diff --git a/xen/arch/riscv/include/asm/config.h b/xen/arch/riscv/i