[PATCH 0/6] Few outstanding XML schema interleaving fixes

Peter Krempa posted 6 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1675267389.git.pkrempa@redhat.com
src/conf/schemas/domaincommon.rng  | 140 ++++++++++++++++-------------
src/conf/schemas/nodedev.rng       | 103 ++++++++++-----------
src/conf/schemas/storagecommon.rng |  14 +--
3 files changed, 140 insertions(+), 117 deletions(-)
[PATCH 0/6] Few outstanding XML schema interleaving fixes
Posted by Peter Krempa 1 year, 3 months ago
Few patches I had in a different branch from my posting in october of
2022.

Peter Krempa (6):
  schema: domain: Allow interleave of 'smartcard' subelements
  schema: domain: Allow interleaving of elements in 'osxen' definition
  schema: domain: Allow interleaving of 'inituser/initgroup' in 'osexe'
    definition
  schema: nodedev: Allow interleaving of sub-elements of 'device'
  schema: nodedev: Allow interneaving sub-elements of 'css' address type
  schema: storage: Allow interleaving of 'cipher' and 'ivgen' elements

 src/conf/schemas/domaincommon.rng  | 140 ++++++++++++++++-------------
 src/conf/schemas/nodedev.rng       | 103 ++++++++++-----------
 src/conf/schemas/storagecommon.rng |  14 +--
 3 files changed, 140 insertions(+), 117 deletions(-)

-- 
2.39.1
Re: [PATCH 0/6] Few outstanding XML schema interleaving fixes
Posted by Ján Tomko 1 year, 3 months ago
On a Wednesday in 2023, Peter Krempa wrote:
>Few patches I had in a different branch from my posting in october of

s/october/October/g

>2022.
>
>Peter Krempa (6):
>  schema: domain: Allow interleave of 'smartcard' subelements
>  schema: domain: Allow interleaving of elements in 'osxen' definition
>  schema: domain: Allow interleaving of 'inituser/initgroup' in 'osexe'
>    definition
>  schema: nodedev: Allow interleaving of sub-elements of 'device'
>  schema: nodedev: Allow interneaving sub-elements of 'css' address type
>  schema: storage: Allow interleaving of 'cipher' and 'ivgen' elements
>
> src/conf/schemas/domaincommon.rng  | 140 ++++++++++++++++-------------
> src/conf/schemas/nodedev.rng       | 103 ++++++++++-----------
> src/conf/schemas/storagecommon.rng |  14 +--
> 3 files changed, 140 insertions(+), 117 deletions(-)
>

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

Jano