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

2024-03-05 Thread Oleksii
On Tue, 2024-03-05 at 09:05 +0100, Jan Beulich wrote: > On 26.02.2024 18:39, Oleksii Kurochko wrote: > > --- /dev/null > > +++ b/docs/misc/riscv/booting.txt > > @@ -0,0 +1,8 @@ > > +System requirements > > +=== > > + > > +The following extensions are expected to be supported by a

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

2024-03-05 Thread Jan Beulich
On 26.02.2024 18:39, Oleksii Kurochko wrote: > --- /dev/null > +++ b/docs/misc/riscv/booting.txt > @@ -0,0 +1,8 @@ > +System requirements > +=== > + > +The following extensions are expected to be supported by a system on which > +Xen is run: > +- Zihintpause: > + On a system that

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

2024-02-26 Thread Oleksii Kurochko
Signed-off-by: Oleksii Kurochko --- Changes in V5: - Code style fixes. - drop introduced TOOLCHAIN_HAS_ZIHINTPAUSE and use as-insn instead and use as-insn istead. --- Changes in V4: - Change message -> subject in "Changes in V3" - Documentation about system requirement was added. In the