freebsd-dev/sys/amd64/vmm
Marcel Moolenaar 6bcf245ebc Bump VM_MAX_MEMSEGS from 2 to 3 to match the number of VM segment
identifiers present in vmmapi.h. In particular, it's now possible
to create a VM_FRAMEBUFFER segment.
2016-02-26 16:18:47 +00:00
..
amd As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to 2016-02-22 09:02:20 +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 Fix non-deterministic delays when accessing a vcpu that was in "running" or 2015-05-28 17:37:01 +00:00
vmm_stat.h Fix non-deterministic delays when accessing a vcpu that was in "running" or 2015-05-28 17:37:01 +00:00
vmm_util.c
vmm_util.h
vmm.c Bump VM_MAX_MEMSEGS from 2 to 3 to match the number of VM segment 2016-02-26 16:18:47 +00:00
x86.c
x86.h