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_ppc/host_missing/accel_missing/2768.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_ppc/host_missing/accel_missing/2768.toml')
| -rw-r--r-- | gitlab/issues/target_ppc/host_missing/accel_missing/2768.toml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gitlab/issues/target_ppc/host_missing/accel_missing/2768.toml b/gitlab/issues/target_ppc/host_missing/accel_missing/2768.toml deleted file mode 100644 index 2ddc4acc..00000000 --- a/gitlab/issues/target_ppc/host_missing/accel_missing/2768.toml +++ /dev/null @@ -1,26 +0,0 @@ -id = 2768 -title = "PowerPC e200 duplicate register definitions" -state = "closed" -created_at = "2025-01-08T12:36:09.902Z" -closed_at = "2025-03-23T22:28:28.065Z" -labels = ["kind::Bug", "target: ppc", "workflow::Confirmed"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2768" -host-os = "Win10" -host-arch = "PowerPC" -qemu-version = "9.2.0" -guest-os = "n/a" -guest-arch = "n/a" -description = """Registers DSRR0 and DSRR1 defined twice in the `target/ppc/cpu_init.c`: - -- in the common [`register_BookE_sprs()`](https://gitlab.com/qemu-project/qemu/-/blob/master/target/ppc/cpu_init.c#L740-748) -- and specific [`init_proc_e200()`](https://gitlab.com/qemu-project/qemu/-/blob/master/target/ppc/cpu_init.c#L2735-2742) - -The second case should be removed.""" -reproduce = """1. run `qemu-system-ppc -cpu e200z5` -2. check output -``` -** -ERROR:../qemu-9.2.0/target/ppc/helper_regs.c:410:_spr_register: assertion failed: (spr->name == ((void *)0)) -Bail out! ERROR:../qemu-9.2.0/target/ppc/helper_regs.c:410:_spr_register: assertion failed: (spr->name == ((void *)0)) -```""" -additional = "n/a" |