diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1194.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1194.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1194.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1194.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1194.toml new file mode 100644 index 000000000..2ef1cecf6 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1194.toml @@ -0,0 +1,23 @@ +id = 1194 +title = "Initialization of device virtio-net-pci failed: failed to find romfile \"efi-virtio.rom\"" +state = "closed" +created_at = "2022-09-05T08:43:30.156Z" +closed_at = "2025-05-12T14:35:25.514Z" +labels = ["workflow::Needs Info"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1194" +host-os = "Android 11 in rpi4" +host-arch = "ARM" +qemu-version = "- QEMU command line:" +guest-os = "Linux" +guest-arch = "x86" +description = """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""""" +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 = """Kindly help me to proceed further""" |