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-- 1.4 KB
Makefile -rw-r--r-- 372 bytes
acl.c -rw-r--r-- 5.6 KB
addr.c -rw-r--r-- 55.4 KB
cache.c -rw-r--r-- 8.6 KB
cache.h -rw-r--r-- 4.2 KB
caps.c -rw-r--r-- 121.2 KB
ceph_frag.c -rw-r--r-- 401 bytes
debugfs.c -rw-r--r-- 11.2 KB
dir.c -rw-r--r-- 51.1 KB
export.c -rw-r--r-- 13.2 KB
file.c -rw-r--r-- 64.8 KB
inode.c -rw-r--r-- 66.1 KB
io.c -rw-r--r-- 4.5 KB
io.h -rw-r--r-- 387 bytes
ioctl.c -rw-r--r-- 7.5 KB
ioctl.h -rw-r--r-- 3.6 KB
locks.c -rw-r--r-- 12.9 KB
mds_client.c -rw-r--r-- 132.1 KB
mds_client.h -rw-r--r-- 17.3 KB
mdsmap.c -rw-r--r-- 10.2 KB
metric.c -rw-r--r-- 7.9 KB
metric.h -rw-r--r-- 3.8 KB
quota.c -rw-r--r-- 15.4 KB
snap.c -rw-r--r-- 31.7 KB
strings.c -rw-r--r-- 4.2 KB
super.c -rw-r--r-- 32.5 KB
super.h -rw-r--r-- 38.8 KB
util.c -rw-r--r-- 2.4 KB
xattr.c -rw-r--r-- 32.7 KB

back to top