summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/boot/992
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/boot/992
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/boot/992')
-rw-r--r--results/classifier/gemma3:12b/boot/99221
1 files changed, 21 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/boot/992 b/results/classifier/gemma3:12b/boot/992
new file mode 100644
index 00000000..be81d78d
--- /dev/null
+++ b/results/classifier/gemma3:12b/boot/992
@@ -0,0 +1,21 @@
+
+qemu-system-riscv64: Some ROM regions are overlapping When memory set <= 16
+Description of problem:
+
+Steps to 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 information:
+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.