summary refs log tree commit diff stats
path: root/gitlab/issues/target_i386/host_x86/accel_TCG/2413.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues/target_i386/host_x86/accel_TCG/2413.toml')
-rw-r--r--gitlab/issues/target_i386/host_x86/accel_TCG/2413.toml41
1 files changed, 0 insertions, 41 deletions
diff --git a/gitlab/issues/target_i386/host_x86/accel_TCG/2413.toml b/gitlab/issues/target_i386/host_x86/accel_TCG/2413.toml
deleted file mode 100644
index 81ab6eb8..00000000
--- a/gitlab/issues/target_i386/host_x86/accel_TCG/2413.toml
+++ /dev/null
@@ -1,41 +0,0 @@
-id = 2413
-title = "Use of TSTEQ/TSTNE has regressed the cdrom test when running a 32 bit build of qemu-system-x86_64 using TCG"
-state = "closed"
-created_at = "2024-06-28T12:00:52.273Z"
-closed_at = "2024-07-03T22:35:50.145Z"
-labels = ["Closed::Fixed", "accel: TCG", "host: x86", "kind::Bug", "target: i386"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/2413"
-host-os = "Debian Bookworm"
-host-arch = "x86_64"
-qemu-version = "15957eb9efe2da67c796612cead95cba28ba9bda"
-guest-os = "n/a"
-guest-arch = "qtest-x86_64/cdrom-test (/x86_64/cdrom/boot/lsi53c895a)"
-description = """The test freezes, eventually timing out. The bisect was confused by other SEV related things so I had to whittle down the config to --disable-kvm."""
-reproduce = """1. '../../configure' '--disable-docs' '--disable-user' '--cross-prefix=i686-linux-gnu-' '--target-list=x86_64-softmmu' '--enable-debug' '--disable-kvm'
-2. ninja
-3. meson test -t 0.05 qtest-x86_64/cdrom-test V=1"""
-additional = """Bisect run pointed at:
-
-```
-commit 15957eb9efe2da67c796612cead95cba28ba9bda
-Author: Paolo Bonzini <pbonzini@redhat.com>
-Date:   Fri Oct 27 05:57:31 2023 +0200
-
-    target/i386: use TSTEQ/TSTNE to test low bits
-    
-    When testing the sign bit or equality to zero of a partial register, it
-    is useful to use a single TSTEQ or TSTNE operation.  It can also be used
-    to test the parity flag, using bit 0 of the population count.
-    
-    Do not do this for target_ulong-sized values however; the optimizer would
-    produce a comparison against zero anyway, and it avoids shifts by 64
-    which are undefined behavior.
-    
-    Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
-    Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-
- target/i386/tcg/translate.c | 28 ++++++++++++++++++++--------
- target/i386/tcg/emit.c.inc  |  5 ++---
- 2 files changed, 22 insertions(+), 11 deletions(-)
-bisect found first bad commit⏎                                                          
-```"""