summary refs log tree commit diff stats
path: root/gitlab/issues/target_riscv/host_missing/accel_missing/992.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_riscv/host_missing/accel_missing/992.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_riscv/host_missing/accel_missing/992.toml')
-rw-r--r--gitlab/issues/target_riscv/host_missing/accel_missing/992.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/gitlab/issues/target_riscv/host_missing/accel_missing/992.toml b/gitlab/issues/target_riscv/host_missing/accel_missing/992.toml
deleted file mode 100644
index 6dd2395b9..000000000
--- a/gitlab/issues/target_riscv/host_missing/accel_missing/992.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-id = 992
-title = "qemu-system-riscv64: Some ROM regions are overlapping When memory set <= 16"
-state = "closed"
-created_at = "2022-04-18T17:09:16.664Z"
-closed_at = "2022-07-03T04:38:37.972Z"
-labels = ["target: riscv"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/992"
-host-os = "Archlinux"
-host-arch = "x86"
-qemu-version = "QEMU emulator version 6.2.94 (v7.0.0-rc4) (built from master branch)"
-guest-os = "none"
-guest-arch = "risc-v"
-description = """"""
-reproduce = """1. Build the qemu
-2. run `./build/riscv64-softmmu/qemu-system-riscv64 --nographic -machine virt -m 16`
-3. got error message:
-```
-qemu-system-riscv64: Some ROM regions are overlapping
-These ROM regions might have been loaded by direct user request or by default.
-They could be BIOS/firmware images, a guest kernel, initrd or some other file loaded into guest memory.
-Check whether you intended to load all this guest code, and whether it has been built to load to the correct addresses.
-
-The following two regions overlap (in the memory address space):
-  /home/shiroko/Developments/qemu/build/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin (addresses 0x0000000080000000 - 0x0000000080019b50)
-  fdt (addresses 0x0000000080000000 - 0x0000000080100000)
-```"""
-additional = """Using `./build/riscv64-softmmu/qemu-system-riscv64 --nographic -machine virt -m 17` could bootup and seen OpenSBI messages.
-This problem appears on qemu-system-riscv32 too."""