diff options
author | 2015-12-08 18:46:25 +0000 | |
---|---|---|
committer | 2015-12-08 18:46:25 +0000 | |
commit | d1abe1e1208dbe0793b5c4d81ecd2f8cb0fa018b (patch) | |
tree | cee69599e4659fd17bc239c137db3067f4436bca /sys/dev/pv/files.pv | |
parent | Xen basic infrastructure files and pvbus(4) attachment. (diff) | |
download | wireguard-openbsd-d1abe1e1208dbe0793b5c4d81ecd2f8cb0fa018b.tar.xz wireguard-openbsd-d1abe1e1208dbe0793b5c4d81ecd2f8cb0fa018b.zip |
Xen basic infrastructure files and pvbus(4) attachment.
With input from and OK mpi, mlarkin, reyk
Diffstat (limited to 'sys/dev/pv/files.pv')
-rw-r--r-- | sys/dev/pv/files.pv | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pv/files.pv b/sys/dev/pv/files.pv index 2acad4b1f62..f5e606e9615 100644 --- a/sys/dev/pv/files.pv +++ b/sys/dev/pv/files.pv @@ -1,4 +1,4 @@ -# $OpenBSD: files.pv,v 1.2 2015/07/21 09:13:11 reyk Exp $ +# $OpenBSD: files.pv,v 1.3 2015/12/08 18:46:25 mikeb Exp $ # # Config file and device description for paravirtual devices. # Included by ports that need it. @@ -12,3 +12,8 @@ file dev/pv/pvbus.c pvbus needs-flag device vmt attach vmt at pvbus file dev/pv/vmt.c vmt needs-flag + +# Xen +device xen {} +attach xen at pvbus +file dev/pv/xen.c xen needs-flag |