]> xenbits.xensource.com Git - people/pauldu/mini-os.git/commit
mini-os: setup console interface parameters
authorJuergen Gross <jgross@suse.com>
Tue, 16 Aug 2016 14:10:58 +0000 (16:10 +0200)
committerWei Liu <wei.liu2@citrix.com>
Wed, 24 Aug 2016 10:37:05 +0000 (11:37 +0100)
commitd7b77145fa6b0ab6d26811497bd0b2486b5ec5d5
tree6d1d4016a37855870541398ab1bf121c52e95200
parente1446ed45269ffe1e5c1b602e8b775bb5319948e
mini-os: setup console interface parameters

In order to support HVMlite we need to get the ring page and event
channel from the hypervisor via hypercalls. Move the already existing
get_console() function from arm specific coding to
console/xencons_ring.c and provide a similar paravirtualized function.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
arch/arm/setup.c
arch/x86/setup.c
console/xencons_ring.c
events.c
include/console.h