]> xenbits.xensource.com Git - people/dwmw2/xen.git/commit
x86/setup: don't relocate the VGA hole.
authorTim Deegan <tim@xen.org>
Thu, 14 Feb 2013 12:20:58 +0000 (12:20 +0000)
committerTim Deegan <tim@xen.org>
Thu, 14 Feb 2013 12:20:58 +0000 (12:20 +0000)
commit0b76ce20de85ad7c23c47ee3275020859b91d46b
tree4b630bb5372ba9f875d5ca71f4b991804d47513b
parentb5955458b3d1655f1b40cebd28d8735c146987af
x86/setup: don't relocate the VGA hole.

Copying the contents of the VGA hole is at best pointless and at worst
dangerous.  Booting Xen on Xen, it causes a very long delay as each
byte is referred to qemu.

Since we were already discarding the first 1MB of the relocated area,
just avoid copying it in the first place.

Reported-by: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
Signed-off-by: Tim Deegan <tim@xen.org>
Committed-by: Keir Fraser <keir@xen.org>
xen/arch/x86/setup.c