[PATCH 0/4] secret define: add support for validation against schema

Kristina Hanicova posted 4 patches 2 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1629462494.git.khanicov@redhat.com
docs/manpages/virsh.rst          |  4 +++-
include/libvirt/libvirt-secret.h |  5 +++++
src/conf/secret_conf.c           | 13 ++++++++-----
src/conf/secret_conf.h           |  2 +-
src/libvirt-secret.c             |  2 +-
src/secret/secret_driver.c       |  4 ++--
tools/virsh-secret.c             | 10 +++++++++-
7 files changed, 29 insertions(+), 11 deletions(-)
[PATCH 0/4] secret define: add support for validation against schema
Posted by Kristina Hanicova 2 years, 8 months ago
Kristina Hanicova (4):
  api: add virSecretDefineFlags
  secret_conf: add validation against schema in define
  secret_driver: allow VIR_SECRET_DEFINE_VALIDATE flag
  virsh: add support for '--validate' option in define secret

 docs/manpages/virsh.rst          |  4 +++-
 include/libvirt/libvirt-secret.h |  5 +++++
 src/conf/secret_conf.c           | 13 ++++++++-----
 src/conf/secret_conf.h           |  2 +-
 src/libvirt-secret.c             |  2 +-
 src/secret/secret_driver.c       |  4 ++--
 tools/virsh-secret.c             | 10 +++++++++-
 7 files changed, 29 insertions(+), 11 deletions(-)

-- 
2.31.1

Re: [PATCH 0/4] secret define: add support for validation against schema
Posted by Ján Tomko 2 years, 8 months ago
On a Friday in 2021, Kristina Hanicova wrote:
>
>Kristina Hanicova (4):
>  api: add virSecretDefineFlags
>  secret_conf: add validation against schema in define
>  secret_driver: allow VIR_SECRET_DEFINE_VALIDATE flag
>  virsh: add support for '--validate' option in define secret
>
> docs/manpages/virsh.rst          |  4 +++-
> include/libvirt/libvirt-secret.h |  5 +++++
> src/conf/secret_conf.c           | 13 ++++++++-----
> src/conf/secret_conf.h           |  2 +-
> src/libvirt-secret.c             |  2 +-
> src/secret/secret_driver.c       |  4 ++--
> tools/virsh-secret.c             | 10 +++++++++-
> 7 files changed, 29 insertions(+), 11 deletions(-)
>

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

Jano