Re: [PATCH v4 04/16] cputlb: Use optimize_away in load/store_helpers

2019-09-24 Thread Alex Bennée
Richard Henderson writes: > Increase the current runtime assert to a compile-time assert. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > accel/tcg/cputlb.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/accel/tcg/cputlb.c b/accel/tcg/cp

Re: [PATCH v4 04/16] cputlb: Use optimize_away in load/store_helpers

2019-09-24 Thread David Hildenbrand
On 24.09.19 00:59, Richard Henderson wrote: > Increase the current runtime assert to a compile-time assert. > > Signed-off-by: Richard Henderson > --- > accel/tcg/cputlb.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/accel/tcg/cputlb.c b/accel/tcg/cputlb.c > ind