virtio-scsi: clean up virtio_scsi_handle_event_vq()
commit37ce2de95169dacab3fb53d11bd4509b9c2e3a4c
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 27 Apr 2022 14:35:38 +0000 (27 15:35 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 9 May 2022 09:45:04 +0000 (9 10:45 +0100)
treefd87531c41f3bac38660248948594903cfa242dd
parent38738f7dbbda90fbc161757b7f4be35b52205552
virtio-scsi: clean up virtio_scsi_handle_event_vq()

virtio_scsi_handle_event_vq() is only called from hw/scsi/virtio-scsi.c
now and its return value is no longer used. Remove the function
prototype from virtio-scsi.h and drop the return value.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 20220427143541.119567-4-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/scsi/virtio-scsi.c
include/hw/virtio/virtio-scsi.h