From cc1dd6da8688afaf21c622367ef875a95d749fe9 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Thu, 22 Aug 2019 10:57:34 +0200 Subject: [PATCH] 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 --- misc/acrn-manager/README.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/misc/acrn-manager/README.rst b/misc/acrn-manager/README.rst index 06e288dc6..53db8adc4 100644 --- a/misc/acrn-manager/README.rst +++ b/misc/acrn-manager/README.rst @@ -24,7 +24,7 @@ You can see the available ``acrnctl`` commands by running: support: list start - stop + stop [--force/-f] del add 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 +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 ===================