]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - hypervisor/include/jailhouse/header.h
Merge remote-tracking branch 'kiszka/master'
[jailhouse.git] / hypervisor / include / jailhouse / header.h
index db87b60367c099b906291dcfba3a4d334775049f..4a4d1cb89cea2c14678e2eb9518a7f8a78a87306 100644 (file)
@@ -29,7 +29,7 @@ struct jailhouse_header {
        /** Signature "JAILHOUS".
         * @note Filled at build time. */
        char signature[8];
-       /** Size of hypervisor core.
+       /** Size of hypervisor core, rounded up to page boundary.
         * @note Filled at build time. */
        unsigned long core_size;
        /** Size of per-CPU data structure.