[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 27/27] xen/riscv: add initial dom0less infrastructure support





On 4/7/26 4:11 PM, Jan Beulich wrote:
--- a/xen/arch/riscv/setup.c
+++ b/xen/arch/riscv/setup.c
@@ -32,6 +32,8 @@
  #include <asm/traps.h>
  #include <asm/vsbi.h>
+domid_t max_init_domid = 0;
The initializer isn't of much use, is it? Instead add __read_mostly, like
Arm has it?

Then I expect it will fail to compile as setup.c should contain only __init data.

So the we have to remove or __read_mostly or put max_init_domid to different file.

~ Oleksii



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.