commit | 895902f4949aa4d067295e5348cb3dea1423acda | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Oct 30 01:57:06 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 30 01:57:06 2024 +0000 |
tree | ded39c7382950f25874637a44f11bdc3ede199ef | |
parent | a565164d1fbda3e280325c503739ed14655db8e1 [diff] | |
parent | a8204b9430246759290dda7eabcab13470099be3 [diff] |
Clarify VM suspend/resume APIs. am: a8204b9430 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3324656 Change-Id: I133d716406d9ec8e032aeec96059c14c7519ebb2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/virtualizationservice/aidl/android/system/virtualizationservice/IVirtualMachine.aidl b/android/virtualizationservice/aidl/android/system/virtualizationservice/IVirtualMachine.aidl index e52222a..a01d385 100644 --- a/android/virtualizationservice/aidl/android/system/virtualizationservice/IVirtualMachine.aidl +++ b/android/virtualizationservice/aidl/android/system/virtualizationservice/IVirtualMachine.aidl
@@ -71,9 +71,9 @@ /** Set the name of the peer end (ptsname) of the host console. */ void setHostConsoleName(in @utf8InCpp String pathname); - /** Suspends the VM. */ + /** Suspends the VM vcpus. */ void suspend(); - /** Resumes the suspended VM. */ + /** Resumes the suspended VM vcpus. */ void resume(); }