Re: [Xen-devel] [PATCH 16/22] mini-os: setup xenbus interface parameters

2016-08-23 Thread Samuel Thibault
Juergen Gross, on Tue 23 Aug 2016 17:16:02 +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_xenbus() function from arm specific coding to xenbus/xenbus.c and > provide a similar paravirtu

[Xen-devel] [PATCH 16/22] mini-os: setup xenbus 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_xenbus() function from arm specific coding to xenbus/xenbus.c and provide a similar paravirtualized function. Signed-off-by: Juergen Gross --- arch/arm/set