semantic: 0.998 permissions: 0.998 socket: 0.998 PID: 0.998 debug: 0.998 graphic: 0.997 other: 0.997 device: 0.997 files: 0.997 performance: 0.997 vnc: 0.997 network: 0.996 boot: 0.996 KVM: 0.992 virtio only support packed ring size power of 2 Issue discription: When QEMU starts with "-device virtio-net-pci,netdev=netdev0,mac=52:54:00:00:00:01,disable-modern=false,mrg_rxbuf=on,rx_queue_size=1025,tx_queue_size=1025,mq=on,vectors=15,packed=on" It raises error: Invalid rx_queue_size (= 1025), must be a power of 2 between 256 and 1024 Analysis: According to virtio1.1 spec, the packed queue size value does not have to be a power of 2. Maybe the virtio need to be revised? On Wed, May 6, 2020 at 10:51 AM xuan