Skip to content

Commit

Permalink
qapi/misc.json: Remove superfluous words in CpuModelExpansionType
Browse files Browse the repository at this point in the history
Remove repetition of 'independent of'.  While at it, s/QMU/QEMU in
@CpuDefinitionInfo.

Signed-off-by: Kashyap Chamarthy <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Marc-André Lureau <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Eduardo Habkost <[email protected]>
[Commit message updated as requested by Kashyap]
Signed-off-by: Markus Armbruster <[email protected]>
  • Loading branch information
kashyapc authored and Markus Armbruster committed Oct 9, 2018
1 parent 8b8fa99 commit 2280181
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions qapi/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@
#
# @migration-safe: whether a CPU definition can be safely used for
# migration in combination with a QEMU compatibility machine
# when migrating between different QMU versions and between
# when migrating between different QEMU versions and between
# hosts with different sets of (hardware or software)
# capabilities. If not provided, information is not available
# and callers should not assume the CPU definition to be
Expand Down Expand Up @@ -2126,11 +2126,11 @@
# @static: Expand to a static CPU model, a combination of a static base
# model name and property delta changes. As the static base model will
# never change, the expanded CPU model will be the same, independent of
# independent of QEMU version, machine type, machine options, and
# accelerator options. Therefore, the resulting model can be used by
# tooling without having to specify a compatibility machine - e.g. when
# displaying the "host" model. static CPU models are migration-safe.
#
# QEMU version, machine type, machine options, and accelerator options.
# Therefore, the resulting model can be used by tooling without having
# to specify a compatibility machine - e.g. when displaying the "host"
# model. The @static CPU models are migration-safe.

# @full: Expand all properties. The produced model is not guaranteed to be
# migration-safe, but allows tooling to get an insight and work with
# model details.
Expand Down

0 comments on commit 2280181

Please sign in to comment.