Skip to content

Commit cc1dd6d

Browse files
author
Geoffroy Van Cutsem
committed
doc: add "-f/--force' optional arg to 'acrnctl' documentation
Add the new and optional "-f/--force" flag to the 'acrnctl' documentation. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
1 parent 2310d99 commit cc1dd6d

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)