summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:14b/output/hypervisor/2543
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/deepseek-r1:14b/output/hypervisor/2543
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/deepseek-r1:14b/output/hypervisor/2543')
-rw-r--r--results/classifier/deepseek-r1:14b/output/hypervisor/254312
1 files changed, 12 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:14b/output/hypervisor/2543 b/results/classifier/deepseek-r1:14b/output/hypervisor/2543
new file mode 100644
index 00000000..8057b9cc
--- /dev/null
+++ b/results/classifier/deepseek-r1:14b/output/hypervisor/2543
@@ -0,0 +1,12 @@
+
+QEMU UEFI for riscv64 failed to load my DIY bootloader due to unknown reason
+Steps to reproduce:
+1. [ProblematicBootLoader.zip](/uploads/21fcff0052dc2dd95bf4bba3f6ec8fb8/ProblematicBootLoader.zip) unpack this zipped file,create a fat.img which contains FAT32 file system,and then move the unpacked file in the zip to /EFI/BOOT/bootriscv64.efi.After that using xorriso to pack it.
+2. Load the cdrom in libvirt(virt-manager) using SCSI/USB
+3. Then wait for seconds and error will show(I don't why STORE_ACCESS_PAGE_FAULT occurs)
+Additional information:
+My full source code is in https://github.com/TYDQSoft/UEFIPascalOS.
+
+You can get the instruction in the github to compile this problematic bootloader for testing.
+
+x64,AArch64 was tested successfully,but riscv64 is always problematic in evert test times.