mirror of https://github.com/xqemu/xqemu.git
qemu-doc: fix typos
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Message-Id: <1435917057-9396-1-git-send-email-arei.gonglei@huawei.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c1076c3e13
commit
d274e07c6d
|
@ -1061,7 +1061,7 @@ type is assumed.
|
||||||
@var{server} specifies the server where the volume file specification for
|
@var{server} specifies the server where the volume file specification for
|
||||||
the given volume resides. This can be either hostname, ipv4 address
|
the given volume resides. This can be either hostname, ipv4 address
|
||||||
or ipv6 address. ipv6 address needs to be within square brackets [ ].
|
or ipv6 address. ipv6 address needs to be within square brackets [ ].
|
||||||
If transport type is unix, then @var{server} field should not be specifed.
|
If transport type is unix, then @var{server} field should not be specified.
|
||||||
Instead @var{socket} field needs to be populated with the path to unix domain
|
Instead @var{socket} field needs to be populated with the path to unix domain
|
||||||
socket.
|
socket.
|
||||||
|
|
||||||
|
|
|
@ -206,7 +206,7 @@ STEXI
|
||||||
@item -boot [order=@var{drives}][,once=@var{drives}][,menu=on|off][,splash=@var{sp_name}][,splash-time=@var{sp_time}][,reboot-timeout=@var{rb_timeout}][,strict=on|off]
|
@item -boot [order=@var{drives}][,once=@var{drives}][,menu=on|off][,splash=@var{sp_name}][,splash-time=@var{sp_time}][,reboot-timeout=@var{rb_timeout}][,strict=on|off]
|
||||||
@findex -boot
|
@findex -boot
|
||||||
Specify boot order @var{drives} as a string of drive letters. Valid
|
Specify boot order @var{drives} as a string of drive letters. Valid
|
||||||
drive letters depend on the target achitecture. The x86 PC uses: a, b
|
drive letters depend on the target architecture. The x86 PC uses: a, b
|
||||||
(floppy 1 and 2), c (first hard disk), d (first CD-ROM), n-p (Etherboot
|
(floppy 1 and 2), c (first hard disk), d (first CD-ROM), n-p (Etherboot
|
||||||
from network adapter 1-4), hard disk boot is the default. To apply a
|
from network adapter 1-4), hard disk boot is the default. To apply a
|
||||||
particular boot order only on the first startup, specify it via
|
particular boot order only on the first startup, specify it via
|
||||||
|
|
|
@ -440,7 +440,7 @@ translator cannot deduce statically).
|
||||||
@section Direct block chaining
|
@section Direct block chaining
|
||||||
|
|
||||||
After each translated basic block is executed, QEMU uses the simulated
|
After each translated basic block is executed, QEMU uses the simulated
|
||||||
Program Counter (PC) and other cpu state informations (such as the CS
|
Program Counter (PC) and other cpu state information (such as the CS
|
||||||
segment base value) to find the next basic block.
|
segment base value) to find the next basic block.
|
||||||
|
|
||||||
In order to accelerate the most common cases where the new simulated PC
|
In order to accelerate the most common cases where the new simulated PC
|
||||||
|
|
Loading…
Reference in New Issue