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

Kristina Hanicova posted 4 patches 2 weeks, 3 days ago
Failed in applying to current master (apply log)
docs/formatdomain.rst                         |  6 ++++
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, 108 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 v2 0/4] implement 'ras' feature support
Posted by Kristina Hanicova 2 weeks, 3 days ago
This is v2 of:
https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/VXSUCODTU5GNLAD4L55DF3AZN7THQ7WR/

changes since v1:
* edited documentation
* added validation for when the feature is ON as well as OFF
(the first version checked just for the case when the feature was ON)


Kristina Hanicova (4):
  qemu: 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                         |  6 ++++
 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, 108 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 v2 0/4] implement 'ras' feature support
Posted by Ján Tomko 2 weeks, 2 days ago
On a Tuesday in 2024, Kristina Hanicova wrote:
>This is v2 of:
>https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/VXSUCODTU5GNLAD4L55DF3AZN7THQ7WR/
>
>changes since v1:
>* edited documentation
>* added validation for when the feature is ON as well as OFF
>(the first version checked just for the case when the feature was ON)
>
>
>Kristina Hanicova (4):
>  qemu: 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                         |  6 ++++
> 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, 108 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: Ján Tomko <jtomko@redhat.com>
and pushed

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