[PATCH 0/4] secret: Modernize XML parsing and formatting

Michal Privoznik posted 4 patches 2 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1707832214.git.mprivozn@redhat.com
src/access/viraccessdriverpolkit.c | 17 ++++++
src/conf/secret_conf.c             | 92 ++++++++++++++----------------
src/conf/secret_conf.h             |  2 +-
3 files changed, 60 insertions(+), 51 deletions(-)
[PATCH 0/4] secret: Modernize XML parsing and formatting
Posted by Michal Privoznik 2 months, 1 week ago
Couple of things happening here:
1) add a missing case to our polkit checks
2) modernize XML parsing and formatting, so that the code is prepared
   for a new feature I'm working on.

Michal Prívozník (4):
  viraccessdriverpolkit: Add missing vtpm case
  secret_conf: Simplify calling of virSecretDefParseUsage()
  virSecretDef: Convert 'usage_type' field to proper enum type
  secret_conf: Modernize XML parsing & formatting

 src/access/viraccessdriverpolkit.c | 17 ++++++
 src/conf/secret_conf.c             | 92 ++++++++++++++----------------
 src/conf/secret_conf.h             |  2 +-
 3 files changed, 60 insertions(+), 51 deletions(-)

-- 
2.43.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH 0/4] secret: Modernize XML parsing and formatting
Posted by Ján Tomko 2 months, 1 week ago
On a Tuesday in 2024, Michal Privoznik wrote:
>Couple of things happening here:
>1) add a missing case to our polkit checks
>2) modernize XML parsing and formatting, so that the code is prepared
>   for a new feature I'm working on.
>
>Michal Prívozník (4):
>  viraccessdriverpolkit: Add missing vtpm case
>  secret_conf: Simplify calling of virSecretDefParseUsage()
>  virSecretDef: Convert 'usage_type' field to proper enum type
>  secret_conf: Modernize XML parsing & formatting
>
> src/access/viraccessdriverpolkit.c | 17 ++++++
> src/conf/secret_conf.c             | 92 ++++++++++++++----------------
> src/conf/secret_conf.h             |  2 +-
> 3 files changed, 60 insertions(+), 51 deletions(-)
>

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

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