We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67f3da2 + cc1dd6d commit 19e9c4cCopy full SHA for 19e9c4c
misc/acrn-manager/README.rst
@@ -24,7 +24,7 @@ You can see the available ``acrnctl`` commands by running:
24
support:
25
list
26
start
27
- stop
+ stop [--force/-f]
28
del
29
add
30
pause
@@ -107,6 +107,15 @@ Use the ``stop`` command to stop one or more running VM:
107
108
# acrnctl stop vm-yocto vm1-14:59:30 vm-android
109
110
+Use the optional ``-f`` or ``--force`` argument to force the stop operation.
111
+This will trigger an immediate shutdown of the User VM by the ACRN Device Model
112
+and can be useful when the User VM is in a bad state and not shutting down
113
+gracefully by itself.
114
+
115
+.. code-block:: none
116
117
+ # acrnctl stop -f vm-yocto
118
119
RESCAN BLOCK DEVICE
120
===================
121
0 commit comments