From: Peter Krempa Date: Mon, 3 Aug 2026 12:53:25 +0000 (+0200) Subject: conf: schemas: Allow '.' in schema for CPU flag name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5225c1cb688170bb2748f2f23455da4a7cb8a1bf;p=thirdparty%2Flibvirt.git conf: schemas: Allow '.' in schema for CPU flag name Allow '.' so that CPU features such as: pass schema validation. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/src/conf/schemas/cputypes.rng b/src/conf/schemas/cputypes.rng index 8edf1d14e3..eef3807f1a 100644 --- a/src/conf/schemas/cputypes.rng +++ b/src/conf/schemas/cputypes.rng @@ -406,7 +406,7 @@ - [a-zA-Z0-9\-_]+ + [a-zA-Z0-9\-_.]+