From 3e4b783e1e517a8b32b974fecc16c33c33fb39b9 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Wed, 25 Feb 2015 11:23:45 +0100 Subject: [PATCH] schema: Add virtio-mmio address type into RNG The "virtio-mmio" is perfectly valid address type which we parse and format correctly, but it's missing in our RNG schemas, hence editing a domain with device having such address fails the validation. Signed-off-by: Martin Kletzander --- docs/schemas/domaincommon.rng | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index f41ca43434..6e73e7c134 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -4415,6 +4415,11 @@ + + + virtio-mmio + +