[PATCH 0/2] conf: Fix schema for capabilities XML

Peter Krempa via Devel posted 2 patches 1 day, 8 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1785761724.git.pkrempa@redhat.com
src/conf/schemas/cputypes.rng                 |    2 +-
.../caps-qemu-real-full.xml                   | 1033 +++++++++++++++++
2 files changed, 1034 insertions(+), 1 deletion(-)
create mode 100644 tests/capabilityschemadata/caps-qemu-real-full.xml
[PATCH 0/2] conf: Fix schema for capabilities XML
Posted by Peter Krempa via Devel 1 day, 8 hours ago
Peter Krempa (2):
  conf: schemas: Allow '.' in schema for CPU flag name
  tests: capabilityschemadata: Add a real test example

 src/conf/schemas/cputypes.rng                 |    2 +-
 .../caps-qemu-real-full.xml                   | 1033 +++++++++++++++++
 2 files changed, 1034 insertions(+), 1 deletion(-)
 create mode 100644 tests/capabilityschemadata/caps-qemu-real-full.xml

-- 
2.55.0
Re: [PATCH 0/2] conf: Fix schema for capabilities XML
Posted by Ján Tomko via Devel 9 hours ago
On a Monday in 2026, Peter Krempa via Devel wrote:
>Peter Krempa (2):
>  conf: schemas: Allow '.' in schema for CPU flag name
>  tests: capabilityschemadata: Add a real test example
>
> src/conf/schemas/cputypes.rng                 |    2 +-
> .../caps-qemu-real-full.xml                   | 1033 +++++++++++++++++
> 2 files changed, 1034 insertions(+), 1 deletion(-)
> create mode 100644 tests/capabilityschemadata/caps-qemu-real-full.xml
>

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

Jano