diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
| commit | 993a7c1ea28968a4479a87ad6c2637a7045d2d51 (patch) | |
| tree | 024d7266fc695c4f93ab6ce0fcd52326f3ac379d /results/classifier/108/other/1320 | |
| parent | 2773b5e236e2217a35a53dbc298757610c7bbbc6 (diff) | |
| download | qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.tar.gz qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/108/other/1320')
| -rw-r--r-- | results/classifier/108/other/1320 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/results/classifier/108/other/1320 b/results/classifier/108/other/1320 new file mode 100644 index 000000000..02d88071c --- /dev/null +++ b/results/classifier/108/other/1320 @@ -0,0 +1,27 @@ +boot: 0.915 +device: 0.912 +graphic: 0.890 +network: 0.819 +PID: 0.777 +files: 0.771 +vnc: 0.767 +permissions: 0.704 +semantic: 0.673 +performance: 0.609 +socket: 0.600 +debug: 0.531 +other: 0.342 +KVM: 0.247 + +qemu-system-riscv64: Unable to load the RISC-V firmware "opensbi-riscv64-virt-fw_jump.bin" +Description of problem: +qemu-system-riscv64: Unable to load the RISC-V firmware "opensbi-riscv64-virt-fw_jump.bin" +Steps to reproduce: +1. wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.79.tar.xz +2. sudo apt-get install crossbuild-essential-riscv64 +3. make ARCH=riscv defconfig && make ARCH=riscv menuconfig +4. make -j4 ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- +5. trucate -s 128G rootfs.img && mkfs.ext4 rootfs.img +6. sudo mount -o loop ./rootfs.img /mnt +7. debootstrap --arch=riscv64 focal /mnt +8. qemu-system-riscv64 -machine virt -bios default -m 512M -kernel ./linux-5.15.79/arch/riscv/boot/Image -drive file=./rootfs.img,format=raw |