]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r267216
authorgrehan <grehan@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Aug 2014 01:00:42 +0000 (01:00 +0000)
committergrehan <grehan@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Aug 2014 01:00:42 +0000 (01:00 +0000)
commita8b95a3b8c94eadf7d92c53979f07ad622933341
treed0a923d882ace027d5d1341c58694ac5860fc7ff
parent8ce5068131c9521be55245d522285f92ba1ec12b
MFC r267216
Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintained
by vmm.ko. This allows the virtual machine to be restarted without having
to destroy it first.

git-svn-id: svn://svn.freebsd.org/base/stable/10@270071 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libvmmapi/vmmapi.c
lib/libvmmapi/vmmapi.h
sys/amd64/include/vmm.h
sys/amd64/include/vmm_dev.h
sys/amd64/vmm/vmm.c
sys/amd64/vmm/vmm_dev.c
sys/amd64/vmm/vmm_stat.c
sys/amd64/vmm/vmm_stat.h
usr.sbin/bhyveload/bhyveload.c