aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xl.pod.1
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2011-12-01 16:26:33 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2011-12-01 16:26:33 +0000
commit1cf61afb543184c036e7463e7ff0d64cd8f1273a (patch)
treed59a8a26f34c1c9728b96776aec6d4acc0de4554 /docs/man/xl.pod.1
parent9ac72c89428ecafba65274161ea6ea13a9cb6c8f (diff)
downloadxen-1cf61afb543184c036e7463e7ff0d64cd8f1273a.tar.gz
xen-1cf61afb543184c036e7463e7ff0d64cd8f1273a.tar.bz2
xen-1cf61afb543184c036e7463e7ff0d64cd8f1273a.zip
xl.pod.1: state when a subcommand is only available to HVM guests
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'docs/man/xl.pod.1')
-rw-r--r--docs/man/xl.pod.13
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index c9b2f44d16..b9927a4494 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -71,7 +71,7 @@ previously, most commands take I<domain-id> as the first parameter.
=item B<button-press> I<domain-id> I<button>
Indicate an ACPI button press to the domain. I<button> is may be 'power' or
-'sleep'.
+'sleep'. This command is only available for HVM domains.
=item B<create> [I<configfile>] [I<OPTIONS>]
@@ -443,6 +443,7 @@ It requires PV drivers to be installed in your guest OS.
Send a trigger to a domain, where the trigger can be: nmi, reset, init, power
or sleep. Optionally a specific vcpu number can be passed as an argument.
+This command is only available for HVM domains.
=item B<unpause> I<domain-id>