WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Attached patch updates the xm man page for the listing o

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Attached patch updates the xm man page for the listing of
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 17 Feb 2006 23:02:07 +0000
Delivery-date: Fri, 17 Feb 2006 23:15:37 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 7238722f8d2366b17d2cf74d7f971df4d5ade6f2
# Parent  3ed537add538487479c7469d0985fde7050774ce
Attached patch updates the xm man page for the listing of
block/network/vtpm devices.

Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>

diff -r 3ed537add538 -r 7238722f8d23 docs/man/xm.pod.1
--- a/docs/man/xm.pod.1 Fri Feb 17 20:26:49 2006
+++ b/docs/man/xm.pod.1 Fri Feb 17 22:00:05 2006
@@ -683,10 +683,10 @@
 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 @@
 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
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Attached patch updates the xm man page for the listing of, Xen patchbot -unstable <=