[PATCH 0/2] schema: fix <interleave> errors when validating <domain> subelements

Laine Stump posted 2 patches 10 months ago
Failed in applying to current master (apply log)
src/conf/schemas/domaincommon.rng             | 53 +++++++---------
...rder-domain-subelements.x86_64-latest.args | 40 ++++++++++++
...order-domain-subelements.x86_64-latest.xml | 62 +++++++++++++++++++
.../schema-reorder-domain-subelements.xml     | 62 +++++++++++++++++++
tests/qemuxmlconftest.c                       | 20 +++---
5 files changed, 196 insertions(+), 41 deletions(-)
create mode 100644 tests/qemuxmlconfdata/schema-reorder-domain-subelements.x86_64-latest.args
create mode 100644 tests/qemuxmlconfdata/schema-reorder-domain-subelements.x86_64-latest.xml
create mode 100644 tests/qemuxmlconfdata/schema-reorder-domain-subelements.xml
[PATCH 0/2] schema: fix <interleave> errors when validating <domain> subelements
Posted by Laine Stump 10 months ago
More explanation in 2/2 (such as it is)

Laine Stump (2):
  tests: be consistent about following DO_TEST_*() with a ;
  schema: fix <interleave> errors when validating <domain> subelements

 src/conf/schemas/domaincommon.rng             | 53 +++++++---------
 ...rder-domain-subelements.x86_64-latest.args | 40 ++++++++++++
 ...order-domain-subelements.x86_64-latest.xml | 62 +++++++++++++++++++
 .../schema-reorder-domain-subelements.xml     | 62 +++++++++++++++++++
 tests/qemuxmlconftest.c                       | 20 +++---
 5 files changed, 196 insertions(+), 41 deletions(-)
 create mode 100644 tests/qemuxmlconfdata/schema-reorder-domain-subelements.x86_64-latest.args
 create mode 100644 tests/qemuxmlconfdata/schema-reorder-domain-subelements.x86_64-latest.xml
 create mode 100644 tests/qemuxmlconfdata/schema-reorder-domain-subelements.xml

-- 
2.48.1
Re: [PATCH 0/2] schema: fix <interleave> errors when validating <domain> subelements
Posted by Michal Prívozník 10 months ago
On 2/21/25 05:49, Laine Stump wrote:
> More explanation in 2/2 (such as it is)
> 
> Laine Stump (2):
>   tests: be consistent about following DO_TEST_*() with a ;
>   schema: fix <interleave> errors when validating <domain> subelements
> 
>  src/conf/schemas/domaincommon.rng             | 53 +++++++---------
>  ...rder-domain-subelements.x86_64-latest.args | 40 ++++++++++++
>  ...order-domain-subelements.x86_64-latest.xml | 62 +++++++++++++++++++
>  .../schema-reorder-domain-subelements.xml     | 62 +++++++++++++++++++
>  tests/qemuxmlconftest.c                       | 20 +++---
>  5 files changed, 196 insertions(+), 41 deletions(-)
>  create mode 100644 tests/qemuxmlconfdata/schema-reorder-domain-subelements.x86_64-latest.args
>  create mode 100644 tests/qemuxmlconfdata/schema-reorder-domain-subelements.x86_64-latest.xml
>  create mode 100644 tests/qemuxmlconfdata/schema-reorder-domain-subelements.xml
> 

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

Michal