[libvirt] [PATCH 03/10] docs: update domain schema for machine attribute

Marek Marczykowski-Górecki posted 10 patches 6 years, 11 months ago
There is a newer version of this series
[libvirt] [PATCH 03/10] docs: update domain schema for machine attribute
Posted by Marek Marczykowski-Górecki 6 years, 11 months ago
Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
---
 docs/schemas/domaincommon.rng | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index ac04af5..eded1ca 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -340,7 +340,7 @@
         <attribute name="machine">
           <choice>
             <value>xenpv</value>
-            <value>xenner</value>
+            <value>xenfv</value>
           </choice>
         </attribute>
       </optional>
-- 
git-series 0.9.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 03/10] docs: update domain schema for machine attribute
Posted by Jim Fehlig 6 years, 9 months ago
On 08/05/2018 03:48 PM, Marek Marczykowski-Górecki wrote:

I added a short sentence to the commit message:

Replace the long dead 'xenner' with 'xenfv'.

> Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
> ---
>   docs/schemas/domaincommon.rng | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
> index ac04af5..eded1ca 100644
> --- a/docs/schemas/domaincommon.rng
> +++ b/docs/schemas/domaincommon.rng
> @@ -340,7 +340,7 @@
>           <attribute name="machine">
>             <choice>
>               <value>xenpv</value>
> -            <value>xenner</value>
> +            <value>xenfv</value>
>             </choice>
>           </attribute>
>         </optional>


Reviewed-by: Jim Fehlig <jfehlig@suse.com>

I've pushed this patch since it is essentially a bug fix independent of your PVH 
work.

Regards,
Jim

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