diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2016-02-25 12:10:37 +0000 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2016-02-26 15:37:24 +0000 |
commit | 16e506efc08e5cab313588bd0e38803d4bbaad59 (patch) | |
tree | 7fc75d2f12469180b50205fb548641da24650124 /samples/hw_breakpoint | |
parent | 81f70ba233d5f660e1ea5fe23260ee323af5d53a (diff) | |
download | linux-16e506efc08e5cab313588bd0e38803d4bbaad59.tar.gz linux-16e506efc08e5cab313588bd0e38803d4bbaad59.tar.bz2 linux-16e506efc08e5cab313588bd0e38803d4bbaad59.zip |
hvc_xen: add earlycon support
Introduce EARLYCON support in hvc_xen, useful for early debugging on arm
and arm64, where xen early_printk is not available.
It is different from xenboot_write_console on x86 in two ways:
- it does not return if !xen_pv_domain(), not only because ARM guests
are xen_hvm_domain(), but also because we want to capture all the
early boot messages, before xen support is discovered
- it does not try to print to the domU console at all, because xen
support will only be discovered at a later point
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'samples/hw_breakpoint')
0 files changed, 0 insertions, 0 deletions