created | 2018-11-30T05:50:52Z |
---|---|
begin | 2018-10-07T00:00:00Z |
end | 2018-10-08T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2018-10-07T22:43:06Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/locore.S | log | diff | annotate |
src/sys/arch/amd64/amd64/vector.S | log | diff | annotate | |
src/sys/arch/amd64/amd64/vmm.c | log | diff | annotate | |
src/sys/arch/amd64/include/fpu.h | log | diff | annotate | |
message |
In vmm, handle xsetbv like xrstor: instead of trying to prevalidate the values, just try it and handle the #GP if it faults. Problem reported by Maxime Villard (max(at)m00nbsd.net) ok mlarkin@ |