]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: Drop volatile qualifiers from snapshot code
authorMark Johnston <markj@FreeBSD.org>
Fri, 11 Nov 2022 15:02:26 +0000 (10:02 -0500)
committerMark Johnston <markj@FreeBSD.org>
Fri, 11 Nov 2022 15:02:26 +0000 (10:02 -0500)
commit8b1adff8bcbdf0e58878431c6ed5a14553178d4d
tree3a17e509e34eab35818dddc53184d94a109c21b6
parent593200c23b57ea6977bf5084b91fc5c63dacbb80
bhyve: Drop volatile qualifiers from snapshot code

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

MFC after: 2 weeks
Reviewed by: corvink, jhb
Differential Revision: https://reviews.freebsd.org/D37292
sys/amd64/include/vmm_snapshot.h
sys/amd64/vmm/vmm_snapshot.c
usr.sbin/bhyve/snapshot.c