Page MenuHomeFreeBSD

vmm svm: Mark all VMCB state caches dirty on vCPU restore.
ClosedPublic

Authored by jhb on Nov 3 2022, 11:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 7:44 AM
Unknown Object (File)
Wed, Oct 23, 1:24 PM
Unknown Object (File)
Oct 12 2024, 10:34 PM
Unknown Object (File)
Oct 8 2024, 4:40 AM
Unknown Object (File)
Oct 8 2024, 4:40 AM
Unknown Object (File)
Oct 8 2024, 4:40 AM
Unknown Object (File)
Oct 8 2024, 4:00 AM
Unknown Object (File)
Oct 1 2024, 3:26 PM
Subscribers

Details

Summary

Mark Johnston noticed that this was missing VMCB_CACHE_LBR. Just set
all the bits as is done in svm_run() rather than trying to clear
individual bits.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable