freebsd-skq/sys/amd64/vmm
neel e9213dd046 Move the 'devmem' device nodes from /dev/vmm to /dev/vmm.io
Some external tools just do a 'ls /dev/vmm' to figure out the bhyve virtual
machines on the host. These tools break if the devmem device nodes also
appear in /dev/vmm.

Requested by:	grehan
2015-07-06 19:41:43 +00:00
..
amd Restore the host's GS.base before returning from 'svm_launch()'. 2015-06-23 02:17:23 +00:00
intel Restructure memory allocation in bhyve to support "devmem". 2015-06-18 06:00:17 +00:00
io Restructure memory allocation in bhyve to support "devmem". 2015-06-18 06:00:17 +00:00
vmm_dev.c Move the 'devmem' device nodes from /dev/vmm to /dev/vmm.io 2015-07-06 19:41:43 +00:00
vmm_host.c
vmm_host.h
vmm_instruction_emul.c verify_gla() needs to account for non-zero segment base addresses. 2015-06-26 18:00:29 +00:00
vmm_ioport.c
vmm_ioport.h
vmm_ktr.h
vmm_lapic.c
vmm_lapic.h
vmm_mem.c Restructure memory allocation in bhyve to support "devmem". 2015-06-18 06:00:17 +00:00
vmm_mem.h Restructure memory allocation in bhyve to support "devmem". 2015-06-18 06:00:17 +00:00
vmm_stat.c
vmm_stat.h
vmm_util.c
vmm_util.h
vmm.c Restructure memory allocation in bhyve to support "devmem". 2015-06-18 06:00:17 +00:00
x86.c
x86.h