[PATCH 0/3] qemu: Fix missing validation of 'scsi' property support for 'virtio-blk' and update capabilites dump for qemu-9.1

Peter Krempa posted 3 patches 4 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1718117248.git.pkrempa@redhat.com
src/qemu/qemu_validate.c                      |   38 +-
.../caps_9.1.0_x86_64.replies                 | 3210 +++++++++--------
.../caps_9.1.0_x86_64.xml                     |   16 +-
...test.args => virtio-lun.x86_64-9.0.0.args} |    2 +-
...latest.xml => virtio-lun.x86_64-9.0.0.xml} |    2 +-
.../virtio-lun.x86_64-latest.err              |    1 +
tests/qemuxmlconftest.c                       |    3 +-
7 files changed, 1716 insertions(+), 1556 deletions(-)
rename tests/qemuxmlconfdata/{virtio-lun.x86_64-latest.args => virtio-lun.x86_64-9.0.0.args} (96%)
rename tests/qemuxmlconfdata/{virtio-lun.x86_64-latest.xml => virtio-lun.x86_64-9.0.0.xml} (97%)
create mode 100644 tests/qemuxmlconfdata/virtio-lun.x86_64-latest.err
[PATCH 0/3] qemu: Fix missing validation of 'scsi' property support for 'virtio-blk' and update capabilites dump for qemu-9.1
Posted by Peter Krempa 4 months, 1 week ago
Peter Krempa (3):
  qemuValidateDomainDeviceDefDiskFrontend: Refactor validation of <disk
    type='lun'>
  qemu_validate: Validate support for SCSI emulation support in
    'virtio-blk' devices
  qemucapabilitiestest: Update test data for qemu 9.1 dev cycle

 src/qemu/qemu_validate.c                      |   38 +-
 .../caps_9.1.0_x86_64.replies                 | 3210 +++++++++--------
 .../caps_9.1.0_x86_64.xml                     |   16 +-
 ...test.args => virtio-lun.x86_64-9.0.0.args} |    2 +-
 ...latest.xml => virtio-lun.x86_64-9.0.0.xml} |    2 +-
 .../virtio-lun.x86_64-latest.err              |    1 +
 tests/qemuxmlconftest.c                       |    3 +-
 7 files changed, 1716 insertions(+), 1556 deletions(-)
 rename tests/qemuxmlconfdata/{virtio-lun.x86_64-latest.args => virtio-lun.x86_64-9.0.0.args} (96%)
 rename tests/qemuxmlconfdata/{virtio-lun.x86_64-latest.xml => virtio-lun.x86_64-9.0.0.xml} (97%)
 create mode 100644 tests/qemuxmlconfdata/virtio-lun.x86_64-latest.err

-- 
2.45.2
Re: [PATCH 0/3] qemu: Fix missing validation of 'scsi' property support for 'virtio-blk' and update capabilites dump for qemu-9.1
Posted by Ján Tomko 4 months, 1 week ago
On a Tuesday in 2024, Peter Krempa wrote:
>Peter Krempa (3):
>  qemuValidateDomainDeviceDefDiskFrontend: Refactor validation of <disk
>    type='lun'>
>  qemu_validate: Validate support for SCSI emulation support in
>    'virtio-blk' devices
>  qemucapabilitiestest: Update test data for qemu 9.1 dev cycle
>
> src/qemu/qemu_validate.c                      |   38 +-
> .../caps_9.1.0_x86_64.replies                 | 3210 +++++++++--------
> .../caps_9.1.0_x86_64.xml                     |   16 +-
> ...test.args => virtio-lun.x86_64-9.0.0.args} |    2 +-
> ...latest.xml => virtio-lun.x86_64-9.0.0.xml} |    2 +-
> .../virtio-lun.x86_64-latest.err              |    1 +
> tests/qemuxmlconftest.c                       |    3 +-
> 7 files changed, 1716 insertions(+), 1556 deletions(-)
> rename tests/qemuxmlconfdata/{virtio-lun.x86_64-latest.args => virtio-lun.x86_64-9.0.0.args} (96%)
> rename tests/qemuxmlconfdata/{virtio-lun.x86_64-latest.xml => virtio-lun.x86_64-9.0.0.xml} (97%)
> create mode 100644 tests/qemuxmlconfdata/virtio-lun.x86_64-latest.err
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano