Xiaolong Ye 9f90145128 vhost: configure vDPA device after set vring call message
As qemu will only send VHOST_USER_SET_VRING_ENABLE message for guest
enabled vrings (only first queue pair will be enabled at initialized
stage), this will cause trouble for multiqueue case, vDPA's dev_conf
callback will get no chance be invoked. Decouple the dev_conf callback from
VHOST_USER_SET_VRING_ENABLE solves this issue.

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2019-01-18 09:47:26 +01:00
..
2019-01-15 02:40:40 +01:00
2018-10-26 22:14:06 +02:00
2019-01-10 00:34:09 +01:00
2018-10-12 19:33:02 +02:00
2018-12-19 20:56:09 +01:00
2019-01-10 16:57:22 +01:00