Re: [libvirt] [PATCH 06/18] schema: Extend the TPM XML schema with support for encryption

2019-07-09 Thread Marc-André Lureau
On Tue, Jul 9, 2019 at 9:24 PM Stefan Berger  wrote:
>
> Extend the TPM XML schema with support for an encryption node.
>
> Signed-off-by: Stefan Berger 

Reviewed-by: Marc-André Lureau 


> ---
>  docs/schemas/domaincommon.rng | 30 ++
>  1 file changed, 30 insertions(+)
>
> diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
> index 31db599ab9..4a4f4f8a4d 100644
> --- a/docs/schemas/domaincommon.rng
> +++ b/docs/schemas/domaincommon.rng
> @@ -4316,6 +4316,7 @@
>
>   emulator
>
> +  
>  
>
>
> @@ -4345,6 +4346,35 @@
>  
>
>
> +  
> +
> +  
> +
> +  vtpm
> +
> +
> +  
> +
> +  
> +
> +  
> +
> +  
> +
> +  passphrase
> +
> +  
> +  
> +
> +  
> +
> +
> +  
> +
> +  
> +
> +  
> +
>
>  
>
> --
> 2.20.1
>

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

[libvirt] [PATCH 06/18] schema: Extend the TPM XML schema with support for encryption

2019-07-09 Thread Stefan Berger
Extend the TPM XML schema with support for an encryption node.

Signed-off-by: Stefan Berger 
---
 docs/schemas/domaincommon.rng | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 31db599ab9..4a4f4f8a4d 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -4316,6 +4316,7 @@
   
  emulator
   
+  
 
   
   
@@ -4345,6 +4346,35 @@
 
   
 
+  
+
+  
+
+  vtpm
+
+
+  
+
+  
+
+  
+
+  
+
+  passphrase
+
+  
+  
+
+  
+
+
+  
+
+  
+
+  
+
   
 
   
-- 
2.20.1

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