Displaying 2 results from an estimated 2 matches for "pcdpciallowfullenumeration".
2013 Nov 25
0
Re: [edk2] [PATCH RFC v2 7/7] OvmfPkg: introduce XenMemMapInitialization
Regarding patches 5-7, it seems like the mem-map code flow could be
more shared. It is a bit challenging to unravel things though.
I guess the only specific thing I can really point out is that
PcdPciAllowFullEnumeration should be initialized in a different patch,
and not within the mem-map init path.
-Jordan
On Tue, Nov 19, 2013 at 12:38 PM, Wei Liu <wei.liu2@citrix.com> wrote:
> This function parses Xen OVMF info and arrange memory maps accordingly.
> It also sets PcdPciAllowFullEnumeration to false...
2013 Nov 19
0
[PATCH RFC v2 0/7] Make OVMF fully working with Xen
Hi all
Manage to pull together another prototype without any hack in it.
The first patch adds PcdPciAllowFullEnumeration in MdeModulePkg, which
short-cuts full enumeration if set to false. This one should be helpful to QEMU
as well.
This patch set should work with QEMU / KVM as well (read: doesn''t break). The
code path is the same as before if Xen is not detected.
Comments are welcomed.
The tree can be fo...