commit | 7170adca4ee6f8b190da3864e70900b862d2a3f7 | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Tue May 14 07:25:11 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 14 07:25:11 2024 +0000 |
tree | 3ef01e6c66242173fce3d7aae82e1bb175da9ee5 | |
parent | d299e6f827f5e8d236fa872c6d22ef2534dc636d [diff] | |
parent | 0b4b7763dfce88b6b523ea4ad9b5df2eb246594c [diff] |
Fixed comment introducing vfio_handler/src/aidl.rs am: 0b4b7763df Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3081060 Change-Id: I6a7151dbf3b176d53a070d0158c7dc443a16f97e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/virtualizationservice/vfio_handler/src/aidl.rs b/virtualizationservice/vfio_handler/src/aidl.rs index c0967af..b527260 100644 --- a/virtualizationservice/vfio_handler/src/aidl.rs +++ b/virtualizationservice/vfio_handler/src/aidl.rs
@@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//! Implementation of the AIDL interface of the VirtualizationService. +//! Implementation of the AIDL interface of VfioHandler. use anyhow::{anyhow, Context}; use android_system_virtualizationservice_internal::aidl::android::system::virtualizationservice_internal::IBoundDevice::{IBoundDevice, BnBoundDevice};