Re: [PATCH] fix SSE2/SSSE3 feature detection in tcg/decode-new.c.inc

2024-09-07 Thread Frank Mehnert
Hi Michael, the patch is no longer required. The fix was applied with da7c95920d027dbb00c6879c1da0216b19509191 I don't know if this was done independent of my proposal or not, but anyway, I'm satisfied :-) Thanks! Frank [1] https://github.com/qemu/qemu/commit/da7c95920d027dbb00c6879c1da0216

Re: [PATCH] fix SSE2/SSSE3 feature detection in tcg/decode-new.c.inc

2024-09-07 Thread Michael Tokarev
17.06.2024 15:51, Michael Tokarev wrote: Adding Cc's. A friendly ping? This patch does not apply directly currently, but the change is still relevant (I can fix context at apply time). Before it can be applied to trivial-patches tree I'd love to have some Reviewed-by tag(s). Or drop it :) T

Re: [PATCH] fix SSE2/SSSE3 feature detection in tcg/decode-new.c.inc

2024-06-17 Thread Michael Tokarev
Adding Cc's. /mjt 29.05.2024 16:53, Frank Mehnert wrote: The correct bitmask is cpuid_features rather than cpuid_ext_features. --- target/i386/tcg/decode-new.c.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/i386/tcg/decode-new.c.inc b/target/i386/tcg/decod