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_missing/host_missing/accel_missing/1149.toml | |
| 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_missing/host_missing/accel_missing/1149.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1149.toml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1149.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1149.toml deleted file mode 100644 index 620c612cf..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1149.toml +++ /dev/null @@ -1,21 +0,0 @@ -id = 1149 -title = "Micron Xccela (MT35x) NOR Flash wrong implementation in `hw/block/m25p80.c`" -state = "opened" -created_at = "2022-08-11T08:56:39.666Z" -closed_at = "n/a" -labels = ["kind::Feature Request"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1149" -host-os = "n/a" -host-arch = "n/a" -qemu-version = "n/a" -guest-os = "n/a" -guest-arch = "n/a" -description = "n/a" -reproduce = "n/a" -additional = """I see that in the fork they introduced a new entry - `MAN_MICRON_OCTAL`: - https://github.com/Xilinx/qemu/blob/master/hw/block/m25p80.c - -Would be nice to make it more generic, probably to call just `MAN_MICRON` and set octal mode like quad mode in other flash implementations - via the configuration register flags, especially since they could be enabled and disabled on the fly. - -Also the 256 configuration registers: https://github.com/Xilinx/qemu/commit/9b2fe1e36bfd8849bb3538161279cdff6efea325 - -cc @alistair23""" |