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] dom0 linux: Fix descriptions in kernel-parameters.tx

To: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] dom0 linux: Fix descriptions in kernel-parameters.txt
From: Yuji Shimada <shimada-yxb@xxxxxxxxxxxxxxx>
Date: Thu, 19 Mar 2009 14:26:06 +0900
Cc:
Delivery-date: Wed, 18 Mar 2009 22:27:33 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This patch fixes descriptions in kernel-parameters.txt.

Thanks,
--
Yuji Shimada


Signed-off-by: Yuji Shimada <shimada-yxb@xxxxxxxxxxxxxxx>

diff -r 4839e34e6795 -r cb03ae4473d5 Documentation/kernel-parameters.txt
--- a/Documentation/kernel-parameters.txt       Wed Mar 18 15:43:57 2009 +0000
+++ b/Documentation/kernel-parameters.txt       Thu Mar 19 11:25:55 2009 +0900
@@ -574,6 +574,13 @@
                        Format: <io>
 
        gt96100eth=     [NET] MIPS GT96100 Advanced Communication Controller
+
+       guestdev=       [PCI,ACPI]
+                       Format: <device path>[,<device path>[,...]]
+                       Format of device path: 
<hid>[:<uid>]-<dev>.<func>[-<dev>.<func>[...]]
+                       Specifies PCI device for guest domain.
+                       If PCI-PCI bridge is specified, all PCI devices
+                       behind PCI-PCI bridge are reserved.
 
        gus=            [HW,OSS]
                        Format: <io>,<irq>,<dma>,<dma16>
@@ -1240,21 +1248,6 @@
                                bootloader. This is currently used on
                                IXP2000 systems where the bus has to be
                                configured a certain way for adjunct CPUs.
-               reassigndev=
-                               Format: 
[<segment>:]<bus>:<dev>.<func>[,[<segment>:]<bus>:<dev>.<func>[,...]]
-                               Specifies device to reassign page-aligned memory
-                               resources. PCI-PCI bridge can be specified, if
-                               resource windows need to be expanded.
-               reassign_resources
-                               Use guestdev parameter to reassign device's
-                               resources.
-               guestdev=
-                               Format: <device path>[,<device path>[,...]]
-                               Format of device path: 
<hid>[:<uid>]-<dev>.<func>[-<dev>.<func>[...]]
-                               Specifies PCI device for guest domain.
-                               If PCI-PCI bridge is specified, all
-                               PCI devices behind PCI-PCI bridge are
-                               reserved.
 
        pcmv=           [HW,PCMCIA] BadgePAD 4
 
@@ -1371,6 +1364,16 @@
                        Format: <full_path>
                        Run specified binary instead of /init from the ramdisk,
                        used for early userspace startup. See initrd.
+
+       reassigndev=    [PCI]
+                       Format: 
[<segment>:]<bus>:<dev>.<func>[,[<segment>:]<bus>:<dev>.<func>[,...]]
+                       Specifies device to reassign page-aligned memory
+                       resources. PCI-PCI bridge can be specified, if
+                       resource windows need to be expanded.
+
+       reassign_resources
+                       [PCI,ACPI] Use guestdev parameter to reassign device's
+                       resources.
 
        reboot=         [BUGS=IA-32,BUGS=ARM,BUGS=IA-64] Rebooting mode
                        Format: <reboot_mode>[,<reboot_mode2>[,...]]


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] dom0 linux: Fix descriptions in kernel-parameters.txt, Yuji Shimada <=