mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-13 07:55:20 +00:00
99da1dff90
Adding the num_queues parameter for vhost-user-blk backend, which can enable MQ support in the backend. This patch has enabled the MQ support from handle_event, and the vhost-user-backend crate will enable multiple threads to call this handle_event to handle read/write operations. Signed-off-by: Yang Zhong <yang.zhong@intel.com>