Skip to content

Commit 19e9c4c

Browse files
authored
Merge pull request #3613 from gvancuts/acrnctl-force-arg
doc: add "-f/--force' optional arg to 'acrnctl' documentation
2 parents 67f3da2 + cc1dd6d commit 19e9c4c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

misc/acrn-manager/README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can see the available ``acrnctl`` commands by running:
2424
support:
2525
list
2626
start
27-
stop
27+
stop [--force/-f]
2828
del
2929
add
3030
pause
@@ -107,6 +107,15 @@ Use the ``stop`` command to stop one or more running VM:
107107
108108
# acrnctl stop vm-yocto vm1-14:59:30 vm-android
109109
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+
110119
RESCAN BLOCK DEVICE
111120
===================
112121

0 commit comments

Comments
 (0)