[libvirt] [PATCH 12/13] schema: Add hvf domain type

Roman Bolshakov posted 13 patches 6 years, 6 months ago
[libvirt] [PATCH 12/13] schema: Add hvf domain type
Posted by Roman Bolshakov 6 years, 6 months ago
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
---
 docs/schemas/domaincommon.rng | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 099a949cf8..2e1203f58e 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -213,6 +213,7 @@
         <value>phyp</value>
         <value>vz</value>
         <value>bhyve</value>
+        <value>hvf</value>
       </choice>
     </attribute>
   </define>
-- 
2.17.1 (Apple Git-112)

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 12/13] schema: Add hvf domain type
Posted by Daniel P. Berrangé 6 years, 6 months ago
On Sat, Oct 20, 2018 at 05:19:57PM +0300, Roman Bolshakov wrote:
> Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
> ---
>  docs/schemas/domaincommon.rng | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
> index 099a949cf8..2e1203f58e 100644
> --- a/docs/schemas/domaincommon.rng
> +++ b/docs/schemas/domaincommon.rng
> @@ -213,6 +213,7 @@
>          <value>phyp</value>
>          <value>vz</value>
>          <value>bhyve</value>
> +        <value>hvf</value>
>        </choice>
>      </attribute>
>    </define>

This should be squashed into the first patch that adds the
config parameter in the code.

Also need a docs/formatdomain.html.in addition to mention
it.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

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