From: Jan Kiszka <[email protected]>

JAILHOUSE_CON_MMIO is mandatory, or the driver won't map the
framebuffer.

Signed-off-by: Jan Kiszka <[email protected]>
---
 Documentation/debug-output.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/debug-output.md b/Documentation/debug-output.md
index e3cea6ba..5bdc412c 100644
--- a/Documentation/debug-output.md
+++ b/Documentation/debug-output.md
@@ -93,8 +93,9 @@ Example configuration for EFI framebuffer debug out on x86:
     .debug_console = {
         .address = 0x80000000, /* framebuffer base address */
         .size = 0x300000, /* 1024x786x4 */
-        .type = JAILHOUSE_CON_TYPE_EFIFB, /* choose the EFIFB driver */
-        .flags = JAILHOUSE_CON_FB_1024x768 /* format */
+        .type = JAILHOUSE_CON_TYPE_EFIFB,  /* choose the EFIFB driver */
+        .flags = JAILHOUSE_CON_MMIO | \    /* access is MMIO */
+                 JAILHOUSE_CON_FB_1024x768 /* format */
     },

 Example configuration for disabled debug output (architecture independent):
--
2.16.4

-- 
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/c7818063-8e94-7d5e-7281-20db6652e6f5%40web.de.

Reply via email to