|
@@ -71,7 +71,7 @@ struct vhost_dev {
|
|
int n_tmp_sections;
|
|
int n_tmp_sections;
|
|
MemoryRegionSection *tmp_sections;
|
|
MemoryRegionSection *tmp_sections;
|
|
struct vhost_virtqueue *vqs;
|
|
struct vhost_virtqueue *vqs;
|
|
- int nvqs;
|
|
|
|
|
|
+ unsigned int nvqs;
|
|
/* the first virtqueue which would be used by this vhost dev */
|
|
/* the first virtqueue which would be used by this vhost dev */
|
|
int vq_index;
|
|
int vq_index;
|
|
/* if non-zero, minimum required value for max_queues */
|
|
/* if non-zero, minimum required value for max_queues */
|