Signed-off-by: Ralf Ramsauer <[email protected]> Reviewed-by: Jan Kiszka <[email protected]> --- Documentation/debug-output.md | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/Documentation/debug-output.md b/Documentation/debug-output.md index 6367fbcd..5d0610a1 100644 --- a/Documentation/debug-output.md +++ b/Documentation/debug-output.md @@ -84,6 +84,19 @@ Example configuration for disabled debug output (architecture independent): } ``` +Hypervisor Console via sysfs +---------------------------- + +If the debug console of root cell has the flag JAILHOUSE_CON2_TYPE_ROOTPAGE +set, the hypervisor console is available through +/sys/devices/jailhouse/console. Continuous reading of the hypervisor console +is available through /dev/jailhouse. + +Example +``` +cat /dev/jailhouse +``` + Inmates ------- -- 2.11.0 -- 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.
