qapi/machine.json: Fix incorrect description for die-id
authorYanan Wang <wangyanan55@huawei.com>
Mon, 22 Nov 2021 03:26:51 +0000 (11:26 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Nov 2021 21:25:58 +0000 (22:25 +0100)
commit226fad7371c6559d4f0bdca66d0e08d45d3cb767
treea8c9f8fd433e869ca6c18568d990e91e1281dc4c
parentaa62976c9d207d85fd503af7dc397c19e5782dae
qapi/machine.json: Fix incorrect description for die-id

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: 176d2cda0d ("i386/cpu: Consolidate die-id validity in smp context")
Signed-off-by: Yanan Wang <wangyanan55@huawei.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20211122032651.16064-1-wangyanan55@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qapi/machine.json