From: Daniel Veillard Date: Wed, 18 Nov 2009 10:25:20 +0000 (+0100) Subject: 512069 fix domain XML schemas for backward compatibility X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2060a0a43e1f1152040e29944d6b1a7bee0ce152;p=libvirt.git 512069 fix domain XML schemas for backward compatibility For backward compatibility we used to add the tty path as a tty attribute on console of type pty, duplicating the value now found in source/@path, but the Relax-NG grammar wasn't extended for this * docs/schemas/domain.rng: allow an optional tty attribute containing a devicePath --- diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index 1bf44fde05..e726801fe1 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -931,6 +931,11 @@ --> + + + + +