From 850ab73b0c924719a054775962ec65eddddfd230 Mon Sep 17 00:00:00 2001 From: immarvin Date: Sun, 25 Oct 2015 08:02:30 -0400 Subject: [PATCH] refine the manpage of chvm --- xCAT-client/pods/man1/chvm.1.pod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man1/chvm.1.pod b/xCAT-client/pods/man1/chvm.1.pod index 4578254d8..2087a0243 100644 --- a/xCAT-client/pods/man1/chvm.1.pod +++ b/xCAT-client/pods/man1/chvm.1.pod @@ -237,14 +237,13 @@ identical to "^8,0-15". It is possible to restrict a guest to allocate memory from the specified set of NUMA nodes I. If the guest vCPUs are also pinned to a set of cores located on that same set of NUMA nodes, memory -access will be local, which improves memory access performance. +access is local and improves memory access performance. =item B<--devpassthru pcidevice1,pcidevice2...> -The PCI passthroug gives a guest VM direct access to I/O devices I. +The PCI passthrough gives a guest VM direct access to I/O devices I. The PCI devices are assigned to a virtual machine, and the virtual machine can use this I/O exclusively. -The devices list are a list of PCI device names delimited with comma, the PCI device names can be obtained -by running B on the host. +The devices list are a list of comma separated PCI device names delimited with comma, the PCI device names can be obtained by running B on the host. =back