device: 0.332 other: 0.175 semantic: 0.077 network: 0.064 files: 0.052 PID: 0.044 vnc: 0.042 graphic: 0.040 socket: 0.038 performance: 0.038 permissions: 0.033 boot: 0.030 debug: 0.022 KVM: 0.012 network: 0.468 device: 0.144 other: 0.083 debug: 0.068 files: 0.054 semantic: 0.040 socket: 0.031 PID: 0.024 performance: 0.021 permissions: 0.018 KVM: 0.016 boot: 0.013 graphic: 0.011 vnc: 0.008 virtio-net ignores the absence of the VIRTIO_NET_F_CTRL_VQ feature bit When negotiating virtio-net feature bits, the device ignores the absence of the VIRTIO_NET_F_CTRL_VQ bit in driver feature bits and provides three virtqueues, including the control virtqueue, even though the driver is expecting only the receive and transmit virtqueues. Looking into the source code, it appears it always assumes the presence of the control virtqueue, violating thus the VIRTIO version 1.0 specification. This is an automated cleanup. This bug report has been moved to QEMU's new bug tracker on gitlab.com and thus gets marked as 'expired' now. Please continue with the discussion here: https://gitlab.com/qemu-project/qemu/-/issues/151