freebsd-dev/sys/amd64/vmm
Peter Grehan 177fd53318 Add sysctls to display the total and free amount of hard-wired mem for VMs
# sysctl hw.vmm
   hw.vmm.mem_free: 2145386496
   hw.vmm.mem_total: 2145386496

Submitted by:	Takeshi HASEGAWA hasegaw at gmail com
2012-08-26 01:41:41 +00:00
..
amd
intel Force certain bits in %cr4 to be hard-wired to '1' or '0' from a guest's 2012-08-04 02:06:55 +00:00
io
vmm_dev.c Add sysctls to display the total and free amount of hard-wired mem for VMs 2012-08-26 01:41:41 +00:00
vmm_ipi.c
vmm_ipi.h
vmm_ktr.h
vmm_lapic.c
vmm_lapic.h
vmm_mem.c Add sysctls to display the total and free amount of hard-wired mem for VMs 2012-08-26 01:41:41 +00:00
vmm_mem.h Add sysctls to display the total and free amount of hard-wired mem for VMs 2012-08-26 01:41:41 +00:00
vmm_msr.c
vmm_msr.h
vmm_stat.c
vmm_stat.h
vmm_support.S
vmm_util.c
vmm_util.h
vmm.c
x86.c Until the issue of how to handle guest XCR0 state is resolved, 2012-05-03 05:04:37 +00:00
x86.h