Module Name:src
Committed By: bouyer
Date: Sat Apr 11 11:56:51 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64 [bouyer-xenpvh]: vector.S
Log Message:
Merge back hypervisor_callback and hypervisor_pvhvm_callback, there's no
issues calling Xdoreti in the PV case.
To gene
Module Name:src
Committed By: bouyer
Date: Thu Apr 9 21:01:33 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64 [bouyer-xenpvh]: spl.S
Log Message:
Fix a second place where %eax is used with the wrong value.
To generate a diff of this commit:
cvs rdiff -u -r1.43.4.1 -r1
Module Name:src
Committed By: bouyer
Date: Thu Apr 9 16:51:00 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64 [bouyer-xenpvh]: spl.S
Log Message:
restore %eax before using it. This bug caused event handlers to be called
spuriously at high spl or in a reentrant manner.
N