From: Daniel Veillard Date: Mon, 14 Dec 2009 15:59:06 +0000 (+0100) Subject: Relax the allowed values for machine type in schema X-Git-Tag: v0.7.5~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803d320430bd0c2ac673efde814776d9dcd04b1b;p=thirdparty%2Flibvirt.git Relax the allowed values for machine type in schema * docs/schemas/domain.rng: don't try to validate based on a list, open up the machine type to a regexp allowing a-z A-Z 0-9 _ - and . --- diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index d1d3efbaa9..784f9b1a55 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -167,13 +167,11 @@ - - xenfv - pc - isapc - + + [a-zA-Z0-9_\.\-]+ + - +