qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] block/blkio: support 'fd' option for virtio-blk-vhost-vdpa driver
@ 2023-05-11  9:15 Stefano Garzarella
  2023-05-11  9:15 ` [PATCH v3 1/1] block/blkio: use qemu_open() to support fd passing for virtio-blk Stefano Garzarella
  0 siblings, 1 reply; 12+ messages in thread
From: Stefano Garzarella @ 2023-05-11  9:15 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Stefan Hajnoczi, Jonathon Jongsma, qemu-block,
	Hanna Reitz, Stefano Garzarella

v3:
- use qemu_open() on `path` to simplify libvirt code [Jonathon]
- remove patch 01 since we are not using monitor_fd_param() anymore

v2: https://lore.kernel.org/qemu-devel/20230504092843.62493-1-sgarzare@redhat.com/
- added patch 01 to use monitor_fd_param() in the blkio module
- use monitor_fd_param() to parse the fd like vhost devices [Stefan]

v1: https://lore.kernel.org/qemu-devel/20230502145050.224615-1-sgarzare@redhat.com/

The virtio-blk-vhost-vdpa driver in libblkio 1.3.0 supports the new
'fd' property. Let's expose this to the user, so the management layer
can pass the file descriptor of an already opened vhost-vdpa character
device. This is useful especially when the device can only be accessed
with certain privileges.

Stefano Garzarella (1):
  block/blkio: use qemu_open() to support fd passing for virtio-blk

 block/blkio.c | 53 ++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 44 insertions(+), 9 deletions(-)

-- 
2.40.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-05-26 14:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11  9:15 [PATCH v3 0/1] block/blkio: support 'fd' option for virtio-blk-vhost-vdpa driver Stefano Garzarella
2023-05-11  9:15 ` [PATCH v3 1/1] block/blkio: use qemu_open() to support fd passing for virtio-blk Stefano Garzarella
2023-05-11 16:03   ` Jonathon Jongsma
2023-05-15 10:10     ` Stefano Garzarella
2023-05-16 16:04       ` Jonathon Jongsma
2023-05-17  7:19         ` Stefano Garzarella
2023-05-17 14:30           ` Stefan Hajnoczi
2023-05-24  9:05             ` Stefano Garzarella
2023-05-24 19:16               ` Stefan Hajnoczi
2023-05-25 18:30             ` Markus Armbruster
2023-05-25 18:59               ` Jonathon Jongsma
2023-05-26 14:25               ` Stefano Garzarella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).