diff options
author | Stefano Garzarella <sgarzare@redhat.com> | 2023-05-30 09:19:40 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2023-06-01 11:08:21 -0400 |
commit | cad2ccc395c7113fb30bc9390774b67b34f06c68 (patch) | |
tree | dba203a18d7dc975eae4550f25fa1763c405fd37 /tests/guest-debug | |
parent | 2a0d7cb6b7c1d1f325a81ec9f50a823318b045bb (diff) | |
download | qemu-cad2ccc395c7113fb30bc9390774b67b34f06c68.zip qemu-cad2ccc395c7113fb30bc9390774b67b34f06c68.tar.gz qemu-cad2ccc395c7113fb30bc9390774b67b34f06c68.tar.bz2 |
block/blkio: use qemu_open() to support fd passing for virtio-blk
Some virtio-blk drivers (e.g. virtio-blk-vhost-vdpa) supports the fd
passing. Let's expose this to the user, so the management layer
can pass the file descriptor of an already opened path.
If the libblkio virtio-blk driver supports fd passing, let's always
use qemu_open() to open the `path`, so we can handle fd passing
from the management layer through the "/dev/fdset/N" special path.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Message-id: 20230530071941.8954-2-sgarzare@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/guest-debug')
0 files changed, 0 insertions, 0 deletions