diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_m68k/host_missing/accel_missing/2675.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_m68k/host_missing/accel_missing/2675.toml')
| -rw-r--r-- | gitlab/issues/target_m68k/host_missing/accel_missing/2675.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gitlab/issues/target_m68k/host_missing/accel_missing/2675.toml b/gitlab/issues/target_m68k/host_missing/accel_missing/2675.toml new file mode 100644 index 000000000..63fd4f18f --- /dev/null +++ b/gitlab/issues/target_m68k/host_missing/accel_missing/2675.toml @@ -0,0 +1,21 @@ +id = 2675 +title = "q800 machine is broken when compiling with --enable-cfi" +state = "closed" +created_at = "2024-11-14T10:11:17.424Z" +closed_at = "2024-11-18T16:20:58.539Z" +labels = ["kind::Bug", "target: m68k"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2675" +host-os = "Fedora 40" +host-arch = "x86" +qemu-version = "v9.2.0-rc0" +guest-os = "n/a" +guest-arch = "m68k" +description = """When compiling QEMU that is configured like this: +``` + .../configure --target-list=m68k-softmmu --enable-cfi --cc=clang +``` +the q800 machine crashes with an illegal exception on the host very early, somewhere during q800_machine_init()""" +reproduce = """1. .../configure --target-list=m68k-softmmu --enable-cfi --cc=clang +2. make qemu-system-m68k +3. ./qemu-system-m68k -M q800""" +additional = "n/a" |