mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
73b8dc0413
Move the call to kvm_vfio_ops_exit() further up kvm_exit() to try and
bring some amount of symmetry to the setup order in kvm_init(), and more
importantly so that the arch hooks are invoked dead last by kvm_exit().
This will allow arch code to move away from the arch hooks without any
change in ordering between arch code and common code in kvm_exit().
That kvm_vfio_ops_exit() is called last appears to be 100% arbitrary. It
was bolted on after the fact by commit
|
||
---|---|---|
.. | ||
kvm | ||
lib | ||
Makefile |