You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move kvm.rs and mshv.rs into subdirectories
Move kvm.rs → kvm/x86_64.rs and mshv.rs → mshv/x86_64.rs,
adding mod.rs files that re-export through the x86_64 submodule.
This prepares the virtual machine backends for
architecture-specific implementations.
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
0 commit comments