Re: [PATCH 08/10] target/riscv/cpu: Restrict sysemu-specific fields from CPUArchState

2022-12-16 Thread Richard Henderson
On 12/16/22 14:05, Philippe Mathieu-Daudé wrote: The 'hwaddr' type is only available / meaningful on system emulation. Signed-off-by: Philippe Mathieu-Daudé --- target/riscv/cpu.h | 34 ++ 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/target/

[PATCH 08/10] target/riscv/cpu: Restrict sysemu-specific fields from CPUArchState

2022-12-16 Thread Philippe Mathieu-Daudé
The 'hwaddr' type is only available / meaningful on system emulation. Signed-off-by: Philippe Mathieu-Daudé --- target/riscv/cpu.h | 34 ++ 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/target/riscv/cpu.h b/target/riscv/cpu.h index fc1f72e5c3..bd