aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorGeorge Dunlap <george.dunlap@eu.citrix.com>2012-05-15 16:28:15 +0100
committerGeorge Dunlap <george.dunlap@eu.citrix.com>2012-05-15 16:28:15 +0100
commit0773a6e830f805cc288a3f542daa67be400be1cd (patch)
tree8aa8da1cdb1f2ec10615321d2940a1feea9ff2fe /docs/man
parent494372a3f2dfeece8aed40af88bd270cfa491506 (diff)
downloadxen-0773a6e830f805cc288a3f542daa67be400be1cd.tar.gz
xen-0773a6e830f805cc288a3f542daa67be400be1cd.tar.bz2
xen-0773a6e830f805cc288a3f542daa67be400be1cd.zip
libxl: Rename pci_list_assignable to pci_assignable_list
...to prepare for a consistent "pci_assignable_*" naming scheme. Also move the man page entry into the PCI PASS-THROUGH section, rather than the XEN HOST section. No functional changes. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xl.pod.114
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index a838f54495..2b6e7ac924 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -711,13 +711,6 @@ explanatory.
Prints the current uptime of the domains running.
-=item B<pci-list-assignable-devices>
-
-List all the assignable PCI devices.
-These are devices in the system which are configured to be
-available for passthrough and are bound to a suitable PCI
-backend driver in domain 0 rather than a real driver.
-
=back
=head1 SCHEDULER SUBCOMMANDS
@@ -1050,6 +1043,13 @@ List virtual network interfaces for a domain.
=over 4
+=item B<pci-assignable-list>
+
+List all the assignable PCI devices.
+These are devices in the system which are configured to be
+available for passthrough and are bound to a suitable PCI
+backend driver in domain 0 rather than a real driver.
+
=item B<pci-attach> I<domain-id> I<BDF>
Hot-plug a new pass-through pci device to the specified domain.