commit | 38ad4f4b6cc713b3c42cb4252688ef5c296d7455 | [log] [tgz] |
---|---|---|
author | Olaf Hering <olaf@aepfle.de> | Tue Jul 10 15:31:39 2012 +0200 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Jul 19 15:52:03 2012 -0400 |
tree | cb88992b4e6181f76bcf293e683616ce38a2184d | |
parent | 254d1a3f02ebc10ccc6e4903394d8d3f484f715e [diff] |
xen: enable platform-pci only in a Xen guest While debugging kexec issues in a PVonHVM guest I modified xen_hvm_platform() to return false to disable all PV drivers. This caused a crash in platform_pci_init() because it expects certain data structures to be initialized properly. To avoid such a crash make sure the driver is initialized only if running in a Xen guest. Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>