From: Philippe Mathieu-Daudé Date: Wed, 29 Nov 2023 18:31:16 +0000 (+0100) Subject: hw/core/cpu: Update description of CPUState::node X-Git-Tag: v9.0.0-rc0~123^2~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d41afa429ea36516e3ab1a1dc4d01ca6b9c0101;p=thirdparty%2Fqemu.git hw/core/cpu: Update description of CPUState::node 'next_cpu' was converted to 'node' in commit bdc44640cb ("cpu: Use QTAILQ for CPU list"). Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20231129183243.15859-1-philmd@linaro.org> --- diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h index 44ff9542073..238c02c05ea 100644 --- a/include/hw/core/cpu.h +++ b/include/hw/core/cpu.h @@ -430,7 +430,7 @@ struct qemu_work_item; * @gdb_regs: Additional GDB registers. * @gdb_num_regs: Number of total registers accessible to GDB. * @gdb_num_g_regs: Number of registers in GDB 'g' packets. - * @next_cpu: Next CPU sharing TB cache. + * @node: QTAILQ of CPUs sharing TB cache. * @opaque: User data. * @mem_io_pc: Host Program Counter at which the memory was accessed. * @accel: Pointer to accelerator specific state.