[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/4] virtio-scsi: introduce a constant for fixed virtqueue
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v2 1/4] virtio-scsi: introduce a constant for fixed virtqueues |
Date: |
Mon, 27 Jan 2020 13:59:00 +0100 |
On Fri, 24 Jan 2020 10:01:56 +0000
Stefan Hajnoczi <address@hidden> wrote:
> The event and control virtqueues are always present, regardless of the
> multi-queue configuration. Define a constant so that virtqueue number
> calculations are easier to read.
>
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
> hw/scsi/vhost-user-scsi.c | 2 +-
> hw/scsi/virtio-scsi.c | 7 ++++---
> include/hw/virtio/virtio-scsi.h | 3 +++
> 3 files changed, 8 insertions(+), 4 deletions(-)
Reviewed-by: Cornelia Huck <address@hidden>
[PATCH v2 3/4] virtio-blk: default num_queues to -smp N, Stefan Hajnoczi, 2020/01/24
[PATCH v2 4/4] vhost-user-blk: default num_queues to -smp N, Stefan Hajnoczi, 2020/01/24