[PATCH for 10.10.0 0/5] Fix broken XML schemas and 'virschematest'

Peter Krempa posted 5 patches 1 week, 1 day ago
src/conf/schemas/domaincaps.rng   | 29 +++++++++++++++++++++++++++++
src/conf/schemas/domaincommon.rng | 26 ++++++++++++++------------
tests/virschematest.c             |  9 +++++----
3 files changed, 48 insertions(+), 16 deletions(-)
[PATCH for 10.10.0 0/5] Fix broken XML schemas and 'virschematest'
Posted by Peter Krempa 1 week, 1 day ago
'virschematest' didn't test the majority of files for some time so some
schema problems snuck in.

Peter Krempa (5):
  schemas: domain: Make <identity> subelement of NFS disk source
    optional
  schemas: domaincaps: Add schema for 'panic' device
  schemas: domaincaps: Add schema for 'canonical' cpu model name
  schemas: domaincaps: Add schema for CPU 'blockers'
  virschematest: Don't skip all "directory" tests

 src/conf/schemas/domaincaps.rng   | 29 +++++++++++++++++++++++++++++
 src/conf/schemas/domaincommon.rng | 26 ++++++++++++++------------
 tests/virschematest.c             |  9 +++++----
 3 files changed, 48 insertions(+), 16 deletions(-)

-- 
2.47.0
Re: [PATCH for 10.10.0 0/5] Fix broken XML schemas and 'virschematest'
Posted by Michal Prívozník 1 week, 1 day ago
On 11/28/24 09:32, Peter Krempa wrote:
> 'virschematest' didn't test the majority of files for some time so some
> schema problems snuck in.
> 
> Peter Krempa (5):
>   schemas: domain: Make <identity> subelement of NFS disk source
>     optional
>   schemas: domaincaps: Add schema for 'panic' device
>   schemas: domaincaps: Add schema for 'canonical' cpu model name
>   schemas: domaincaps: Add schema for CPU 'blockers'
>   virschematest: Don't skip all "directory" tests
> 
>  src/conf/schemas/domaincaps.rng   | 29 +++++++++++++++++++++++++++++
>  src/conf/schemas/domaincommon.rng | 26 ++++++++++++++------------
>  tests/virschematest.c             |  9 +++++----
>  3 files changed, 48 insertions(+), 16 deletions(-)
> 

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

Michal