Skip to content

Commit

Permalink
Documentation: add documentation for sysfs console
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Ramsauer <ralf.ramsauer@oth-regensburg.de>
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
rralf authored and jan-kiszka committed Jan 28, 2017
1 parent 9747418 commit 3a24d47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Documentation/debug-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------

Expand Down

0 comments on commit 3a24d47

Please sign in to comment.