On Wed, 3 Apr 2019 at 11:52, Tommy Jin <t...@wavecomp.com> wrote: > That command line option doesn't work for boston, although I didn't get any > obvious error, no Ethernet card appears either.
Does the guest kernel find the PCI device (eg appears in kernel bootup messages, appears in 'lspci' output)? It's worth double-checking that your guest kernel's config has enabled support for PCI, for the PCI controller used by the boston board, for virtio-net, etc. > Where can I get that arm image/command which can work well for you with " > -netdev user,id=mynet -device virtio-net-pci,netdev=mynet" ? https://translatedcode.wordpress.com/2017/07/24/installing-debian-on-qemus-64-bit-arm-virt-board/ has instructions for booting Debian which use that command line. thanks -- PMM