On 12/11/2022 18:15, Karim Manaouil wrote:
Hi Jan,

I am trying to deploy Jailhouse on an AMD EPYC with 128 CPUs (8 NUMA nodes), running Linux kernel v5.10 (same version used by jailhouse CI with same patches applied).

`jailhouse hardware check` return that everything is ok and that "Check passed!".

Memory was reserved via `memmap=0x5200000$0x3a000000`

However, enter_hypervisor() [1] fails when entry() is called on every cpu and return -ENOMEM as error_code.

Try to reserve more memory. Maybe the default size of 6MiB for HV memory is insufficient for 128 CPUs.

Did you use jailhouse-config-create? You can use the --mem-hv option to increate the memory. Try, for example, 32MiB and see if it works.

  Ralf


Do you possibly know where could the issue come from?

Best
Karim

[1] https://github.com/siemens/jailhouse/blob/c7a1b6971ac15e4be8a0918b9bef6e2cbd99f9fc/driver/main.c#L251 <https://github.com/siemens/jailhouse/blob/c7a1b6971ac15e4be8a0918b9bef6e2cbd99f9fc/driver/main.c#L251>

The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. Is e buidheann carthannais a th’ ann an Oilthigh Dhùn Èideann, clàraichte an Alba, àireamh clàraidh SC005336.

--
You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/AM0PR05MB6018F1663ABE61DA3C697CA4A9039%40AM0PR05MB6018.eurprd05.prod.outlook.com <https://groups.google.com/d/msgid/jailhouse-dev/AM0PR05MB6018F1663ABE61DA3C697CA4A9039%40AM0PR05MB6018.eurprd05.prod.outlook.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/63d52496-ac3e-8dfd-112f-8e723d0af98a%40oth-regensburg.de.

Reply via email to