tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
nvmm
Here is support for hardware-accelerated virtualization on x86 [1]. A generic
MI driver, to which MD backends can be plugged. Most of it has already been
discussed in private.
I intend to commit it soon, in:
module/src/nvmm.c -> sys/dev/nvmm/nvmm.c
module/src/nvmm.h -> sys/dev/nvmm/nvmm.h
module/src/nvmm_internal.h -> sys/dev/nvmm/nvmm_internal.h
module/src/nvmm_ioctl.h -> sys/dev/nvmm/nvmm_ioctl.h
module/src/arch/nvmm_x86.h -> sys/dev/nvmm/nvmm_x86.h
module/src/arch/nvmm_x86_svm.c -> sys/dev/nvmm/nvmm_x86_svm.c
module/src/arch/nvmm_x86_svmfunc.S -> sys/dev/nvmm/nvmm_x86_svmfunc.S
module/Makefile -> sys/modules/nvmm/Makefile
module/nvmm.ioconf -> sys/modules/nvmm/nvmm.ioconf
libnvmm/ -> lib/libnvmm/
toyvirt/ -> share/examples/nvmm/toyvirt/
smallkern/ -> share/examples/nvmm/smallkern/
Maxime
[1] http://m00nbsd.net/4e0798b7f2620c965d0dd9d6a7a2f296.html
Home |
Main Index |
Thread Index |
Old Index