From: Peter Krempa Date: Mon, 29 Jan 2024 15:12:09 +0000 (+0100) Subject: schema: nodedev: Adjust allowed characters in 'vpdFieldValueFormat' X-Git-Tag: v10.1.0-rc1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edaa1112ffef253013dcc3318794cebfaa2a6cb7;p=thirdparty%2Flibvirt.git schema: nodedev: Adjust allowed characters in 'vpdFieldValueFormat' The check in 'virPCIVPDResourceIsValidTextValue' allows any printable characters, thus the XML schema should do the same. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/src/conf/schemas/nodedev.rng b/src/conf/schemas/nodedev.rng index fba4021754..ff07313968 100644 --- a/src/conf/schemas/nodedev.rng +++ b/src/conf/schemas/nodedev.rng @@ -869,7 +869,7 @@ - [0-9a-zA-F -_,.:;=]{0,255} + .{0,255}