Commit 1aea7a5b authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

virtio: drop an obsolete comment



virtio core has code to revert queue number
to maximum on reset. Drop TODO to add that.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Reviewed-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
parent a5b3ebfd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1316,7 +1316,6 @@ static void virtio_pci_common_write(void *opaque, hwaddr addr,
        virtio_queue_set_vector(vdev, vdev->queue_sel, val);
        break;
    case VIRTIO_PCI_COMMON_Q_ENABLE:
        /* TODO: need a way to put num back on reset. */
        virtio_queue_set_num(vdev, vdev->queue_sel,
                             proxy->vqs[vdev->queue_sel].num);
        virtio_queue_set_rings(vdev, vdev->queue_sel,