Re: [PATCH v8 0/7] device tree mapping

2024-09-30 Thread oleksii . kurochko
On Mon, 2024-09-30 at 10:32 +0200, Jan Beulich wrote: > On 30.09.2024 10:24, oleksii.kuroc...@gmail.com wrote: > > On Mon, 2024-09-30 at 10:17 +0200, Jan Beulich wrote: > > > On 27.09.2024 18:33, Oleksii Kurochko wrote: > > > > Current patch series introduces device tree mapping for RISC-V > > > >

Re: [PATCH v8 0/7] device tree mapping

2024-09-30 Thread Jan Beulich
On 30.09.2024 10:24, oleksii.kuroc...@gmail.com wrote: > On Mon, 2024-09-30 at 10:17 +0200, Jan Beulich wrote: >> On 27.09.2024 18:33, Oleksii Kurochko wrote: >>> Current patch series introduces device tree mapping for RISC-V >>> and necessary things for that such as: >>> - Fixmap mapping >>> - pma

Re: [PATCH v8 0/7] device tree mapping

2024-09-30 Thread oleksii . kurochko
On Mon, 2024-09-30 at 10:17 +0200, Jan Beulich wrote: > On 27.09.2024 18:33, Oleksii Kurochko wrote: > > Current patch series introduces device tree mapping for RISC-V > > and necessary things for that such as: > > - Fixmap mapping > > - pmap > > - Xen page table processing > > While nothing is be

Re: [PATCH v8 0/7] device tree mapping

2024-09-30 Thread Jan Beulich
On 30.09.2024 10:14, oleksii.kuroc...@gmail.com wrote: > On Mon, 2024-09-30 at 09:27 +0200, Jan Beulich wrote: >> On 27.09.2024 18:33, Oleksii Kurochko wrote: >>> Current patch series introduces device tree mapping for RISC-V >>> and necessary things for that such as: >>> - Fixmap mapping >>> - pma

Re: [PATCH v8 0/7] device tree mapping

2024-09-30 Thread Jan Beulich
On 27.09.2024 18:33, Oleksii Kurochko wrote: > Current patch series introduces device tree mapping for RISC-V > and necessary things for that such as: > - Fixmap mapping > - pmap > - Xen page table processing While nothing is being said here towards a dependency, ... > --- > Changes in v8: > - T

Re: [PATCH v8 0/7] device tree mapping

2024-09-30 Thread oleksii . kurochko
On Mon, 2024-09-30 at 09:27 +0200, Jan Beulich wrote: > On 27.09.2024 18:33, Oleksii Kurochko wrote: > > Current patch series introduces device tree mapping for RISC-V > > and necessary things for that such as: > > - Fixmap mapping > > - pmap > > - Xen page table processing > > > > --- > > Changes

Re: [PATCH v8 0/7] device tree mapping

2024-09-30 Thread Jan Beulich
On 27.09.2024 18:33, Oleksii Kurochko wrote: > Current patch series introduces device tree mapping for RISC-V > and necessary things for that such as: > - Fixmap mapping > - pmap > - Xen page table processing > > --- > Changes in v8: > - The following patch was merged to staging: > [PATCH v5

[PATCH v8 0/7] device tree mapping

2024-09-27 Thread Oleksii Kurochko
Current patch series introduces device tree mapping for RISC-V and necessary things for that such as: - Fixmap mapping - pmap - Xen page table processing --- Changes in v8: - The following patch was merged to staging: [PATCH v5 1/7] xen/riscv: use {read,write}{b,w,l,q}_cpu() to define {read