Re: [PATCH 9/9] accel/tcg: Update run_on_cpu_data static assert

2023-07-27 Thread Richard Henderson
On 7/21/23 13:58, Anton Johansson wrote: As we are now using vaddr for representing guest addresses, update the static assert to check that vaddr fits in the run_on_cpu_data union. Signed-off-by: Anton Johansson --- accel/tcg/cputlb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

[PATCH 9/9] accel/tcg: Update run_on_cpu_data static assert

2023-07-21 Thread Anton Johansson via
As we are now using vaddr for representing guest addresses, update the static assert to check that vaddr fits in the run_on_cpu_data union. Signed-off-by: Anton Johansson --- accel/tcg/cputlb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/accel/tcg/cputlb.c b/accel/tc