diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_arm/host_mips | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_arm/host_mips')
| -rw-r--r-- | gitlab/issues/target_arm/host_mips/accel_TCG/496.toml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gitlab/issues/target_arm/host_mips/accel_TCG/496.toml b/gitlab/issues/target_arm/host_mips/accel_TCG/496.toml deleted file mode 100644 index e588d0b5a..000000000 --- a/gitlab/issues/target_arm/host_mips/accel_TCG/496.toml +++ /dev/null @@ -1,25 +0,0 @@ -id = 496 -title = "qemu-system-aarch64: ../accel/tcg/cpu-exec.c:681: cpu_loop_exec_tb: Assertion 'icount_enabled()' failed" -state = "opened" -created_at = "2021-07-23T07:18:15.178Z" -closed_at = "n/a" -labels = ["accel: TCG", "host: mips", "kind::Bug", "target: arm"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/496" -host-os = "Debian 10" -host-arch = "mips64el" -qemu-version = "v5.2 ,v6.0" -guest-os = "Debian 10" -guest-arch = "ARM" -description = """When I use qemu-system-aarch64 start a Debian(ARM64) on a mips64el host(ARM64 and X86_64 host don't have this bug), I get a bug as follows: - - -`qemu-system-aarch64: ../accel/tcg/cpu-exec.c:681: cpu_loop_exec_tb: Assertion 'icount_enabled()' failed` - - -The crash code is in ../accel/tcg/cpu-exec.c:681, the code in qemu v5.2.0 as follows: - - -``` -#""" -reproduce = "n/a" -additional = "n/a" |