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-- 2.7 KB
Makefile -rw-r--r-- 313 bytes
compress.h -rw-r--r-- 1.4 KB
data.c -rw-r--r-- 8.3 KB
decompressor.c -rw-r--r-- 8.3 KB
dir.c -rw-r--r-- 3.4 KB
erofs_fs.h -rw-r--r-- 9.6 KB
inode.c -rw-r--r-- 9.1 KB
internal.h -rw-r--r-- 12.0 KB
namei.c -rw-r--r-- 5.8 KB
super.c -rw-r--r-- 13.9 KB
tagptr.h -rw-r--r-- 3.0 KB
utils.c -rw-r--r-- 6.8 KB
xattr.c -rw-r--r-- 16.5 KB
xattr.h -rw-r--r-- 2.4 KB
zdata.c -rw-r--r-- 34.7 KB
zdata.h -rw-r--r-- 4.7 KB
zmap.c -rw-r--r-- 12.0 KB
zpvec.h -rw-r--r-- 3.5 KB

back to top