Eric Blake wrote:
On 07/25/2014 10:43 AM, Roman Bogorodskiy wrote:
> * docs/schemas/domaincommon.rng: Add bhyve domain type, nmdm
> serial type and master and slave optional attributes for
> serial that are used by nmdm
> * tests/domainschematest: Add bhyvexml2argvdata directory
> to validate bhyve XMLs
> ---
> docs/schemas/domaincommon.rng | 8 ++++++++
> tests/domainschematest | 1 +
> 2 files changed, 9 insertions(+)
ACK; safe for 1.2.7.
> +++ b/tests/domainschematest
> @@ -8,6 +8,7 @@ DIRS=""
> DIRS="$DIRS domainschemadata qemuxml2argvdata sexpr2xmldata"
> DIRS="$DIRS xmconfigdata xml2sexprdata qemuxml2xmloutdata "
Odd that this line has trailing whitespace embedded into $DIRS; if you
want, you could clean that up before pushing.
Thanks; pushed with the whitespace cleanup included.
Roman Bogorodskiy