[Patch V6 09/16] xen: check for kernel memory conflicting with memory layout

2015-07-16 Thread Juergen Gross
Checks whether the pre-allocated memory of the loaded kernel is in conflict with the target memory map. If this is the case, just panic instead of run into problems later, as there is nothing we can do to repair this situation. Signed-off-by: Juergen Gross Reviewed-by: David Vrabel Acked-by:

[Patch V6 09/16] xen: check for kernel memory conflicting with memory layout

2015-07-16 Thread Juergen Gross
Checks whether the pre-allocated memory of the loaded kernel is in conflict with the target memory map. If this is the case, just panic instead of run into problems later, as there is nothing we can do to repair this situation. Signed-off-by: Juergen Gross jgr...@suse.com Reviewed-by: David