Re: [Xen-devel] [PATCH 15/22] mini-os: setup console interface parameters

2016-08-23 Thread Samuel Thibault
Juergen Gross, on Tue 23 Aug 2016 17:16:01 +0200, wrote: > 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 p

[Xen-devel] [PATCH 15/22] mini-os: setup console interface parameters

2016-08-23 Thread Juergen Gross
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 --- arch