[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Stable-7.2.15 35/39] target/arm: Drop user-only special case in sve_stN
From: |
Michael Tokarev |
Subject: |
[Stable-7.2.15 35/39] target/arm: Drop user-only special case in sve_stN_r |
Date: |
Mon, 18 Nov 2024 21:06:23 +0300 |
From: Richard Henderson <richard.henderson@linaro.org>
This path is reachable with plugins enabled, and provoked
with run-plugin-catch-syscalls-with-libinline.so.
Cc: qemu-stable@nongnu.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20241112141232.321354-1-richard.henderson@linaro.org>
(cherry picked from commit f27550804688da43c6e0d87b2f9e143adbf76271)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/target/arm/sve_helper.c b/target/arm/sve_helper.c
index 45a93755fe..989257416e 100644
--- a/target/arm/sve_helper.c
+++ b/target/arm/sve_helper.c
@@ -6309,9 +6309,6 @@ void sve_stN_r(CPUARMState *env, uint64_t *vg,
target_ulong addr,
flags = info.page[0].flags | info.page[1].flags;
if (unlikely(flags != 0)) {
-#ifdef CONFIG_USER_ONLY
- g_assert_not_reached();
-#else
/*
* At least one page includes MMIO.
* Any bus operation can fail with cpu_transaction_failed,
@@ -6342,7 +6339,6 @@ void sve_stN_r(CPUARMState *env, uint64_t *vg,
target_ulong addr,
} while (reg_off & 63);
} while (reg_off <= reg_last);
return;
-#endif
}
mem_off = info.mem_off_first[0];
--
2.39.5
- [Stable-7.2.15 v2 00/39] Patch Round-up for stable 7.2.15, freeze on 2024-11-18, Michael Tokarev, 2024/11/18
- [Stable-7.2.15 33/39] target/i386: Fix legacy page table walk, Michael Tokarev, 2024/11/18
- [Stable-7.2.15 35/39] target/arm: Drop user-only special case in sve_stN_r,
Michael Tokarev <=
- [Stable-7.2.15 34/39] linux-user: Fix setreuid and setregid to use direct syscalls, Michael Tokarev, 2024/11/18
- [Stable-7.2.15 37/39] hw/misc/mos6522: Fix bad class definition of the MOS6522 device, Michael Tokarev, 2024/11/18
- [Stable-7.2.15 36/39] tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc(), Michael Tokarev, 2024/11/18
- [Stable-7.2.15 38/39] hw/audio/hda: fix memory leak on audio setup, Michael Tokarev, 2024/11/18
- [Stable-7.2.15 39/39] usb-hub: Fix handling port power control messages, Michael Tokarev, 2024/11/18