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_missing/2382.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_arm/host_missing/accel_missing/2382.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_missing/2382.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_missing/2382.toml b/gitlab/issues/target_arm/host_missing/accel_missing/2382.toml new file mode 100644 index 000000000..c54bbfe91 --- /dev/null +++ b/gitlab/issues/target_arm/host_missing/accel_missing/2382.toml @@ -0,0 +1,22 @@ +id = 2382 +title = "QEMU occurs an Error when testing my DIY UEFI aarch64 kernel:Synchronous Exception at 0x00000000E46CCEAC" +state = "closed" +created_at = "2024-06-05T12:36:50.899Z" +closed_at = "2024-10-28T13:29:14.039Z" +labels = ["target: arm", "workflow::Needs Info"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2382" +host-os = "Fedora" +host-arch = "x64" +qemu-version = "9.0.0" +guest-os = "my DIY kernel(TYDQ System,which source code is on github[UEFIPascalOS](https://github.com/TYDQSoft/UEFIPascalOS))" +guest-arch = "aarch64(arm64)" +description = """Shows Synchronous Exception at 0x00000000E46CCEAC and the program halts.""" +reproduce = """1.Download the UEFIPascalOS on github. +2.run the bash buildaarch64.sh to build the kernel iso. +3.Go through the installer guide and enter the kernel. +4.Enter the account's name and password and press enter,now you can got an error that shows Synchronous Exception at 0x00000000E46CCEAC""" +additional = """(no logs,stack traces was shown for the error because logs and stack traces are not exists.) +screenshots: + +If I create two accounts,it will halt on sentence "Welcome to TYDQ System!" and give me Synchronous Exception at other numbers. +If I change the memory in virt-machine,the Synchronous Exception showing number will be changed.""" |