[libvirt PATCH 0/2] Schema fixes for virsh [hypervisor-]cpu-compare

Tim Wiederhake posted 2 patches 3 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201215121648.28181-1-twiederh@redhat.com
docs/schemas/cputypes.rng | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
[libvirt PATCH 0/2] Schema fixes for virsh [hypervisor-]cpu-compare
Posted by Tim Wiederhake 3 years, 4 months ago
See individual commit messages for more details.

Tim Wiederhake (2):
  schemas: Deduplicate cpuTopology in cputypes.rng
  schema: Allow counter element in host cpu definition

 docs/schemas/cputypes.rng | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

-- 
2.26.2


Re: [libvirt PATCH 0/2] Schema fixes for virsh [hypervisor-]cpu-compare
Posted by Michal Prívozník 3 years, 4 months ago
On 12/15/20 1:16 PM, Tim Wiederhake wrote:
> See individual commit messages for more details.
> 
> Tim Wiederhake (2):
>    schemas: Deduplicate cpuTopology in cputypes.rng
>    schema: Allow counter element in host cpu definition
> 
>   docs/schemas/cputypes.rng | 15 +++++++++------
>   1 file changed, 9 insertions(+), 6 deletions(-)
> 

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

and pushed.

Michal