1#	$NetBSD: files.xen.pv,v 1.3 2020/05/05 17:02:01 bouyer Exp $
2
3file	arch/xen/x86/autoconf.c		xenpv
4file	arch/xen/x86/x86_xpmap.c	xenpv
5file	arch/xen/x86/xen_pmap.c		xenpv
6file	arch/xen/x86/xenfunc.c		xenpv
7file	arch/xen/xen/xen_acpi_machdep.c	acpi & xenpv
8
9file	arch/xen/x86/consinit.c		machdep & xenpv
10file	arch/xen/x86/pintr.c		machdep & dom0ops & xenpv
11
12file	arch/xen/x86/xen_ipi.c			multiprocessor & xenpv
13
14include "arch/xen/conf/files.compat"
15
16#
17# System bus types
18#
19
20# PCI frontend
21device xpci: pcibus
22attach xpci at xenbus with xpci_xenbus
23file	arch/xen/xen/xpci_xenbus.c	xpci_xenbus
24
25# Xen Balloon driver
26device	balloon
27attach	balloon at xenbus
28file	arch/xen/xen/balloon.c		balloon
29
30device	pciback {unit = -1}
31attach	pciback at pci
32file	arch/xen/xen/pciback.c		pciback
33
34device vcpu
35attach vcpu at xendevbus
36file	arch/xen/x86/cpu.c		xenpv & vcpu
37
38defflag	opt_xen.h			XENPV
39