Merge pull request #3613 from gvancuts/acrnctl-force-arg
doc: add "-f/--force' optional arg to 'acrnctl' documentation
This commit is contained in:
commit
19e9c4ca9e
|
@ -24,7 +24,7 @@ You can see the available ``acrnctl`` commands by running:
|
||||||
support:
|
support:
|
||||||
list
|
list
|
||||||
start
|
start
|
||||||
stop
|
stop [--force/-f]
|
||||||
del
|
del
|
||||||
add
|
add
|
||||||
pause
|
pause
|
||||||
|
@ -107,6 +107,15 @@ Use the ``stop`` command to stop one or more running VM:
|
||||||
|
|
||||||
# acrnctl stop vm-yocto vm1-14:59:30 vm-android
|
# acrnctl stop vm-yocto vm1-14:59:30 vm-android
|
||||||
|
|
||||||
|
Use the optional ``-f`` or ``--force`` argument to force the stop operation.
|
||||||
|
This will trigger an immediate shutdown of the User VM by the ACRN Device Model
|
||||||
|
and can be useful when the User VM is in a bad state and not shutting down
|
||||||
|
gracefully by itself.
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
# acrnctl stop -f vm-yocto
|
||||||
|
|
||||||
RESCAN BLOCK DEVICE
|
RESCAN BLOCK DEVICE
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue