[PATCH 0/4] implement 'ras' feature support

Kristina Hanicova posted 4 patches 1 week, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1713970581.git.khanicov@redhat.com
There is a newer version of this series
docs/formatdomain.rst                         |  5 +++
src/conf/domain_conf.c                        |  6 +++-
src/conf/domain_conf.h                        |  1 +
src/conf/schemas/domaincommon.rng             |  5 +++
src/qemu/qemu_capabilities.c                  |  2 ++
src/qemu/qemu_capabilities.h                  |  1 +
src/qemu/qemu_command.c                       |  5 +++
src/qemu/qemu_validate.c                      | 16 ++++++++++
.../caps_5.2.0_aarch64.xml                    |  1 +
.../caps_6.0.0_aarch64.xml                    |  1 +
.../caps_6.2.0_aarch64.xml                    |  1 +
.../caps_7.0.0_aarch64+hvf.xml                |  1 +
.../caps_7.0.0_aarch64.xml                    |  1 +
.../caps_8.2.0_aarch64.xml                    |  1 +
.../caps_8.2.0_armv7l.xml                     |  1 +
.../aarch64-features-ras.aarch64-latest.args  | 31 +++++++++++++++++++
.../aarch64-features-ras.aarch64-latest.xml   |  1 +
.../qemuxmlconfdata/aarch64-features-ras.xml  | 26 ++++++++++++++++
tests/qemuxmlconftest.c                       |  2 ++
19 files changed, 107 insertions(+), 1 deletion(-)
create mode 100644 tests/qemuxmlconfdata/aarch64-features-ras.aarch64-latest.args
create mode 120000 tests/qemuxmlconfdata/aarch64-features-ras.aarch64-latest.xml
create mode 100644 tests/qemuxmlconfdata/aarch64-features-ras.xml
[PATCH 0/4] implement 'ras' feature support
Posted by Kristina Hanicova 1 week, 2 days ago
*** BLURB HERE ***

Kristina Hanicova (4):
  Introduce QEMU_CAPS_MACHINE_VIRT_RAS capability
  conf: parse and format machine virt ras feature
  qemu: validate machine virt ras feature
  qemu: format machine virt ras feature and test it

 docs/formatdomain.rst                         |  5 +++
 src/conf/domain_conf.c                        |  6 +++-
 src/conf/domain_conf.h                        |  1 +
 src/conf/schemas/domaincommon.rng             |  5 +++
 src/qemu/qemu_capabilities.c                  |  2 ++
 src/qemu/qemu_capabilities.h                  |  1 +
 src/qemu/qemu_command.c                       |  5 +++
 src/qemu/qemu_validate.c                      | 16 ++++++++++
 .../caps_5.2.0_aarch64.xml                    |  1 +
 .../caps_6.0.0_aarch64.xml                    |  1 +
 .../caps_6.2.0_aarch64.xml                    |  1 +
 .../caps_7.0.0_aarch64+hvf.xml                |  1 +
 .../caps_7.0.0_aarch64.xml                    |  1 +
 .../caps_8.2.0_aarch64.xml                    |  1 +
 .../caps_8.2.0_armv7l.xml                     |  1 +
 .../aarch64-features-ras.aarch64-latest.args  | 31 +++++++++++++++++++
 .../aarch64-features-ras.aarch64-latest.xml   |  1 +
 .../qemuxmlconfdata/aarch64-features-ras.xml  | 26 ++++++++++++++++
 tests/qemuxmlconftest.c                       |  2 ++
 19 files changed, 107 insertions(+), 1 deletion(-)
 create mode 100644 tests/qemuxmlconfdata/aarch64-features-ras.aarch64-latest.args
 create mode 120000 tests/qemuxmlconfdata/aarch64-features-ras.aarch64-latest.xml
 create mode 100644 tests/qemuxmlconfdata/aarch64-features-ras.xml

-- 
2.42.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH 0/4] implement 'ras' feature support
Posted by Michal Prívozník 1 week, 2 days ago
On 4/24/24 16:59, Kristina Hanicova wrote:
> *** BLURB HERE ***
> 
> Kristina Hanicova (4):
>   Introduce QEMU_CAPS_MACHINE_VIRT_RAS capability
>   conf: parse and format machine virt ras feature
>   qemu: validate machine virt ras feature
>   qemu: format machine virt ras feature and test it
> 
>  docs/formatdomain.rst                         |  5 +++
>  src/conf/domain_conf.c                        |  6 +++-
>  src/conf/domain_conf.h                        |  1 +
>  src/conf/schemas/domaincommon.rng             |  5 +++
>  src/qemu/qemu_capabilities.c                  |  2 ++
>  src/qemu/qemu_capabilities.h                  |  1 +
>  src/qemu/qemu_command.c                       |  5 +++
>  src/qemu/qemu_validate.c                      | 16 ++++++++++
>  .../caps_5.2.0_aarch64.xml                    |  1 +
>  .../caps_6.0.0_aarch64.xml                    |  1 +
>  .../caps_6.2.0_aarch64.xml                    |  1 +
>  .../caps_7.0.0_aarch64+hvf.xml                |  1 +
>  .../caps_7.0.0_aarch64.xml                    |  1 +
>  .../caps_8.2.0_aarch64.xml                    |  1 +
>  .../caps_8.2.0_armv7l.xml                     |  1 +
>  .../aarch64-features-ras.aarch64-latest.args  | 31 +++++++++++++++++++
>  .../aarch64-features-ras.aarch64-latest.xml   |  1 +
>  .../qemuxmlconfdata/aarch64-features-ras.xml  | 26 ++++++++++++++++
>  tests/qemuxmlconftest.c                       |  2 ++
>  19 files changed, 107 insertions(+), 1 deletion(-)
>  create mode 100644 tests/qemuxmlconfdata/aarch64-features-ras.aarch64-latest.args
>  create mode 120000 tests/qemuxmlconfdata/aarch64-features-ras.aarch64-latest.xml
>  create mode 100644 tests/qemuxmlconfdata/aarch64-features-ras.xml
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

But I'll postpone pushing these for a bit to give others a chance to
express their position on the problem I'm mentioning in 3/4.

Michal
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org