Re: [libvirt] [PATCH 03/16] docs: Update RNG schema to reflect the new hostdev type mdev

2017-02-06 Thread Michal Privoznik
On 06.02.2017 13:19, Erik Skultety wrote:
> To keep the domain XML as much platform agnostic as possible, do not
> expose an element/attribute which would contain path directly to the
> syfs filesystem which the mediated devices are build upon. Instead,
> identify each mediated device by the parent physical device and a UUID
> which is an optional element, but only if managed='yes' which is not
> implemented yet.
> 
> Signed-off-by: Erik Skultety 
> ---
>  docs/schemas/domaincommon.rng | 17 +
>  1 file changed, 17 insertions(+)
> 

This one, 04/16, 05/16 and 16/16 should be merged together.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [PATCH 03/16] docs: Update RNG schema to reflect the new hostdev type mdev

2017-02-06 Thread Erik Skultety
To keep the domain XML as much platform agnostic as possible, do not
expose an element/attribute which would contain path directly to the
syfs filesystem which the mediated devices are build upon. Instead,
identify each mediated device by the parent physical device and a UUID
which is an optional element, but only if managed='yes' which is not
implemented yet.

Signed-off-by: Erik Skultety 
---
 docs/schemas/domaincommon.rng | 17 +
 1 file changed, 17 insertions(+)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index cc6e0d0..087ca82 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -3984,6 +3984,7 @@
   
   
   
+  
 
   
 
@@ -4134,6 +4135,22 @@
 
   
 
+  
+
+  mdev
+
+
+  
+
+  
+  
+
+  
+
+  
+
+  
+
   
 
   storage
-- 
2.10.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list