On 4/1/23 20:00, Richard Henderson wrote:
Don't dereference CPUTLBEntryFull until we verify that the page is valid. Move the other user-only info field updates after the valid check to match.
Easy one :) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Cc: [email protected] Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1412 Signed-off-by: Richard Henderson <[email protected]> --- target/arm/sve_helper.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-)
