diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_riscv/host_missing/accel_missing/2543 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_riscv/host_missing/accel_missing/2543')
| -rw-r--r-- | gitlab/issues_text/target_riscv/host_missing/accel_missing/2543 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gitlab/issues_text/target_riscv/host_missing/accel_missing/2543 b/gitlab/issues_text/target_riscv/host_missing/accel_missing/2543 deleted file mode 100644 index f13906617..000000000 --- a/gitlab/issues_text/target_riscv/host_missing/accel_missing/2543 +++ /dev/null @@ -1,11 +0,0 @@ -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. |