x86/xen: fix DomU boot problem
authorIan Campbell <ijc@hellion.org.uk>
Thu, 28 Feb 2008 23:16:49 +0000 (23:16 +0000)
committerIngo Molnar <mingo@elte.hu>
Tue, 4 Mar 2008 16:10:12 +0000 (17:10 +0100)
commit87d034f3139b5f0d93df2ba58f37d6f2c2c7eeb6
tree07959e3e5cf3865d1cb4645de5bbd906245c9684
parent7c9e92b6cdc9937eee53600e5d49a25e421463dd
x86/xen: fix DomU boot problem

Construct Xen guest e820 map with a hole between 640K-1M.

It's pure luck that Xen kernels have gotten away with it in the past.

The patch below seems like the right thing to do. It certainly boots in
a domU without the DMI problem (without any of the other related patches
such as Alexander's).

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Tested-by: Mark McLoughlin <markmc@redhat.com>
Acked-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/xen/setup.c