Revision 34aff14580d1b02971adfd63be994f9c045919aa authored by Jason Andryuk on 14 October 2020, 17:53:40 UTC, committed by Juergen Gross on 16 December 2020, 06:55:05 UTC
A Xen PVH domain doesn't have a PCI bus or devices, so it doesn't need
PCI support built in.  Currently, XEN_PVH depends on XEN_PVHVM which
depends on PCI.

Introduce XEN_PVHVM_GUEST as a toplevel item and change XEN_PVHVM to a
hidden variable.  This allows XEN_PVH to depend on XEN_PVHVM without PCI
while XEN_PVHVM_GUEST depends on PCI.

In drivers/xen, compile platform-pci depending on XEN_PVHVM_GUEST since
that pulls in the PCI dependency for linking.

Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20201014175342.152712-2-jandryuk@gmail.com
Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent e34ff4c
History
File Mode Size
Kconfig -rw-r--r-- 680 bytes
Makefile -rw-r--r-- 247 bytes
alloc.c -rw-r--r-- 14.4 KB
anode.c -rw-r--r-- 15.4 KB
buffer.c -rw-r--r-- 5.3 KB
dentry.c -rw-r--r-- 1.4 KB
dir.c -rw-r--r-- 8.7 KB
dnode.c -rw-r--r-- 30.4 KB
ea.c -rw-r--r-- 11.4 KB
file.c -rw-r--r-- 5.7 KB
hpfs.h -rw-r--r-- 17.9 KB
hpfs_fn.h -rw-r--r-- 13.0 KB
inode.c -rw-r--r-- 8.8 KB
map.c -rw-r--r-- 9.8 KB
name.c -rw-r--r-- 3.2 KB
namei.c -rw-r--r-- 15.7 KB
super.c -rw-r--r-- 20.0 KB

back to top