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

2019-04-29 Thread Michal Privoznik

On 4/29/19 12:32 PM, Fabiano Fidêncio wrote:

firmware attribute from  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 
---
  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 @@
  
  

  ...
-os firmware='uefi'
+os firmware='efi'
typehvm/type
loader readonly='yes' secure='no' 
type='rom'/usr/lib/xen/boot/hvmloader/loader
nvram 
template='/usr/share/OVMF/OVMF_VARS.fd'/var/lib/libvirt/nvram/guest_VARS.fd/nvram




ACKed and pushed.

Thanks,
Michal

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

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

2019-04-29 Thread Fabiano Fidêncio
firmware attribute from  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 
---
 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 @@
 
 
 ...
-os firmware='uefi'
+os firmware='efi'
   typehvm/type
   loader readonly='yes' secure='no' 
type='rom'/usr/lib/xen/boot/hvmloader/loader
   nvram 
template='/usr/share/OVMF/OVMF_VARS.fd'/var/lib/libvirt/nvram/guest_VARS.fd/nvram
-- 
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 deamon -> daemon

2017-09-04 Thread Martin Kletzander

On Mon, Sep 04, 2017 at 02:04:10PM +0200, Andrea Bolognani wrote:

Suggested-by: Martin Kletzander 
Signed-off-by: Andrea Bolognani 
---
I would push this as trivial, but I feel like someone might not be
okay with touching the release notes for libvirt versions that are
already out. I think in this case it's perfectly justified, but if
you disagree this is your chance to point it out :)



Precedent-set-by: f546d09362a01473adf2a2c781faa6fdb27ec2e3
Reviewed-by: Martin Kletzander 


signature.asc
Description: Digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH] docs: Fix typo deamon -> daemon

2017-09-04 Thread Andrea Bolognani
Suggested-by: Martin Kletzander 
Signed-off-by: Andrea Bolognani 
---
I would push this as trivial, but I feel like someone might not be
okay with touching the release notes for libvirt versions that are
already out. I think in this case it's perfectly justified, but if
you disagree this is your chance to point it out :)

 docs/internals/rpc.html.in | 2 +-
 docs/news.xml  | 2 +-
 src/libxl/libxl.conf   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/internals/rpc.html.in b/docs/internals/rpc.html.in
index 45c07cb61..fca9cb784 100644
--- a/docs/internals/rpc.html.in
+++ b/docs/internals/rpc.html.in
@@ -534,7 +534,7 @@ C --  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  -- S  
(reply)
 
   virNetDaemonPtr (virnetdaemon.h)
   The virNetDaemon APIs are used to manage a daemon process. A
-deamon is a process that might expose one or more servers.  It
+daemon is a process that might expose one or more servers.  It
 handles most process-related details, network-related should
 be part of the underlying server.
   
diff --git a/docs/news.xml b/docs/news.xml
index 452711717..483f9d6d1 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -195,7 +195,7 @@
   Fix --verbose option for all daemons
 
 
-  Since v3.0.0, the option had been ignored by all libvirt deamons
+  Since v3.0.0, the option had been ignored by all libvirt daemons
   (libvirtd, virtlogd and
   virtlockd); it's now working as intended once again.
 
diff --git a/src/libxl/libxl.conf b/src/libxl/libxl.conf
index 5c9bdaac2..264af7cf9 100644
--- a/src/libxl/libxl.conf
+++ b/src/libxl/libxl.conf
@@ -28,7 +28,7 @@
 # is sent to the daemon after keepalive_interval seconds of inactivity
 # to check if the daemon is still responding; keepalive_count is a
 # maximum number of keepalive messages that are allowed to be sent to
-# the deamon without getting any response before the connection is
+# the daemon without getting any response before the connection is
 # considered broken.  In other words, the connection is automatically
 # closed after approximately keepalive_interval * (keepalive_count + 1)
 # seconds since the last message was received from the daemon. If
-- 
2.13.5

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


[libvirt] [PATCH] docs: fix typo in closing HTML element

