From 68c0ff3a71ba21861e8ccd4ee9c77e2fc6891589 Mon Sep 17 00:00:00 2001 From: James Cowgill Date: Mon, 8 Jun 2015 14:42:30 +0100 Subject: [PATCH] schema: use arch list from basictypes for os arch attribute I see no reason to duplicate this list of architectures. This also allows more guest architectures to be used with libvirt (like the mips64el qemu machine I am trying to run). Signed-off-by: James Cowgill --- docs/schemas/domaincommon.rng | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 5dc48f73b0..e38b92743d 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -331,7 +331,9 @@ - + + + @@ -344,29 +346,13 @@ - - - - armv7l - aarch64 - i686 - x86_64 - mips - ppc - ppc64 - ppc64le - s390 - s390x - sparc - - - - - + + + exe -- 2.47.2