OSDN Git Service

virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 13 Oct 2022 18:59:08 +0000 (14:59 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 26 Oct 2022 18:56:42 +0000 (14:56 -0400)
commitbaf422684d73c7bf38e2c18815e18d44fcf395b6
tree3ed8a3693f381a50de97abceea510e30f6260294
parentc5640b3e2f1146e8eea9f9f62db87713388d8bc8
virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint

Register guest RAM using BlockRAMRegistrar and set the
BDRV_REQ_REGISTERED_BUF flag so block drivers can optimize memory
accesses in I/O requests.

This is for vdpa-blk, vhost-user-blk, and other I/O interfaces that rely
on DMA mapping/unmapping.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-id: 20221013185908.1297568-14-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/block/virtio-blk.c
include/hw/virtio/virtio-blk.h