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_arm/host_missing/accel_TCG/2150.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_arm/host_missing/accel_TCG/2150.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_TCG/2150.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_TCG/2150.toml b/gitlab/issues/target_arm/host_missing/accel_TCG/2150.toml new file mode 100644 index 00000000..b4c05f0b --- /dev/null +++ b/gitlab/issues/target_arm/host_missing/accel_TCG/2150.toml @@ -0,0 +1,21 @@ +id = 2150 +title = "ERROR:tcg/optimize.c:580:do_constant_folding_2: code should not be reached" +state = "closed" +created_at = "2024-02-05T07:38:32.684Z" +closed_at = "2024-04-10T13:42:48.180Z" +labels = ["Closed::Fixed", "Stable::to backport", "accel: TCG", "target: arm"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2150" +host-os = "Ubuntu 24.04" +host-arch = "ARM" +qemu-version = "8.2.0" +guest-os = "Windows 10/11" +guest-arch = "ARM64" +description = """After booting Windows 10 or 11 (ARM) QEMU suddenly quits with: + +ERROR:tcg/optimize.c:580:do_constant_folding_2: code should not be reached + +It seems like it is missing an OPCODE in that function?""" +reproduce = """1. Boot Windows +2. QEMU quits +3.""" +additional = """""" |