aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xm.pod.1
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-02-17 23:00:05 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-02-17 23:00:05 +0100
commitdd3606b160fa5e8416631f025dbf111a58c7ef1b (patch)
tree9570fa00816e5655e5543ae24f1464dfdb8ff24d /docs/man/xm.pod.1
parent784aebe2ef9209af7c9cd43e72818067bb290cef (diff)
downloadxen-dd3606b160fa5e8416631f025dbf111a58c7ef1b.tar.gz
xen-dd3606b160fa5e8416631f025dbf111a58c7ef1b.tar.bz2
xen-dd3606b160fa5e8416631f025dbf111a58c7ef1b.zip
Attached patch updates the xm man page for the listing of
block/network/vtpm devices. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'docs/man/xm.pod.1')
-rw-r--r--docs/man/xm.pod.115
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/man/xm.pod.1 b/docs/man/xm.pod.1
index 109535b558..18b055d5be 100644
--- a/docs/man/xm.pod.1
+++ b/docs/man/xm.pod.1
@@ -683,10 +683,10 @@ block-list> to determine that number.
FIXME: this is currently B<broken>. Even though a block device is
removed from domU, it appears to still be allocated in the domain 0.
-=item B<block-list> I<domain-id>
+=item B<block-list> I<[-l|--long]> I<domain-id>
List virtual block devices for a domain. The returned output is
-sexpression formatted.
+formatted as a list or as an S-Expression if the '--long' option was given.
=head2 NETWORK DEVICES
@@ -738,10 +738,17 @@ I<devid> is the virtual interface device number within the domain
FIXME: this is currently B<broken>. Network devices aren't completely
removed from domain 0.
-=item B<network-list> I<domain-id>
+=item B<network-list> I<[-l|--long]> I<domain-id>
List virtual network interfaces for a domain. The returned output is
-sexpression formatted.
+formatted as a list or as an S-Expression if the '--long' option was given.
+
+=head2 VIRTUAL TPM DEVICES
+
+=item B<vtpm-list> I<[-l|--long]> I<domain-id>
+
+Show the virtual TPM device for a domain. The returned output is
+formatted as a list or as an S-Expression if the '--long' option was given.
=back