Home
last modified time | relevance | path

Searched hist:"5636 da76" (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/block/
H A Dvirtio-blk.c5636da76 Tue Nov 06 16:09:16 GMT 2018 Dongli Zhang <dongli.zhang@oracle.com> virtio-blk: rename iov to out_iov in virtio_blk_handle_request()

In virtio_blk_handle_request(), in_iov is used for input header while iov
is used for output header. Rename iov to out_iov to pair output header's
name with in_iov to avoid confusing people when reading source code.

Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
Message-id: 1541520556-8334-1-git-send-email-dongli.zhang@oracle.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>