[libvirt] [PATCH] docs: Fix typo in the firmware value

Fabiano Fidêncio posted 1 patch 4 years, 11 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190429103231.27186-1-fidencio@redhat.com
docs/formatdomain.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] docs: Fix typo in the firmware value
Posted by Fabiano Fidêncio 4 years, 11 months ago
firmware attribute from <os/> takes either 'efi' or 'bios' as its
allowed values. However, the current documentation mistakenly mentions
'uefi' instead of 'efi'.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
---
 docs/formatdomain.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index d27ab07cbb..e1da878fcc 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -128,7 +128,7 @@
 
 <pre>
 ...
-&lt;os firmware='uefi'&gt;
+&lt;os firmware='efi'&gt;
   &lt;type&gt;hvm&lt;/type&gt;
   &lt;loader readonly='yes' secure='no' type='rom'&gt;/usr/lib/xen/boot/hvmloader&lt;/loader&gt;
   &lt;nvram template='/usr/share/OVMF/OVMF_VARS.fd'&gt;/var/lib/libvirt/nvram/guest_VARS.fd&lt;/nvram&gt;
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: Fix typo in the firmware value
Posted by Michal Privoznik 4 years, 11 months ago
On 4/29/19 12:32 PM, Fabiano Fidêncio wrote:
> firmware attribute from <os/> takes either 'efi' or 'bios' as its
> allowed values. However, the current documentation mistakenly mentions
> 'uefi' instead of 'efi'.
> 
> Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
> ---
>   docs/formatdomain.html.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
> index d27ab07cbb..e1da878fcc 100644
> --- a/docs/formatdomain.html.in
> +++ b/docs/formatdomain.html.in
> @@ -128,7 +128,7 @@
>   
>   <pre>
>   ...
> -&lt;os firmware='uefi'&gt;
> +&lt;os firmware='efi'&gt;
>     &lt;type&gt;hvm&lt;/type&gt;
>     &lt;loader readonly='yes' secure='no' type='rom'&gt;/usr/lib/xen/boot/hvmloader&lt;/loader&gt;
>     &lt;nvram template='/usr/share/OVMF/OVMF_VARS.fd'&gt;/var/lib/libvirt/nvram/guest_VARS.fd&lt;/nvram&gt;
> 


ACKed and pushed.

Thanks,
Michal

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