mbox series

[0/2] block/blkio: fix opening virtio-blk drivers

Message ID 20230724154611.178858-1-sgarzare@redhat.com (mailing list archive)
Headers show
Series block/blkio: fix opening virtio-blk drivers | expand

Message

Stefano Garzarella July 24, 2023, 3:46 p.m. UTC
There is a problem with virtio-blk-vhost-vdpa. The first patch
fixes the issue, the second patch tries to prepare QEMU for a
future version of libblkio where we can use blkio_set_fd() to
check whether the property is supported or not.

Stefano Garzarella (2):
  block/blkio: fix opening virtio-blk drivers
  block/blkio: use blkio_set_int("fd") to check fd support

 block/blkio.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)