Re: [PATCH v2 10/36] tcg: Add temp_readonly

2020-04-22 Thread Alex Bennée
Richard Henderson writes: > In most, but not all, places that we check for TEMP_FIXED, > we are really testing that we do not modify the temporary. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v2 10/36] tcg: Add temp_readonly

2020-04-21 Thread Richard Henderson
In most, but not all, places that we check for TEMP_FIXED, we are really testing that we do not modify the temporary. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 5 + tcg/tcg.c | 21 ++--- 2 files changed, 15