CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/03 11:45:43
Modified files:
sys/arch/amd64/amd64: vmm.c
Log message:
VM guest memory is allocated via an uvm anon memory range.
Allocate management data structures (amap) lazily by specifying
the UVM_FLAG_COPYONW flag instead of UVM_FLAG_OVERLAY when
creating the anon.
ok mlarkin@
