Re: [PATCH v2 35/39] xen: add necessary headers to common to build full Xen for RISC-V

2023-12-18 Thread Oleksii
On Thu, 2023-12-14 at 17:20 +0100, Jan Beulich wrote: > On 24.11.2023 11:30, Oleksii Kurochko wrote: > > Signed-off-by: Oleksii Kurochko > > With an empty description it is hard to judge whether this is really > needed. > I would sincerely hope we can get away without. Note how there > already a

Re: [PATCH v2 35/39] xen: add necessary headers to common to build full Xen for RISC-V

2023-12-14 Thread Jan Beulich
On 24.11.2023 11:30, Oleksii Kurochko wrote: > Signed-off-by: Oleksii Kurochko With an empty description it is hard to judge whether this is really needed. I would sincerely hope we can get away without. Note how there already a few struct xen_domctl_* forward declarations there, which - if the #

[PATCH v2 35/39] xen: add necessary headers to common to build full Xen for RISC-V

2023-11-24 Thread Oleksii Kurochko
Signed-off-by: Oleksii Kurochko --- Changes in V2: - Nothing changed. Only rebase. --- xen/include/xen/domain.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/include/xen/domain.h b/xen/include/xen/domain.h index 54d88bf5e3..a4e11342e3 100644 --- a/xen/include/xen/domain.h +++ b/xen/inc