From: Mark McLoughlin Date: Mon, 12 Oct 2009 09:47:01 +0000 (+0100) Subject: Fix schema to allow missing machine type X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=33948c6844792e7132d8bdd4bde57cd640bacf2f;p=libvirt.git Fix schema to allow missing machine type The domain/os/type element may have an arch specified without having a machine variant specified. In fact, this is what python-virtinst does when defining a guest. * docs/schemas/domain.rng: allow missing machine type --- diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index b1987e11fa..1935f1530a 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -157,53 +157,69 @@ - - - i686 - x86_64 - - - - - xenfv - pc - isapc - - + + + + i686 + x86_64 + + + + + + + xenfv + pc + isapc + + + - - mips - - - mips - + + + mips + + + + + mips + + - - sparc - - - sun4m - + + + sparc + + + + + sun4m + + - - ppc - - - - g3beige - mac99 - prep - - + + + ppc + + + + + + g3beige + mac99 + prep + + +