Displaying 1 result from an estimated 1 matches for "dba8f029e222".
2008 Jan 18
7
[Patch] Make memory hole for PCI Express bigger and prevent roll-over
...'t get that to work, so now I have code to modify
the ASL code directly.
Also, this is my first attempt at submitting code to Xen so please let
me know of any faux-pas I might be committing.
Thanks,
Dave
# HG changeset patch
# User root@localhost.localdomain
# Date 1200689221 18000
# Node ID dba8f029e22298b4d5777499d14524de58fc89f0
# Parent 62fc84adc8ed30477759461fe5ade47f19b084f4
Make the memory hole in guest-physical memory for use by guest''s PCI
BARs bigger.
Also prevent roll-over if the PCI BARs don''t fit into the hole.
Signed-off-by: David Stone david.stone@citrix.com
diff...