cloud-hypervisor/vmm
Sebastien Boeuf 08e47ebd4b vmm: Add num_queues and queue_size parameters to virtio-blk
The number of queues and the size of each queue were not configurable.
In anticipation for adding multiqueue support, this commit introduces
some new parameters to let the user decide about the number of queues
and the queue size.

Note that the default values for each of these parameters are identical
to the default values used for vhost-user-blk, that is 1 for the number
of queues and 128 for the queue size.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-01-28 09:26:53 +01:00
..
src vmm: Add num_queues and queue_size parameters to virtio-blk 2020-01-28 09:26:53 +01:00
Cargo.toml build(deps): bump signal-hook from 0.1.12 to 0.1.13 2020-01-26 13:29:47 +00:00