Revision 40c5c6cd qemu-doc.texi

b/qemu-doc.texi
1049 1049

  
1050 1050
The GNU TLS packages provides a command called @code{certtool} which can
1051 1051
be used to generate certificates and keys in PEM format. At a minimum it
1052
is neccessary to setup a certificate authority, and issue certificates to
1052
is necessary to setup a certificate authority, and issue certificates to
1053 1053
each server. If using certificates for authentication, then each client
1054 1054
will also need to be issued a certificate. The recommendation is for the
1055 1055
server to keep its certificates in either @code{/etc/pki/qemu} or for
......
1192 1192
For this to work the administrator of your KDC must generate a Kerberos
1193 1193
principal for the server, with a name of  'qemu/somehost.example.com@@EXAMPLE.COM'
1194 1194
replacing 'somehost.example.com' with the fully qualified host name of the
1195
machine running QEMU, and 'EXAMPLE.COM' with the Keberos Realm.
1195
machine running QEMU, and 'EXAMPLE.COM' with the Kerberos Realm.
1196 1196

  
1197 1197
Other configurations will be left as an exercise for the reader. It should
1198 1198
be noted that only Digest-MD5 and GSSAPI provides a SSF layer for data
......
1774 1774
should have CONFIG_SPARSEMEM enabled, CONFIG_REALVIEW_HIGH_PHYS_OFFSET
1775 1775
disabled and expect 1024M RAM.
1776 1776

  
1777
The following devices are emuilated:
1777
The following devices are emulated:
1778 1778

  
1779 1779
@itemize @minus
1780 1780
@item
......
1874 1874
@item
1875 1875
Three OMAP on-chip UARTs and on-chip STI debugging console
1876 1876
@item
1877
A Bluetooth(R) transciever and HCI connected to an UART
1877
A Bluetooth(R) transceiver and HCI connected to an UART
1878 1878
@item
1879 1879
Mentor Graphics "Inventra" dual-role USB controller embedded in a TI
1880 1880
TUSB6010 chip - only USB host mode is supported
......
1936 1936
@end itemize
1937 1937

  
1938 1938
The Siemens SX1 models v1 and v2 (default) basic emulation.
1939
The emulaton includes the following elements:
1939
The emulation includes the following elements:
1940 1940

  
1941 1941
@itemize @minus
1942 1942
@item
......
2192 2192
Select CPU model (-cpu ? for list and additional feature selection)
2193 2193
@item -ignore-environment
2194 2194
Start with an empty environment. Without this option,
2195
the inital environment is a copy of the caller's environment.
2195
the initial environment is a copy of the caller's environment.
2196 2196
@item -E @var{var}=@var{value}
2197 2197
Set environment @var{var} to @var{value}.
2198 2198
@item -U @var{var}
......
2422 2422
Set the stack size in bytes (default=524288)
2423 2423
@item -ignore-environment
2424 2424
Start with an empty environment. Without this option,
2425
the inital environment is a copy of the caller's environment.
2425
the initial environment is a copy of the caller's environment.
2426 2426
@item -E @var{var}=@var{value}
2427 2427
Set environment @var{var} to @var{value}.
2428 2428
@item -U @var{var}
......
2495 2495

  
2496 2496
@item Install the MinGW version of zlib and make sure
2497 2497
@file{zlib.h} and @file{libz.dll.a} are in
2498
MingGW's default header and linker search paths.
2498
MinGW's default header and linker search paths.
2499 2499

  
2500 2500
@item Extract the current version of QEMU.
2501 2501

  
......
2530 2530

  
2531 2531
@item Install the MinGW version of zlib and make sure
2532 2532
@file{zlib.h} and @file{libz.dll.a} are in
2533
MingGW's default header and linker search paths.
2533
MinGW's default header and linker search paths.
2534 2534

  
2535 2535
@item
2536 2536
Configure QEMU for Windows cross compilation:
......
2539 2539
@end example
2540 2540
The example assumes @file{sdl-config} is installed under @file{/usr/i686-pc-mingw32/sys-root/mingw/bin} and
2541 2541
MinGW cross compilation tools have names like @file{i686-pc-mingw32-gcc} and @file{i686-pc-mingw32-strip}.
2542
We set the @code{PATH} environment variable to ensure the MingW version of @file{sdl-config} is used and
2542
We set the @code{PATH} environment variable to ensure the MinGW version of @file{sdl-config} is used and
2543 2543
use --cross-prefix to specify the name of the cross compiler.
2544 2544
You can also use --prefix to set the Win32 install path which defaults to @file{c:/Program Files/Qemu}.
2545 2545

  

Also available in: Unified diff