Skip to content

Commit

Permalink
qapi/machine.json: Fix incorrect description for die-id
Browse files Browse the repository at this point in the history
In terms of scope, die-id should mean "the die number within
socket the CPU belongs to" instead of "the die number within
node/board the CPU belongs to". Fix it to avoid confusing
the Doc reader.

Fixes: 176d2cd ("i386/cpu: Consolidate die-id validity in smp context")
Signed-off-by: Yanan Wang <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
YananWang-hub authored and bonzini committed Nov 30, 2021
1 parent aa62976 commit 226fad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qapi/machine.json
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
#
# @node-id: NUMA node ID the CPU belongs to
# @socket-id: socket number within node/board the CPU belongs to
# @die-id: die number within node/board the CPU belongs to (Since 4.1)
# @die-id: die number within socket the CPU belongs to (since 4.1)
# @core-id: core number within die the CPU belongs to
# @thread-id: thread number within core the CPU belongs to
#
Expand Down

0 comments on commit 226fad7

Please sign in to comment.