From 87b4e1cd7e7ec23dc69c8082948cd3bb49e18ff3 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Fri, 4 Jan 2019 10:40:48 +0100 Subject: [PATCH] docs: schemas: Decouple the virtio options from each other MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, all of the VirtioOptions are under a single element, however, neither our parser/formatter or QEMU driver requires the presence of all the options if only a single one from the set has been specified, so fix it and silence the schema validator. Signed-off-by: Erik Skultety Reviewed-by: Ján Tomko --- docs/schemas/domaincommon.rng | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 6518aff73a..aa50eac424 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -5498,6 +5498,8 @@ + + -- GitLab