diff options
Diffstat (limited to 'results/classifier/105/graphic/1194')
| -rw-r--r-- | results/classifier/105/graphic/1194 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/105/graphic/1194 b/results/classifier/105/graphic/1194 new file mode 100644 index 000000000..25ffc2224 --- /dev/null +++ b/results/classifier/105/graphic/1194 @@ -0,0 +1,28 @@ +graphic: 0.979 +device: 0.966 +instruction: 0.944 +network: 0.810 +vnc: 0.748 +socket: 0.732 +semantic: 0.620 +boot: 0.527 +KVM: 0.490 +other: 0.428 +assembly: 0.302 +mistranslation: 0.249 + +Initialization of device virtio-net-pci failed: failed to find romfile "efi-virtio.rom" +Description of problem: +After executing the below command inside adb shell +qemu-system-aarch64 -enable-kvm -nographic \ +-kernel Image -initrd ramdisk.img -m 512 -M virt -cpu host \ + +I am getting the below error +"qemu-system-aarch64: Initialization of device virtio-net-pci failed: failed to find romfile "efi-virtio.rom"" +Steps to reproduce: +1. adb Push qemu-system-aarch64 inside system/bin +2. Run +qemu-system-aarch64 -enable-kvm -nographic \ +-kernel Image -initrd ramdisk.img -m 512 -M virt -cpu host \ +Additional information: +Kindly help me to proceed further |