Commit e0db8f7
refactor: move free functions into impl KvmVcpu block
Almost all the free functions in arch::arch64::vcpu were just taking a
vcpu reference as a first parameter (in some form). So just turn these
into methods implemented on KvmVcpu that take &self.
Signed-off-by: Patrick Roy <[email protected]>1 parent 9fc4073 commit e0db8f7
1 file changed
+170
-180
lines changed
0 commit comments