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/1157.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_missing/host_missing/accel_missing/1157.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1157.toml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1157.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1157.toml deleted file mode 100644 index abc14fe7..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1157.toml +++ /dev/null @@ -1,21 +0,0 @@ -id = 1157 -title = "aarch64: enabling MMU causes instruction abort" -state = "closed" -created_at = "2022-08-14T15:27:24.095Z" -closed_at = "2022-08-19T17:06:01.555Z" -labels = ["workflow::Needs Info"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1157" -host-os = "Linux" -host-arch = "x86_64" -qemu-version = "7.1.0-rc2" -guest-os = "[SerenityOS](https://github.com/SerenityOS/serenity)" -guest-arch = "aarch64 Raspberry PI3" -description = """The title describes the problem pretty accurately, we get an instruction abort when enabling the MMU with a pretty simple set of page tables. This has been regressed from qemu 6.x.""" -reproduce = """1. Run the provided Kernel binary with the command line specified above. -2. Notice the hang after 'Initialize MMU'. I traced it down to being an instructions abort after the write to the SCTLR_EL1 register. -3. Try to run with qemu 6.x, and notice that it works.""" -additional = """This does work on actual hardware, so it has to be a qemu bug. - -A binary of the Serenity Kernel has been attached to the issue. The source of that binary can be found at commit ca0e32e59fcf67a662e5d3a994d44cd7c941624a of [SerenityOS](https://github.com/SerenityOS/serenity). - -[Kernel](/uploads/f731edbf81d8e575035e9693b0a51dbf/Kernel)""" |