[PATCH 0/3] schema: Some fixes and maxphyaddr support in hostcpu

Jim Fehlig posted 3 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220811224418.25427-1-jfehlig@suse.com
src/conf/schemas/cputypes.rng            | 47 +++++++++++++-----------
tests/capabilityschemadata/caps-test.xml |  2 +
2 files changed, 28 insertions(+), 21 deletions(-)
[PATCH 0/3] schema: Some fixes and maxphyaddr support in hostcpu
Posted by Jim Fehlig 1 year, 8 months ago
Inspired by Tim's patch to fix my earlier omission

https://listman.redhat.com/archives/libvir-list/2022-August/233624.html

Jim Fehlig (3):
  schema: Remove optional nesting in hostcpu rng
  schema: Don't enforce ordering of hostcpu capabilities elements
  schema: Add maxphysaddr element to hostcpu

 src/conf/schemas/cputypes.rng            | 47 +++++++++++++-----------
 tests/capabilityschemadata/caps-test.xml |  2 +
 2 files changed, 28 insertions(+), 21 deletions(-)

-- 
2.37.1
Re: [PATCH 0/3] schema: Some fixes and maxphyaddr support in hostcpu
Posted by Michal Prívozník 1 year, 8 months ago
On 8/12/22 00:44, Jim Fehlig wrote:
> Inspired by Tim's patch to fix my earlier omission
> 
> https://listman.redhat.com/archives/libvir-list/2022-August/233624.html
> 
> Jim Fehlig (3):
>   schema: Remove optional nesting in hostcpu rng
>   schema: Don't enforce ordering of hostcpu capabilities elements
>   schema: Add maxphysaddr element to hostcpu
> 
>  src/conf/schemas/cputypes.rng            | 47 +++++++++++++-----------
>  tests/capabilityschemadata/caps-test.xml |  2 +
>  2 files changed, 28 insertions(+), 21 deletions(-)
> 

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

Michal