commit | 3a9ecbff31594818740b061abd4b551fd4cf0fe8 | [log] [tgz] |
---|---|---|
author | Michał Mazurek <mazurekm@google.com> | Fri Nov 29 13:09:12 2024 +0100 |
committer | Bartłomiej Grzesik <bgrzesik@google.com> | Mon Feb 03 15:01:51 2025 +0000 |
tree | 35c80743c22f31fb78a7d6bd327994fec79b6ced | |
parent | 626347c8c8681e93e5fa6925871689d7cbad8d33 [diff] [blame] |
vmbase: Move hvc to aarch64 This commit move ARM hypercall interface to aarch64 directories. Bug: 362733888 Test: m libvmbase Change-Id: I17666437670feb9528c6871a36f9d6ecd3ea95d4
diff --git a/libs/libvmbase/src/arch/aarch64.rs b/libs/libvmbase/src/arch/aarch64.rs index a3f1dd5..f888ccf 100644 --- a/libs/libvmbase/src/arch/aarch64.rs +++ b/libs/libvmbase/src/arch/aarch64.rs
@@ -15,6 +15,7 @@ //! Wrappers of assembly calls. pub mod dbm; +pub mod hvc; pub mod layout; pub mod linker; pub mod page_table;