summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/1194
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/peripherals/1194
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/peripherals/1194')
-rw-r--r--results/classifier/gemma3:12b/peripherals/119416
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/1194 b/results/classifier/gemma3:12b/peripherals/1194
new file mode 100644
index 00000000..4b5f7136
--- /dev/null
+++ b/results/classifier/gemma3:12b/peripherals/1194
@@ -0,0 +1,16 @@
+
+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