2014-11-21 12:30:23 +01:00
|
|
|
.. program:: qvm-kill
|
2013-03-12 16:55:05 +01:00
|
|
|
|
2015-10-05 18:06:02 +02:00
|
|
|
:program:`qvm-kill` -- forceful shutdown of a domain
|
|
|
|
====================================================
|
2013-03-12 16:55:05 +01:00
|
|
|
|
2014-11-21 12:30:23 +01:00
|
|
|
Synopsis
|
2015-10-05 18:06:02 +02:00
|
|
|
--------
|
2013-03-12 16:55:05 +01:00
|
|
|
|
2016-05-15 20:28:35 +02:00
|
|
|
:command:`qvm-kill` [-h] [--verbose] [--quiet] [--all] [--exclude *EXCLUDE*] [*VMNAME* [*VMNAME* ...]]
|
2013-03-12 16:55:05 +01:00
|
|
|
|
2014-11-21 12:30:23 +01:00
|
|
|
Options
|
2015-10-05 18:06:02 +02:00
|
|
|
-------
|
2014-11-21 12:30:23 +01:00
|
|
|
|
2016-05-15 20:28:35 +02:00
|
|
|
.. option:: --all
|
|
|
|
|
|
|
|
Kill all qubes. You can use :option:`--exclude` to limit the
|
|
|
|
qubes set. dom0 is not killed.
|
|
|
|
|
|
|
|
.. option:: --exclude
|
|
|
|
|
|
|
|
Exclude the qube from :option:`--all`.
|
|
|
|
|
2014-11-21 12:30:23 +01:00
|
|
|
.. option:: --help, -h
|
|
|
|
|
2015-10-05 18:06:02 +02:00
|
|
|
show this help message and exit
|
|
|
|
|
|
|
|
.. option:: --verbose, -v
|
|
|
|
|
|
|
|
increase verbosity
|
|
|
|
|
|
|
|
.. option:: --quiet, -q
|
|
|
|
|
|
|
|
decrease verbosity
|
|
|
|
|
2013-03-12 16:55:05 +01:00
|
|
|
|
2014-11-21 12:30:23 +01:00
|
|
|
Authors
|
2015-10-05 18:06:02 +02:00
|
|
|
-------
|
|
|
|
|
2013-03-12 16:55:05 +01:00
|
|
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
|
|
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
|
|
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
2015-10-05 18:06:02 +02:00
|
|
|
| Wojtek Porczyk <woju at invisiblethingslab dot com>
|
|
|
|
|
|
|
|
.. vim: ts=3 sw=3 et tw=80
|