2017-04-21 Thread Daniel P. Berrange
Signed-off-by: Daniel P. Berrange 
---

Pushed as a build fix

 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 5469fc3..9bea3bc 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -5425,7 +5425,7 @@ qemu-kvm -net nic,model=? /dev/null
   This element provides means of setting coalesce settings for
   some interface devices (currently only type network
   and bridge.  Currently there is just one attribute,
-  max, to tweak, in element frames for
+  max, to tweak, in element frames for
   the rx group, which accepts a non-negative integer
   that specifies the maximum number of packets that will be
   received before an interrupt.
-- 
2.9.3

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


[libvirt] [PATCH] docs: Fix typo in path for storage pool

2014-12-10 Thread John Ferlan
Signed-off-by: John Ferlan jfer...@redhat.com
---

Pushed as trivial

 docs/formatstorage.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in
index 0951daa..933268c 100644
--- a/docs/formatstorage.html.in
+++ b/docs/formatstorage.html.in
@@ -386,7 +386,7 @@
 like the logical choice, however, devices nodes there are not
 guaranteed stable across reboots, since they are allocated on
 demand. It is preferable to use a stable location such as one
-of the code/dev/disk/by-{path,id,uuid,label/code locations.
+of the code/dev/disk/by-{path|id|uuid|label}/code locations.
 span class=sinceSince 0.4.1/span
   /dd
   dtcodepermissions/code/dt
-- 
1.9.3

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


[libvirt] [PATCH] docs: fix typo in previous patch

2013-12-02 Thread Eric Blake
Avoid a nested comment compilation error.

* include/libvirt/libvirt.h.in: Fix typo.

Signed-off-by: Eric Blake ebl...@redhat.com
---

Pushing as trivial/build-breaker, and sorry for the one-byte mistake.

 include/libvirt/libvirt.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
index 496986e..29d4dce 100644
--- a/include/libvirt/libvirt.h.in
+++ b/include/libvirt/libvirt.h.in
@@ -3587,7 +3587,7 @@ typedef enum {

 /**
  * virDomainEventCrashedDetailType:
-/*
+ *
  * Details on the cause of a 'crashed' lifecycle event
  */
 typedef enum {
-- 
1.8.3.1

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


[libvirt] [PATCH] docs: fix typo when using Kerberos principals

2013-04-09 Thread Eric Blake
Kerberos uses 'primary' or 'key' files (principals), not 'abstract
ideal' (principles).  Reported by Jason Meinzer.

Reflow a paragraph to fit in 80 columns in the process.

* docs/auth.html.in: Fix spelling.
---

Pushing under the trivial rule.

 docs/auth.html.in | 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/docs/auth.html.in b/docs/auth.html.in
index 929afd0..1bd02f2 100644
--- a/docs/auth.html.in
+++ b/docs/auth.html.in
@@ -253,13 +253,15 @@ Plugin gssapiv2 [loaded], API version: 4
 features: WANT_CLIENT_FIRST|PROXY_AUTHENTICATION|NEED_SERVER_FQDN
 /pre
 p
-Next it is necessary for the administrator of the Kerberos realm to issue a 
principle
-for the libvirt server. There needs to be one principle per host running the 
libvirt
-daemon. The principle should be named 
codelibvirt/full.hostname@KERBEROS.REALM/code.
-This is typically done by running the codekadmin.local/code command on the 
Kerberos
-server, though some Kerberos servers have alternate ways of setting up service 
principles.
-Once created, the principle should be exported to a keytab, copied to the host 
running
-the libvirt daemon and placed in code/etc/libvirt/krb5.tab/code
+Next it is necessary for the administrator of the Kerberos realm to
+issue a principal for the libvirt server. There needs to be one
+principal per host running the libvirt daemon. The principal should be
+named codelibvirt/full.hostname@KERBEROS.REALM/code.  This is
+typically done by running the codekadmin.local/code command on the
+Kerberos server, though some Kerberos servers have alternate ways of
+setting up service principals.  Once created, the principal should be
+exported to a keytab, copied to the host running the libvirt daemon
+and placed in code/etc/libvirt/krb5.tab/code
 /p
 pre
 # kadmin.local
@@ -281,7 +283,7 @@ kadmin.local: quit
 /pre
 p
 Any client application wishing to connect to a Kerberos enabled libvirt server
-merely needs to run codekinit/code to gain a user principle. This may well
+merely needs to run codekinit/code to gain a user principal. This may well
 be done automatically when a user logs into a desktop session, if PAM is setup
 to authenticate against Kerberos.
 /p
-- 
1.8.1.4

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


[libvirt] [PATCH] docs: fix typo in isa-serial additions

2013-01-10 Thread Laine Stump
This was preventing make rpm from completing.
---
Pushed under the build breaker rule.

 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 90f8abe..bb0b199 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3693,7 +3693,7 @@ qemu-kvm -net nic,model=? /dev/null
   specifies the port number. Ports are numbered starting from 0. There are
   usually 0, 1 or 2 serial ports. There is also an optional
   codetype/code attribute span class=sincesince 1.0.2/span
-  which has two choices for its value, one is codeisa-serial/code,
+  which has two choices for its value, one is codeisa-serial/code,
   the other is codeusb-serial/code. If codetype/code is missing,
   codeisa-serial/code will be used by default. For 
codeusb-serial/code
   an optional sub-element codelt;addressgt;/code with
-- 
1.7.11.7

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


[libvirt] [PATCH] docs: fix typo in filesystem docs

2012-09-20 Thread Eric Blake
Noticed this by reading the page.  It would be so much nicer if our
tools could automatically flag things like this as part of 'make'.

* docs/formatdomain.html.in: Remove extra ''.
---

Pushing under the trivial rule.

 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 f05350e..04de870 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1772,7 +1772,7 @@
   which gives the memory usage limit in kibibytes. Only used
   by LXC driver.
   span class=since (since 0.9.13)/span/dd
-dtcodetype='bind'/code/dt
+dtcodetype='bind'/code/dt
 dd
   A directory inside the guest will be bound to another
   directory inside the guest. Only used by LXC driver
-- 
1.7.11.4

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


[libvirt] [PATCH] docs: Fix typo in CPU tuning

2012-08-31 Thread Jiri Denemark
---
 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 be8489a..bb842f9 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -385,7 +385,7 @@
 lt;vcpupin vcpu=1 cpuset=0,1/gt;
 lt;vcpupin vcpu=2 cpuset=2,3/gt;
 lt;vcpupin vcpu=3 cpuset=0,4/gt;
-lt;emulatorpin cpuset=1-3/%gt;
+lt;emulatorpin cpuset=1-3/gt;
 lt;sharesgt;2048lt;/sharesgt;
 lt;periodgt;100lt;/periodgt;
 lt;quotagt;-1lt;/quotagt;
-- 
1.7.12

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


Re: [libvirt] [PATCH] docs: Fix typo in CPU tuning

2012-08-31 Thread Peter Krempa

On 08/31/12 08:22, Jiri Denemark wrote:

---
  docs/formatdomain.html.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)


This would definitely qualify as trivial. ACK

Peter

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


Re: [libvirt] [PATCH] docs: Fix typo in CPU tuning

2012-08-31 Thread Daniel Veillard
On Fri, Aug 31, 2012 at 08:22:57AM +0200, Jiri Denemark wrote:
 ---
  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 be8489a..bb842f9 100644
 --- a/docs/formatdomain.html.in
 +++ b/docs/formatdomain.html.in
 @@ -385,7 +385,7 @@
  lt;vcpupin vcpu=1 cpuset=0,1/gt;
  lt;vcpupin vcpu=2 cpuset=2,3/gt;
  lt;vcpupin vcpu=3 cpuset=0,4/gt;
 -lt;emulatorpin cpuset=1-3/%gt;
 +lt;emulatorpin cpuset=1-3/gt;
  lt;sharesgt;2048lt;/sharesgt;
  lt;periodgt;100lt;/periodgt;
  lt;quotagt;-1lt;/quotagt;

  ACK

unfortunately that's an error the XML parser can't find :-)

Daniel

-- 
Daniel Veillard  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
dan...@veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

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


Re: [libvirt] [PATCH] docs: Fix typo in CPU tuning

2012-08-31 Thread Peter Krempa

On 08/31/12 08:41, Peter Krempa wrote:

On 08/31/12 08:22, Jiri Denemark wrote:

---
  docs/formatdomain.html.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)


This would definitely qualify as trivial. ACK


I pushed this patch along with another docs fix.

Peter

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


[libvirt] [PATCH] docs: Fix typo

2012-03-06 Thread Osier Yang
It used lt for , reported by Kyla Zhang weiz...@redhat.com

--
Pushed under trivial rule.
---
 docs/formatdomain.html.in |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 6434ae5..42f38d3 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1096,9 +1096,9 @@
 lt;/diskgt;
 lt;disk type='block' device='lun'gt;
   lt;driver name='qemu' type='raw'/gt;
-  lt;source dev='/dev/sda'/lt;
-  lt;target dev='sda' bus='scsi'/lt;
-  lt;address type='drive' controller='0' bus='0' target='3' unit='0'/lt;
+  lt;source dev='/dev/sda'/gt;
+  lt;target dev='sda' bus='scsi'/gt;
+  lt;address type='drive' controller='0' bus='0' target='3' unit='0'/gt;
 lt;/diskgt;
   lt;/devicesgt;
   .../pre
-- 
1.7.1

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


[libvirt] [PATCH] docs: fix typo in python bindings

2012-02-08 Thread Eric Blake
* docs/python.html.in: Class is virConnect, not virConn.
---

Pushing this under the trivial rule.

 docs/python.html.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/python.html.in b/docs/python.html.in
index a8c972e..e7538a4 100644
--- a/docs/python.html.in
+++ b/docs/python.html.in
@@ -20,7 +20,7 @@ lower case, for example the C functions:/p
 /p
 pbecome/p
 p
-  codevirConn::numOfDomains(self)/code
+  codevirConnect::numOfDomains(self)/code
 /p
 p
   codevirDomain::setMaxMemory(self, memory)/code
-- 
1.7.7.6

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


[libvirt] [PATCH] docs: fix typo

2011-04-01 Thread Eric Blake
* docs/formatdomain.html.in: Fix KVM name.
---

Pushing under the trivial rule.

 docs/formatdomain.html.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 6c624ab..574fee5 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -314,7 +314,7 @@
   dtcodememtune/code/dt
   dd The optional codememtune/code element provides details
 regarding the memory tunable parameters for the domain. If this is
-omitted, it defaults to the OS provided defaults. For QEMU/KVMi, the
+omitted, it defaults to the OS provided defaults. For QEMU/KVM, the
 parameters are applied to the QEMU process as a whole. Thus, when
 counting them, one needs to add up guest RAM, guest video RAM, and
 some memory overhead of QEMU itself. The last piece is hard to
-- 
1.7.4

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


[libvirt] [PATCH] docs: fix typo

2010-11-01 Thread Eric Blake
* docs/drvqemu.html.in (qemu): Fix typo.
---

Noticed this while browsing the web; pushing it as obvious.

 docs/drvqemu.html.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in
index ab54133..7230cae 100644
--- a/docs/drvqemu.html.in
+++ b/docs/drvqemu.html.in
@@ -70,7 +70,7 @@ qemu+ssh://r...@example.com/system   (remote access, SSH 
tunnelled)
   application. Thus the QEMU instances spawned from this driver will
   share the same privileges as the client application. The intended
   use case for this driver is desktop virtualization, with virtual
-  machines storing their disk imags in the user's home directory and
+  machines storing their disk images in the user's home directory and
   being managed from the local desktop login session.
 /p

-- 
1.7.2.3

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