OpenBSD cvs log

created 2019-02-19T20:58:33Z
begin 2019-02-16T00:00:00Z
end 2019-02-17T00:00:00Z
path src/sys
commits 2

date 2019-02-16T01:55:48Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message vmm(4): report PA bits in CPUID[0x80000008]

We were previously hiding this information from the guest but there
really isn't a reason to do that. Hiding this value limits the PA size
to 36 bits (64GB), which I discovered the hard way when creating some
big VMs recently.

date 2019-02-16T20:14:14Z
author patrick
files src/sys/arch/arm64/include/pmap.h log diff annotate
message Sprinkle a few ifdefs for _LOCORE and _KERNEL and reorder a few lines
so that pmap.h can be included as part of the mmap_hint regression test.

From Moritz Buhl
ok bluhm@