[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] docs: Fix typos.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Date 1189586613 -3600 # Node ID a00cc97b392a8e845f26f05817ffe1edcf8878d6 # Parent fec8b52b1a7fa7c7f6a86a3e079880849556caeb docs: Fix typos. Signed-off-by: Atsushi SAKAI <sakaia@xxxxxxxxxxxxxx> --- docs/src/interface.tex | 16 ++++++++-------- docs/src/user.tex | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff -r fec8b52b1a7f -r a00cc97b392a docs/src/interface.tex --- a/docs/src/interface.tex Tue Sep 11 19:11:02 2007 +0100 +++ b/docs/src/interface.tex Wed Sep 12 09:43:33 2007 +0100 @@ -1052,7 +1052,7 @@ This path contains: \end{description} \end{description} - \item[vtpm/] a directory containin vtpm backends + \item[vtpm/] a directory containing vtpm backends \begin{description} \item[$<$domid$>$/] a directory containing vtpm's for domid \begin{description} @@ -1287,7 +1287,7 @@ ring. \subsection{Network ring interface} The network device uses two shared memory rings for communication: one -for transmit, one for receieve. +for transmit, one for receive. Transmit requests are described by the following structure: @@ -1466,7 +1466,7 @@ The fields are as follows: interface \item[id] this value is echoed in the response message for this IO; the guest may use it to identify the original request -\item[sector\_number] start sector on the virtal device for this +\item[sector\_number] start sector on the virtual device for this request \item[frame\_and\_sects] This array contains structures encoding scatter-gather IO to be performed: @@ -1483,7 +1483,7 @@ The fields are as follows: Virtual TPM (VTPM) support provides TPM functionality to each virtual machine that requests this functionality in its configuration file. -The interface enables domains to access therr own private TPM like it +The interface enables domains to access their own private TPM like it was a hardware TPM built into the machine. The virtual TPM interface is implemented as a split driver, @@ -1504,11 +1504,11 @@ table mechanism. table mechanism. The backend driver has been implemented to only accept well-formed -TPM requests. To meet this requirement, the length inidicator in the +TPM requests. To meet this requirement, the length indicator in the TPM request must correctly indicate the length of the request. Otherwise an error message is automatically sent back by the device driver. -The virtual TPM implementation listenes for TPM request on /dev/vtpm. Since +The virtual TPM implementation listens for TPM request on /dev/vtpm. Since it must be able to apply the TPM request packet to the virtual TPM instance associated with the virtual machine, a 4-byte virtual TPM instance identifier is prepended to each packet by the backend driver (in network @@ -1536,7 +1536,7 @@ The fields are as follows: The fields are as follows: \begin{description} -\item[addr] The machine address of the page asscoiated with the TPM +\item[addr] The machine address of the page associated with the TPM request/response; a request/response may span multiple pages \item[ref] The grant table reference associated with the address. @@ -1982,7 +1982,7 @@ the value of {\bf op}). The available o stored. \item[XENMEM\_current\_reservation] Returns current memory reservation of the specified domain. -\item[XENMEM\_maximum\_reservation] Returns maximum memory resrevation +\item[XENMEM\_maximum\_reservation] Returns maximum memory reservation of the specified domain. \end{description} diff -r fec8b52b1a7f -r a00cc97b392a docs/src/user.tex --- a/docs/src/user.tex Tue Sep 11 19:11:02 2007 +0100 +++ b/docs/src/user.tex Wed Sep 12 09:43:33 2007 +0100 @@ -1683,7 +1683,7 @@ to: section remains to detail a configuration that was used by older Xen versions.}} -Raw image file-backed VBDs amy also be attached to VMs using the +Raw image file-backed VBDs may also be attached to VMs using the Linux loopback driver. The only required change to the raw file instructions above are to specify the configuration entry as: \begin{quote} @@ -1694,7 +1694,7 @@ instructions above are to specify the co I/O-intensive domains.} This approach is known to experience substantial slowdowns under heavy I/O workloads, due to the I/O handling by the loopback block device used to support file-backed VBDs -in dom0. Loopbach support remains for old Xen installations, and users +in dom0. Loopback support remains for old Xen installations, and users are strongly encouraged to use the blktap-based file support (using ``{\tt{tap:aio}}'' as described above). @@ -4203,7 +4203,7 @@ on the vnet UDP port: # tcpdump udp port 1798 \end{verbatim} -If multicast is not being forwaded between machines you can configure +If multicast is not being forwarded between machines you can configure multicast forwarding using vn. Suppose we have machines hostA on 10.10.0.100 and hostB on 10.11.0.100 and that multicast is not forwarded between them. We use vn to configure each machine to forward to the other: @@ -4256,7 +4256,7 @@ as it will forward multicasts received f VMMs} to provide the illusion of contiguous physical memory, in Xen this is used during {\bf live migration}. -\item[Virtual Block Device] Persistant storage available to a virtual +\item[Virtual Block Device] Persistent storage available to a virtual machine, providing the abstraction of an actual block storage device. {\bf VBD}s may be actual block devices, filesystem images, or remote/network storage. _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |