freebsd-dev/lib/libvmmapi
Neel Natu b060ba5024 Simplify the assignment of memory to virtual machines by requiring a single
command line option "-m <memsize in MB>" to specify the memory size.

Prior to this change the user needed to explicitly specify the amount of
memory allocated below 4G (-m <lowmem>) and the amount above 4G (-M <highmem>).

The "-M" option is no longer supported by 'bhyveload' and 'bhyve'.

The start of the PCI hole is fixed at 3GB and cannot be directly changed
using command line options. However it is still possible to change this in
special circumstances via the 'vm_set_lowmem_limit()' API provided by
libvmmapi.

Submitted by:	Dinakar Medavaram (initial version)
Reviewed by:	grehan
Obtained from:	NetApp
2013-03-18 22:38:30 +00:00
..
Makefile Remove mptable generation code from libvmmapi and move it to bhyve. 2012-10-26 13:40:12 +00:00
vmmapi_freebsd.c There is no need to explicitly specify the CR4_VMXE bit when writing to guest 2012-08-04 02:14:27 +00:00
vmmapi.c Simplify the assignment of memory to virtual machines by requiring a single 2013-03-18 22:38:30 +00:00
vmmapi.h Simplify the assignment of memory to virtual machines by requiring a single 2013-03-18 22:38:30 +00:00