created | 2022-11-24T23:27:29Z |
---|---|
begin | 2022-11-08T19:09:53Z |
end | 2022-11-08T19:18:47Z |
path | src/sys |
commits | 2 |
date | 2022-11-08T19:17:58Z | |||
---|---|---|---|---|
author | robert | |||
files | src/sys/kern/kern_pledge.c | log | diff | annotate |
message |
allow the KERN_AUTOCONF_SERIAL sysctl in pledge'd processes ok deraadt@ |
date | 2022-11-08T19:18:47Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/arch/amd64/amd64/vmm.c | log | diff | annotate |
src/sys/arch/amd64/include/vmmvar.h | log | diff | annotate | |
message |
further speed up delivery of interrupts to a running vcpu. this records which physical cpu a vcpu is running on. this is used by the code that marks a vcpu as having a pending interrupt to check if the vcpu is currently running. if it thinks the vcpu is running, it sends a nop IPI to the physical cpu it is running on to trigger a vmexit, which in turn runs interrupt handling in the guest. ok mlarkin@ |