Make the API more similar to the regular virtqueue API. This will help when modifying the code to not use vring.c anymore.
8b1fe1c vring: make vring_enable_notification return void
hw/block/dataplane/virtio-blk.c | 3 ++-
hw/virtio/dataplane/vring.c | 3 +--
include/hw/virtio/dataplane/vring.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Upstream: git.qemu.org