Re: [PATCH v2 6/9] target/arm: Use DEF_HELPER_FLAGS for helper_dc_zva

2020-03-02 Thread Philippe Mathieu-Daudé
On 3/2/20 6:58 PM, Richard Henderson wrote: The function does not write registers, and only reads them by implication via the exception path. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/helper-a64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[PATCH v2 6/9] target/arm: Use DEF_HELPER_FLAGS for helper_dc_zva

2020-03-02 Thread Richard Henderson
The function does not write registers, and only reads them by implication via the exception path. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/helper-a64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/arm/helper-a64.h b/target/arm/help