I’m going to develop a DPDK Linux application on a laptop, but the laptop’s hardware is not supported by DPDK. Furtunately, DPDK supports paravirtualized devices including QEMU’s virtio-net. So I’m trying to configure a QEMU guest for running the Kernel NIC Interface(KNI) on a virtio-net-pci device. The problem is that the KNI sample application doesn’t accept the virtio-net-pci driver. QEMU
Tag: qemu
Is QEMU good for learning programming in assembler for ARM and PowerPC?
I want to learn programming in assembler for PowerPC and ARM, but I’m unable to buy real hardware for this purpose. I’m thinking about using QEMU for that. However I’m not sure if it emulates both architectures enough well, that I’ll compile and run my programs in native assembler on it? Answer QEMU works well for testing program correction (i.e.