|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 02/29] hw/core: Declare CPUArchId::cpu as CPUState instead of Object |
Date: | Tue, 30 Jan 2024 17:58:35 +1000 |
User-agent: | Mozilla Thunderbird |
On 1/30/24 02:44, Philippe Mathieu-Daudé wrote:
Do not accept any Object for CPUArchId::cpu field, restrict it to CPUState type. Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> --- include/hw/boards.h | 2 +- hw/core/machine.c | 4 ++-- hw/i386/x86.c | 2 +- hw/loongarch/virt.c | 2 +- hw/ppc/spapr.c | 5 ++--- hw/s390x/s390-virtio-ccw.c | 2 +- 6 files changed, 8 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |