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
dnotify
fanotify
inotify
Kconfig -rw-r--r-- 188 bytes
Makefile -rw-r--r-- 183 bytes
fdinfo.c -rw-r--r-- 4.2 KB
fdinfo.h -rw-r--r-- 558 bytes
fsnotify.c -rw-r--r-- 15.6 KB
fsnotify.h -rw-r--r-- 2.3 KB
group.c -rw-r--r-- 4.0 KB
mark.c -rw-r--r-- 24.9 KB
notification.c -rw-r--r-- 5.6 KB

back to top