commit | 5917a43bbe7a83a55d81e780cf450ea0cb5316c3 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Jan 23 10:00:01 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 23 10:00:01 2025 -0800 |
tree | 08981cb370145772f68e61a7f73a28581219250a | |
parent | 5467ed3115132766c20e413297901848bf0eee5b [diff] | |
parent | 973926a4f60d842443002922b6a9eabeebaf12af [diff] |
Merge "libhypervisor_backends: rename kvm to kvm_aarch64" into main
diff --git a/libs/libhypervisor_backends/src/hypervisor.rs b/libs/libhypervisor_backends/src/hypervisor.rs index 1b45f38..e228e8c 100644 --- a/libs/libhypervisor_backends/src/hypervisor.rs +++ b/libs/libhypervisor_backends/src/hypervisor.rs
@@ -17,6 +17,8 @@ mod common; mod geniezone; mod gunyah; +#[cfg(target_arch = "aarch64")] +#[path = "hypervisor/kvm_aarch64.rs"] mod kvm; use super::{Error, Result};
diff --git a/libs/libhypervisor_backends/src/hypervisor/kvm.rs b/libs/libhypervisor_backends/src/hypervisor/kvm_aarch64.rs similarity index 100% rename from libs/libhypervisor_backends/src/hypervisor/kvm.rs rename to libs/libhypervisor_backends/src/hypervisor/kvm_aarch64.rs