On Wed, Apr 15, 2015 at 12:18:15PM +0200, Ján Tomko wrote:
On Mon, Apr 13, 2015 at 04:53:53PM +0200, Martin Kletzander wrote:
> Use the same pattern for all OS types.
Did you mean to do it for all architectures for os type='hvm'?
Because I only see that this patch touches hvm and exe OS types.
>
> Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
> ---
> docs/schemas/domaincommon.rng | 160 ++----------------------------------------
> 1 file changed, 4 insertions(+), 156 deletions(-)
>
The patch fails 'make check' for me:
docs/schemas/domaincommon.rng:209: element ref: Relax-NG parser error :
Reference osexe has no matching definition
Yes, because I removed few too many lines. Fixing this I realized we
can drop another few lines, this time even without make check
failing. I'll send it as a v3.