diff options
author | neel <neel@FreeBSD.org> | 2013-11-04 23:25:07 +0000 |
---|---|---|
committer | neel <neel@FreeBSD.org> | 2013-11-04 23:25:07 +0000 |
commit | 94bdd999bb990eb9d14b55fa8a90bfd8e4005a8e (patch) | |
tree | d45082a0e89ad14ce2aad9849e86936e1c8fd491 /sys/modules/vmm | |
parent | fefbe5ab0a495d58849a7fe9d9908d64840bdc2c (diff) | |
download | FreeBSD-src-94bdd999bb990eb9d14b55fa8a90bfd8e4005a8e.zip FreeBSD-src-94bdd999bb990eb9d14b55fa8a90bfd8e4005a8e.tar.gz |
Remove the 'vdev' abstraction that was meant to sit on top of device models
in the kernel. This abstraction was redundant because the only device emulated
inside vmm.ko is the local apic and it is always at a fixed guest physical
address.
Discussed with: grehan
Diffstat (limited to 'sys/modules/vmm')
-rw-r--r-- | sys/modules/vmm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile index 959f128..e1a6e2d 100644 --- a/sys/modules/vmm/Makefile +++ b/sys/modules/vmm/Makefile @@ -27,7 +27,6 @@ SRCS+= vmm.c \ .PATH: ${.CURDIR}/../../amd64/vmm/io SRCS+= iommu.c \ ppt.c \ - vdev.c \ vlapic.c # intel-specific files |