On Thu, Jul 10, 2025 at 07:05:25AM -0300, Daniel Henrique Barboza wrote: > This reverts commit 28c12c1f2f50d7f7f1ebfc587c4777ecd50aac5b. > > As reported in [1] this commit is breaking Linux vector code, and > although a simpler reproducer was provided, the fix itself isn't trivial > due to the amount and the nature of the changes. And we really do not > want to keep Linux broken while we work on it. > > The revert will fix Linux and will give us time to do a proper fix. > > [1] https://mail.gnu.org/archive/html/qemu-devel/2025-07/msg02525.html > > Signed-off-by: Daniel Henrique Barboza <dbarb...@ventanamicro.com> > --- > target/riscv/insn_trans/trans_rvv.c.inc | 323 ++++-------------------- > 1 file changed, 50 insertions(+), 273 deletions(-)
Tested-by: Eric Biggers <ebigg...@kernel.org> - Eric