]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add sysctls to display the total and free amount of hard-wired mem for VMs
authorPeter Grehan <grehan@FreeBSD.org>
Sun, 26 Aug 2012 01:41:41 +0000 (01:41 +0000)
committerPeter Grehan <grehan@FreeBSD.org>
Sun, 26 Aug 2012 01:41:41 +0000 (01:41 +0000)
commit177fd533183a5c026059af371b87a49d17d43076
tree4212354c2a326cd5023070f9c5a8a0375e16f787
parent25d4944e068c73f6a25a08a5cc62977f50565001
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
lib/libvmmapi/vmmapi.c
lib/libvmmapi/vmmapi.h
sys/amd64/vmm/vmm_dev.c
sys/amd64/vmm/vmm_mem.c
sys/amd64/vmm/vmm_mem.h