From 5814e39b32da5cc20367da2c022d5453bba0af04 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Fri, 15 Jun 2012 10:34:04 +0800 Subject: [PATCH] schema: Update domain XML schema 'boot' tag shouldn't be exclusive with 'kernel', 'initrd', and 'cmdline', though the boot sequence doesn't make sense when the guest boots from kernel directly. But it's useful if booting from kernel is to install a newguest, even if it's not to install a guest, there is no hurt. And on the other hand, we allow 'boot' and the kernel tags when parsing. (cherry picked from commit b34324fbf09c82fbd4ad2c0dcc140172ee045c8a) --- docs/schemas/domaincommon.rng | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 0cc04af5da..0784bcacfc 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -222,12 +222,14 @@ - + + + - +