On 20.08.19 10:53, Nikhil Devshatwar wrote:
+        /* RAM - reserved for hypervisor */ {
+            .phys_start = 0x89fa00000,
+            .virt_start = 0x89fa00000,
+            .size = 0x600000,
+            .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
+                JAILHOUSE_MEM_EXECUTE | JAILHOUSE_MEM_LOADABLE,
+        },

Why do you need to map hypervisor memory here?


Not sure. Do you need access to the Jailhouse memory after it has been enabled?
If not, I can simply remove this

You don't, except for what the hypervisor already takes care of (it maps empty pages at that window).

Jan

--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

--
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/3a668824-791b-4146-afc2-f30d66b5ecf2%40siemens.com.

Reply via email to