summary refs log tree commit diff stats
path: root/gitlab/issues/target_arm/host_x86/accel_TCG/1581.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues/target_arm/host_x86/accel_TCG/1581.toml')
-rw-r--r--gitlab/issues/target_arm/host_x86/accel_TCG/1581.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/gitlab/issues/target_arm/host_x86/accel_TCG/1581.toml b/gitlab/issues/target_arm/host_x86/accel_TCG/1581.toml
deleted file mode 100644
index 05ded13b9..000000000
--- a/gitlab/issues/target_arm/host_x86/accel_TCG/1581.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-id = 1581
-title = "QEMU TCG crashes when running on windows"
-state = "closed"
-created_at = "2023-04-06T02:34:59.134Z"
-closed_at = "2023-04-11T09:20:30.558Z"
-labels = ["Closed::Fixed", "accel: TCG", "host: x86", "hostos: Windows", "kind::Bug", "target: arm"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1581"
-host-os = "Windows 10 22H2"
-host-arch = "x86"
-qemu-version = "v8.0.0-rc2"
-guest-os = "linux buildroot"
-guest-arch = "arm64"
-description = """QEMU crashes immediately after startup and shows an assertion failure:
-
-ERROR:C:/msys64/home/xxx/qemu/tcg/i386/tcg-target.c.inc:1085:tcg_out_addi_ptr: assertion failed: (64 == 32)
-
-Bail out! ERROR:C:/msys64/home/xxx/qemu/tcg/i386/tcg-target.c.inc:1085:tcg_out_addi_ptr: assertion failed: (64 ==
- 32)"""
-reproduce = """NA"""
-additional = """1. This problem only occurs when the host system is windows, and the same QEMU configuration does not have this problem when the host system is Linux.
-2. This problem is related to the -smp parameter of QEMU. If the smp parameter is 1, this problem will not occur.
-3. This problem does not exist in the QEMU version 7.2."""