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-devel

[Xen-devel] [PATCH] Minor correction in xm.1 manpage

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Minor correction in xm.1 manpage
From: "Richard W.M. Jones" <rjones@xxxxxxxxxx>
Date: Thu, 17 Jan 2008 14:55:08 +0000
Delivery-date: Thu, 17 Jan 2008 06:59:05 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

The attached patch just corrects the documentation for 'xm create'. The nics=0 syntax is deprecated and gives a warning. Replacing it with vif='' works fine however.

Rich.

--
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903
diff -r f17b34df974f docs/man/xm.pod.1
--- a/docs/man/xm.pod.1 Wed Jan 16 15:55:57 2008 +0000
+++ b/docs/man/xm.pod.1 Thu Jan 17 14:53:49 2008 +0000
@@ -108,7 +108,7 @@ soon as it is run.
  
   xm create /dev/null ramdisk=initrd.img \
      kernel=/boot/vmlinuz-2.6.12.6-xenU \
-     name=ramdisk nics=0 vcpus=1 \
+     name=ramdisk vif='' vcpus=1 \
      memory=64 root=/dev/ram0
 
 This creates the domain without using a config file (more specifically

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Minor correction in xm.1 manpage, Richard W.M. Jones <=