[PATCH 0/3] qemu: fix setup of FD passed disks

Peter Krempa posted 3 patches 10 months, 1 week ago
Failed in applying to current master (apply log)
src/qemu/qemu_domain.c                        |  6 ++--
.../disk-source-fd.x86_64-latest.args         | 36 +++++++++++--------
.../disk-source-fd.x86_64-latest.xml          | 21 +++++++++--
tests/qemuxmlconfdata/disk-source-fd.xml      | 16 +++++++--
tests/qemuxmlconftest.c                       |  9 +++--
tests/testutilsqemu.c                         |  2 ++
tests/testutilsqemu.h                         |  2 +-
7 files changed, 67 insertions(+), 25 deletions(-)
[PATCH 0/3] qemu: fix setup of FD passed disks
Posted by Peter Krempa 10 months, 1 week ago
See 3/3

Peter Krempa (3):
  qemuxmlconftest: Allow testing of the 'writable' flag for passed FDs
    for disks
  qemuxmlconftest: Add testing of FDs with 'writable' flag in
    'disk-source-fd'
  qemu: domain: Initialize FD passthrough for a virStorageSource before
    using it

 src/qemu/qemu_domain.c                        |  6 ++--
 .../disk-source-fd.x86_64-latest.args         | 36 +++++++++++--------
 .../disk-source-fd.x86_64-latest.xml          | 21 +++++++++--
 tests/qemuxmlconfdata/disk-source-fd.xml      | 16 +++++++--
 tests/qemuxmlconftest.c                       |  9 +++--
 tests/testutilsqemu.c                         |  2 ++
 tests/testutilsqemu.h                         |  2 +-
 7 files changed, 67 insertions(+), 25 deletions(-)

-- 
2.48.1
Re: [PATCH 0/3] qemu: fix setup of FD passed disks
Posted by Jiri Denemark 10 months, 1 week ago
On Thu, Feb 06, 2025 at 17:05:43 +0100, Peter Krempa wrote:
> See 3/3
> 
> Peter Krempa (3):
>   qemuxmlconftest: Allow testing of the 'writable' flag for passed FDs
>     for disks
>   qemuxmlconftest: Add testing of FDs with 'writable' flag in
>     'disk-source-fd'
>   qemu: domain: Initialize FD passthrough for a virStorageSource before
>     using it
> 
>  src/qemu/qemu_domain.c                        |  6 ++--
>  .../disk-source-fd.x86_64-latest.args         | 36 +++++++++++--------
>  .../disk-source-fd.x86_64-latest.xml          | 21 +++++++++--
>  tests/qemuxmlconfdata/disk-source-fd.xml      | 16 +++++++--
>  tests/qemuxmlconftest.c                       |  9 +++--
>  tests/testutilsqemu.c                         |  2 ++
>  tests/testutilsqemu.h                         |  2 +-
>  7 files changed, 67 insertions(+), 25 deletions(-)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>