On 1/20/24 00:40, Anton Johansson wrote:
Switches computation of offsets into CPUState to use that the offset
between CPUState and CPUArchState is guaranteed to be sizeof(CPUState).
Signed-off-by: Anton Johansson
---
accel/tcg/plugin-gen.c | 15 +++
1 file changed, 7 insertions(+)
Switches computation of offsets into CPUState to use that the offset
between CPUState and CPUArchState is guaranteed to be sizeof(CPUState).
Signed-off-by: Anton Johansson
---
accel/tcg/plugin-gen.c | 15 +++
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/accel/tcg/plu