OpenBSD cvs log

created 2021-11-30T10:08:34Z
begin 2021-11-22T11:46:11Z
end 2021-11-22T12:56:04Z
path src/sys
commits 2

date 2021-11-22T12:55:40Z
author dv
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message vmm(4): copyout guest state on VM_EXIT_NONE

Partly related to a bug reported by kn@. We should be copying out
the guest exit state (including registers) when we succesfully
return from the vcpu run loop even if we don't require an emulation
assist from userland/vmd(8). This condition was introduced when I
removed the use of yield() and instead exit the kernel if the
scheduler says we've hogged the cpu.

ok mlarkin@

date 2021-11-22T12:56:04Z
author jsg
files src/sys/net/pf_table.c log diff annotate
message move PFR_TFLAG_CONST test, missed in rev 1.138
prompted by uninitialised var found by bluhm@ running regress on sparc64
ok sashan@