Hi Ralf,

this seems to work, despite the comment. Do you remember why we have
that restriction?

diff --git a/hypervisor/include/jailhouse/header.h 
b/hypervisor/include/jailhouse/header.h
index 518bc5cb..9dc76f81 100644
--- a/hypervisor/include/jailhouse/header.h
+++ b/hypervisor/include/jailhouse/header.h
@@ -43,7 +43,7 @@ struct jailhouse_virt_console {
        unsigned int tail;
        /* current implementation requires the size of the content to be a
         * power of two */
-       char content[2048];
+       char content[4096 - 2 * sizeof(unsigned int)];
 };
 
 /**

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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to