Re: [Xen-devel] [PATCH 10/22] mini-os: make p2m related code depend on CONFIG_PARAVIRT

2016-08-23 Thread Samuel Thibault
Juergen Gross, on Tue 23 Aug 2016 17:15:56 +0200, wrote: > All handling related to p2m is needed for paravirtualized environment > only. So put all functions operating on p2m list in #ifdef > CONFIG_PARAVIRT sections. Add a paravirt.h header defining dummy > functions for non-paravirtualized enviro

[Xen-devel] [PATCH 10/22] mini-os: make p2m related code depend on CONFIG_PARAVIRT

2016-08-23 Thread Juergen Gross
All handling related to p2m is needed for paravirtualized environment only. So put all functions operating on p2m list in #ifdef CONFIG_PARAVIRT sections. Add a paravirt.h header defining dummy functions for non-paravirtualized environments. Instead of using references to start_info use dedicated v