]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/XenPlatformPei: Ignore missing PCI Host Bridge on Xen PVH
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 13 Aug 2019 11:31:09 +0000 (12:31 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 21 Aug 2019 16:03:49 +0000 (18:03 +0200)
commit198a8dc9cd6222e40a71ecadbb50ef8e34c276de
tree410bbcbaab32b827bb1c175d6691eacffdd7b38d
parent77d35f50080ad8dc1995a79f4056ee0567188c7c
OvmfPkg/XenPlatformPei: Ignore missing PCI Host Bridge on Xen PVH

When the device ID of the host bridge is unknown, check if we are
running as a PVH guest as there is no PCI bus in that case.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1689
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20190813113119.14804-26-anthony.perard@citrix.com>
OvmfPkg/XenPlatformPei/Platform.c