OSDN Git Service

Revert "vhost: send SET_VRING_ENABLE at start/stop"
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 25 Nov 2015 11:39:57 +0000 (13:39 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 26 Nov 2015 10:02:11 +0000 (12:02 +0200)
commit449e3578107799817a81249b189f6f82aa9e787d
treec660866e2c1e52bc2cf4efc5fe3f81d40e76aee7
parent7cf32491eac9dc32fd8ca7933f3edc9d42f884ee
Revert "vhost: send SET_VRING_ENABLE at start/stop"

This reverts commit 3a12f32229a046f4d4ab0a3a52fb01d2d5a1ab76.

In case of live migration several queues can be enabled and not only the
first one. So informing backend that only the first queue is enabled is
wrong.

Reported-by: Thibaut Collet <thibaut.collet@6wind.com>
Cc: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
hw/virtio/vhost.c