[PATCH 0/2] qemu: Caps update for 'vdpa-block' and corner case hardening

Peter Krempa posted 2 patches 11 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1686320977.git.pkrempa@redhat.com
src/libxl/xen_xl.c                            |  4 +-
src/qemu/qemu_command.c                       |  5 +-
.../domaincapsdata/qemu_8.1.0-q35.x86_64.xml  |  5 +-
.../domaincapsdata/qemu_8.1.0-tcg.x86_64.xml  |  1 -
tests/domaincapsdata/qemu_8.1.0.x86_64.xml    |  5 +-
.../caps_8.1.0_x86_64.replies                 | 82 +++++++++++--------
.../caps_8.1.0_x86_64.xml                     | 43 ++++++++--
.../cpu-host-model.x86_64-latest.args         |  2 +-
8 files changed, 95 insertions(+), 52 deletions(-)
[PATCH 0/2] qemu: Caps update for 'vdpa-block' and corner case hardening
Posted by Peter Krempa 11 months, 1 week ago
Peter Krempa (2):
  tests: qemucapabilitiesdata: Update data for qemu-8.1 dev cycle
  Explicitly reject unsupported storage types for legacy config
    generators

 src/libxl/xen_xl.c                            |  4 +-
 src/qemu/qemu_command.c                       |  5 +-
 .../domaincapsdata/qemu_8.1.0-q35.x86_64.xml  |  5 +-
 .../domaincapsdata/qemu_8.1.0-tcg.x86_64.xml  |  1 -
 tests/domaincapsdata/qemu_8.1.0.x86_64.xml    |  5 +-
 .../caps_8.1.0_x86_64.replies                 | 82 +++++++++++--------
 .../caps_8.1.0_x86_64.xml                     | 43 ++++++++--
 .../cpu-host-model.x86_64-latest.args         |  2 +-
 8 files changed, 95 insertions(+), 52 deletions(-)

-- 
2.40.1
Re: [PATCH 0/2] qemu: Caps update for 'vdpa-block' and corner case hardening
Posted by Ján Tomko 11 months, 1 week ago
On a Friday in 2023, Peter Krempa wrote:
>Peter Krempa (2):
>  tests: qemucapabilitiesdata: Update data for qemu-8.1 dev cycle
>  Explicitly reject unsupported storage types for legacy config
>    generators
>
> src/libxl/xen_xl.c                            |  4 +-
> src/qemu/qemu_command.c                       |  5 +-
> .../domaincapsdata/qemu_8.1.0-q35.x86_64.xml  |  5 +-
> .../domaincapsdata/qemu_8.1.0-tcg.x86_64.xml  |  1 -
> tests/domaincapsdata/qemu_8.1.0.x86_64.xml    |  5 +-
> .../caps_8.1.0_x86_64.replies                 | 82 +++++++++++--------
> .../caps_8.1.0_x86_64.xml                     | 43 ++++++++--
> .../cpu-host-model.x86_64-latest.args         |  2 +-
> 8 files changed, 95 insertions(+), 52 deletions(-)
>

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

Jano