qemu-system-aarch64 -machine raspi3b -cpu cortex-a72 -nographic -dtb bcm2710-rpi-3-b-plus.dtb -m 1G -smp 4 -kernel kernel8.img -sd 2023-05-03-raspios-bullseye-arm64.img -append "rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootdelay=1" -device usb-net,netdev=net0 -netdev user,id=net0,hostfwd=tcp::2222-:22
``` I have modified this command according to my system and application as "qemu-system-aarch64 -machine raspi3 -cpu cortex-a72 -nographic -dtb /home/sanjithaa/bcm2711-rpi-4-b.dtb -m 1G -smp 4 -kernel /home/sanjithaa/kernel8.img -drive file=core-image-minimal-raspberrypi4-64.rpi-sdimg,format=raw -append "rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootdelay=1" -device usb-ehci -device usb-net,netdev=net0 -netdev user,id=net0,hostfwd=tcp::2222-:22" but i received the error as qemu-system-aarch64: -device usb-ehci: No 'PCI' bus found for device 'usb-ehci' " and I keep on changing the networking handler as usb-net, usb-echi and vitro-net where im getting the same error. how to resolve this, kindly assist me