]> Git Repo - qemu.git/commit - net/vhost-user.c
vhost-user: verify that number of queues is less than MAX_QUEUE_NUM
authorIlya Maximets <[email protected]>
Wed, 24 Feb 2016 10:44:34 +0000 (13:44 +0300)
committerMichael S. Tsirkin <[email protected]>
Fri, 11 Mar 2016 12:55:15 +0000 (14:55 +0200)
commitfff4e48ed54cc39e5942921df91300646ad37707
treedbfe119c107fac30f6160e1d211b860d48d733e1
parenta0d06486b445985b8d128df172daefbae205bffd
vhost-user: verify that number of queues is less than MAX_QUEUE_NUM

Fix QEMU crash when -netdev vhost-user,queues=n is passed with number
of queues greater than MAX_QUEUE_NUM.

Signed-off-by: Ilya Maximets <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Acked-by: Jason Wang <[email protected]>
net/vhost-user.c
This page took 0.023935 seconds and 4 git commands to generate.