Added minimal documentation for the "cpu: model=" option.
This commit is contained in:
parent
d19727d75b
commit
25adf37c64
@ -94,8 +94,9 @@
|
||||
#
|
||||
# MODEL:
|
||||
# Selects CPU configuration to emulate from pre-defined list of all
|
||||
# supported configurations. When this option is used, the CPUID option
|
||||
# has no effect anymore.
|
||||
# supported configurations. When this option is used and the value
|
||||
# is different from 'bx_generic', the parameters of the CPUID option
|
||||
# have no effect anymore.
|
||||
#
|
||||
# CPU configurations that can be selected:
|
||||
# -----------------------------------------------------------------
|
||||
|
@ -3326,6 +3326,16 @@ Example:
|
||||
</screen>
|
||||
This defines the parameters of the cpu inside Bochs:
|
||||
</para>
|
||||
<para><command>model</command></para>
|
||||
<para>
|
||||
Selects CPU configuration to emulate from pre-defined list of all
|
||||
supported configurations. When this option is used and the value
|
||||
is different from 'bx_generic', the parameters of the CPUID option
|
||||
have no effect anymore. See the bochsrc sample for supported values.
|
||||
</para>
|
||||
<para>
|
||||
&FIXME; Add separate section for the cpu configuration.
|
||||
</para>
|
||||
<para><command>count</command></para>
|
||||
<para>
|
||||
Set the number of processors:cores per processor:threads per core when Bochs
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\"Document Author: Timothy R. Butler - tbutler@uninetsolutions.com"
|
||||
.TH bochsrc 5 "04 May 2014" "bochsrc" "The Bochs Project"
|
||||
.TH bochsrc 5 "07 May 2014" "bochsrc" "The Bochs Project"
|
||||
.\"SKIP_SECTION"
|
||||
.SH NAME
|
||||
bochsrc \- Configuration file for Bochs.
|
||||
@ -124,6 +124,13 @@ Examples:
|
||||
.I "cpu:"
|
||||
This defines cpu-related parameters inside Bochs:
|
||||
|
||||
model:
|
||||
|
||||
Selects CPU configuration to emulate from pre-defined list of all
|
||||
supported configurations. When this option is used and the value
|
||||
is different from 'bx_generic', the parameters of the CPUID option
|
||||
have no effect anymore. See the bochsrc sample for supported values.
|
||||
|
||||
count:
|
||||
|
||||
Set the number of processors:cores per processor:threads per core when
|
||||
|
Loading…
x
Reference in New Issue
Block a user