virtio-ccw: fix sanity check for vector
commit1789f4e37c78d408dfa61655dfd8b397554152f9
authorHalil Pasic <pasic@linux.vnet.ibm.com>
Mon, 7 Dec 2015 14:21:46 +0000 (7 15:21 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 13 Jan 2016 09:53:42 +0000 (13 10:53 +0100)
treedce3421bedb8ce4a507c0c5c722511ccf748c311
parentcf87e0a3eea4ccc91fdb84b96cf9b62f399b6f3d
virtio-ccw: fix sanity check for vector

The commit 8dfbaa6ac ("virtio-ccw: introduce ccw specific queue limit")
did not touch the sanity check for the vector argument of the method
virtio_ccw_notify, despite intended as seen from
https://lists.nongnu.org/archive/html/qemu-devel/2015-04/msg02705.html
To be able to scale number of virtqueues using the constant this sanity
check needs to be altered.

Fixes: 8dfbaa6ac ("virtio-ccw: introduce ccw specific queue limit")
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Halil Pasic <pasic@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/virtio-ccw.c