On Thu, Mar 19, 2015 at 6:10 PM, Michael S. Tsirkin <m...@redhat.com>
wrote:
On Thu, Mar 19, 2015 at 03:05:51PM +0800, Jason Wang wrote:
We don't validate the backend queue numbers against bus limitation,
this will easily crash qemu if it exceeds the limitation. Fixing
this
by doing the validation and fail early.
Can you please include the qemu command line that crashes?
Ok, will include it in v2. cli is something like:
qemu-system-x86_64 -netdev tap,id=hn0,queues=256 -device
virtio-net-pci,netdev=hn0 -enable-kvm