Re: [PATCH 3/3] system/accel-ops: Remove unnecessary 'exec/cpu-common.h' header

2024-12-17 Thread Zhao Liu
On Tue, Dec 17, 2024 at 04:13:05PM +0100, Philippe Mathieu-Daudé wrote: > Date: Tue, 17 Dec 2024 16:13:05 +0100 > From: Philippe Mathieu-Daudé > Subject: [PATCH 3/3] system/accel-ops: Remove unnecessary > 'exec/cpu-common.h' header > X-Mailer: git-send-email 2.45.2 >

[PATCH 3/3] system/accel-ops: Remove unnecessary 'exec/cpu-common.h' header

2024-12-17 Thread Philippe Mathieu-Daudé
Since commit c4b3f46c151 ("include/exec: Move vaddr defines to separate file") we only need to include "exec/vaddr.h" to get the 'vaddr' type definition, no need for "exec/cpu-common.h". Signed-off-by: Philippe Mathieu-Daudé --- include/sysemu/accel-ops.h | 2 +- 1 file changed, 1 insertion(+),