hw/core/machine: Add the missing delimiter in cpu_slot_to_string()
authorYanan Wang <wangyanan55@huawei.com>
Fri, 8 Oct 2021 07:50:40 +0000 (15:50 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Sun, 31 Oct 2021 20:05:40 +0000 (21:05 +0100)
commit3a23a0c06171c97e7327dd75ae5503f2e38fe749
treebb62a27561841ed85eff3a1f2a15de26f007399c
parent61848717d639446b58b069e480739a757d74813d
hw/core/machine: Add the missing delimiter in cpu_slot_to_string()

The expected output string from cpu_slot_to_string() ought to be
like "socket-id: *, die-id: *, core-id: *, thread-id: *", so add
the missing ", " before "die-id". This affects the readability
of the error message.

Fixes: 176d2cda0d ("i386/cpu: Consolidate die-id validity in smp context")
Signed-off-by: Yanan Wang <wangyanan55@huawei.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20211008075040.18028-1-wangyanan55@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/core/machine.c