Page MenuHomeFreeBSD

bhyve: Drop volatile qualifiers from snapshot code
ClosedPublic

Authored by markj on Nov 6 2022, 7:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 23, 10:19 PM
Unknown Object (File)
Wed, Apr 23, 5:18 PM
Unknown Object (File)
Sat, Apr 5, 1:14 AM
Unknown Object (File)
Sat, Mar 29, 9:19 AM
Unknown Object (File)
Mar 27 2025, 8:08 AM
Unknown Object (File)
Feb 23 2025, 2:58 AM
Unknown Object (File)
Feb 20 2025, 12:18 PM
Unknown Object (File)
Jan 30 2025, 9:57 AM
Subscribers

Details

Summary

They accomplish nothing since the qualifier is casted away in calls to
memcpy() and copyin()/copyout(). No functional change intended.

Diff Detail

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