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-- 3.2 KB
Makefile -rw-r--r-- 484 bytes
auth.c -rw-r--r-- 13.5 KB
budget.c -rw-r--r-- 23.3 KB
commit.c -rw-r--r-- 19.8 KB
compress.c -rw-r--r-- 6.6 KB
crypto.c -rw-r--r-- 2.4 KB
debug.c -rw-r--r-- 81.1 KB
debug.h -rw-r--r-- 11.9 KB
dir.c -rw-r--r-- 42.0 KB
file.c -rw-r--r-- 46.4 KB
find.c -rw-r--r-- 29.4 KB
gc.c -rw-r--r-- 27.9 KB
io.c -rw-r--r-- 35.6 KB
ioctl.c -rw-r--r-- 6.3 KB
journal.c -rw-r--r-- 52.0 KB
key.h -rw-r--r-- 14.3 KB
log.c -rw-r--r-- 19.2 KB
lprops.c -rw-r--r-- 35.4 KB
lpt.c -rw-r--r-- 61.7 KB
lpt_commit.c -rw-r--r-- 50.5 KB
master.c -rw-r--r-- 12.3 KB
misc.c -rw-r--r-- 1.3 KB
misc.h -rw-r--r-- 7.7 KB
orphan.c -rw-r--r-- 26.1 KB
recovery.c -rw-r--r-- 43.1 KB
replay.c -rw-r--r-- 33.3 KB
sb.c -rw-r--r-- 26.2 KB
scan.c -rw-r--r-- 8.9 KB
shrinker.c -rw-r--r-- 9.0 KB
super.c -rw-r--r-- 64.2 KB
tnc.c -rw-r--r-- 91.6 KB
tnc_commit.c -rw-r--r-- 27.7 KB
tnc_misc.c -rw-r--r-- 12.7 KB
ubifs-media.h -rw-r--r-- 24.8 KB
ubifs.h -rw-r--r-- 70.7 KB
xattr.c -rw-r--r-- 18.8 KB

back to top