[libvirt] [PATCH] Fix typo (cetificate -> certificate)

2020-01-13 Thread Andrea Bolognani
Signed-off-by: Andrea Bolognani --- Pushed as trivial. docs/manpages/virsh.rst | 2 +- include/libvirt/libvirt-domain.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst index 6446a903ca..c637caa583 100644 --- a/docs

Re: [libvirt] [PATCH] Fix Typo.

2016-09-30 Thread Nitesh Konkar
I think I will group all such fixes in 1 patch and send it. Thanks! On Fri, Sep 30, 2016 at 2:18 AM, Nitesh Konkar < niteshkonkar.libv...@gmail.com> wrote: > Signed-off-by: Nitesh Konkar > --- > src/libvirt-nodedev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/l

[libvirt] [PATCH] Fix Typo.

2016-09-29 Thread Nitesh Konkar
Signed-off-by: Nitesh Konkar --- src/libvirt-nodedev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirt-nodedev.c b/src/libvirt-nodedev.c index 6ea14b3..bba9768 100644 --- a/src/libvirt-nodedev.c +++ b/src/libvirt-nodedev.c @@ -488,7 +488,7 @@ virNodeDeviceRef(virNo

Re: [libvirt] [PATCH] fix typo in comments

2015-08-10 Thread Ján Tomko
On Mon, Aug 10, 2015 at 03:31:45PM +0800, Cao jin wrote: > Signed-off-by: Cao jin > --- > src/datatypes.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ACK and pushed. Jan signature.asc Description: Digital signature -- libvir-list mailing list libvir-list@redhat.com https://www.

[libvirt] [PATCH] fix typo in comments

2015-08-10 Thread Cao jin
Signed-off-by: Cao jin --- src/datatypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datatypes.h b/src/datatypes.h index c498cb0..be108fe 100644 --- a/src/datatypes.h +++ b/src/datatypes.h @@ -383,7 +383,7 @@ struct _virConnect { /* Per-connection error. */

Re: [libvirt] [PATCH] fix typo in qemu_monitor

2015-07-24 Thread Peter Krempa
On Fri, Jul 24, 2015 at 17:26:36 +0800, Cao jin wrote: > Signed-off-by: Cao jin > --- > src/qemu/qemu_monitor.c | 2 +- > src/qemu/qemu_monitor.h | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c > index 15ba39b..beaf5

Re: [libvirt] [PATCH] fix typo in qemu_monitor

2015-07-24 Thread Kashyap Chamarthy
On Fri, Jul 24, 2015 at 05:26:36PM +0800, Cao jin wrote: > Signed-off-by: Cao jin > --- > src/qemu/qemu_monitor.c | 2 +- > src/qemu/qemu_monitor.h | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c > index 15ba39b..bea

[libvirt] [PATCH] fix typo in qemu_monitor

2015-07-24 Thread Cao jin
Signed-off-by: Cao jin --- src/qemu/qemu_monitor.c | 2 +- src/qemu/qemu_monitor.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c index 15ba39b..beaf585 100644 --- a/src/qemu/qemu_monitor.c +++ b/src/qemu/qemu_monitor.c @

Re: [libvirt] [PATCH] Fix typo incomaptible -> incompatible

2015-06-30 Thread Erik Skultety
On 30/06/15 10:53, Andrea Bolognani wrote: > --- > src/cpu/cpu_x86.c | 4 ++-- > src/libvirt-domain-snapshot.c | 2 +- > src/qemu/qemu_driver.c| 8 > 3 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/src/cpu/cpu_x86.c b/src/cpu/cpu_x86.c > index 2a14

[libvirt] [PATCH] Fix typo incomaptible -> incompatible

2015-06-30 Thread Andrea Bolognani
--- src/cpu/cpu_x86.c | 4 ++-- src/libvirt-domain-snapshot.c | 2 +- src/qemu/qemu_driver.c| 8 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/cpu/cpu_x86.c b/src/cpu/cpu_x86.c index 2a14705..f5f7697 100644 --- a/src/cpu/cpu_x86.c +++ b/src/cpu/cpu

Re: [libvirt] [PATCH] Fix typo in error message

2015-03-23 Thread Eric Blake
On 03/23/2015 06:12 AM, Pavel Hrdina wrote: > On Mon, Mar 23, 2015 at 12:29:42PM +0100, Ján Tomko wrote: > > Just a question: where is the typo mentioned in $subject? > >> by rewriting it completely from: >> error: unsupported configuration: virtio only support device address >> type 'PCI' 'supp

Re: [libvirt] [PATCH] Fix typo in error message

2015-03-23 Thread Pavel Hrdina
On Mon, Mar 23, 2015 at 12:29:42PM +0100, Ján Tomko wrote: Just a question: where is the typo mentioned in $subject? > by rewriting it completely from: > error: unsupported configuration: virtio only support device address > type 'PCI' > > to: > > error: unsupported configuration: virtio disk c

[libvirt] [PATCH] Fix typo in error message

2015-03-23 Thread Ján Tomko
by rewriting it completely from: error: unsupported configuration: virtio only support device address type 'PCI' to: error: unsupported configuration: virtio disk cannot have an address of type drive Since we now support CCW addresses as well. --- src/qemu/qemu_command.c | 5 +++-- 1 file chang

[libvirt] [PATCH] Fix typo s/interpetation/interpretation/

2014-12-20 Thread Claudio Bley
Fix the typo in struct virSecurityModel's comment for its doi field. --- Pushed under the trivial rule. include/libvirt/libvirt-host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libvirt/libvirt-host.h b/include/libvirt/libvirt-host.h index 0704672..f760a55 100644

[libvirt] [PATCH] fix typo in sanlock driver s/VIR_CONF_UONG/VIR_CONF_ULONG/

2014-12-15 Thread Daniel P. Berrange
fix typo introduced in previous commit Pushed as build-breaker fix --- src/locking/lock_driver_sanlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locking/lock_driver_sanlock.c b/src/locking/lock_driver_sanlock.c index b24e910..60f305c 100644 --- a/src/locking/lock_

Re: [libvirt] [PATCH] Fix typo s/EMULATORIN/EMULATORPIN/

2014-10-02 Thread Michal Privoznik
On 02.10.2014 15:30, Daniel P. Berrange wrote: On Thu, Oct 02, 2014 at 03:23:59PM +0200, Michal Privoznik wrote: On 26.09.2014 12:22, Daniel P. Berrange wrote: Fix the typo in VIR_DOMAIN_TUNABLE_CPU_EMULATORIN Signed-off-by: Daniel P. Berrange --- include/libvirt/libvirt.h.in | 4 ++-- src

Re: [libvirt] [PATCH] Fix typo s/EMULATORIN/EMULATORPIN/

2014-10-02 Thread Daniel P. Berrange
On Thu, Oct 02, 2014 at 03:23:59PM +0200, Michal Privoznik wrote: > On 26.09.2014 12:22, Daniel P. Berrange wrote: > >Fix the typo in VIR_DOMAIN_TUNABLE_CPU_EMULATORIN > > > >Signed-off-by: Daniel P. Berrange > >--- > > include/libvirt/libvirt.h.in | 4 ++-- > > src/qemu/qemu_driver.c | 2 +

Re: [libvirt] [PATCH] Fix typo s/EMULATORIN/EMULATORPIN/

2014-10-02 Thread Michal Privoznik
On 26.09.2014 12:22, Daniel P. Berrange wrote: Fix the typo in VIR_DOMAIN_TUNABLE_CPU_EMULATORIN Signed-off-by: Daniel P. Berrange --- include/libvirt/libvirt.h.in | 4 ++-- src/qemu/qemu_driver.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Pushed under trivial rule dif

[libvirt] [PATCH] Fix typo s/EMULATORIN/EMULATORPIN/

2014-09-26 Thread Daniel P. Berrange
Fix the typo in VIR_DOMAIN_TUNABLE_CPU_EMULATORIN Signed-off-by: Daniel P. Berrange --- include/libvirt/libvirt.h.in | 4 ++-- src/qemu/qemu_driver.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Pushed under trivial rule diff --git a/include/libvirt/libvirt.h.in b/include/lib

Re: [libvirt] [PATCH] Fix typo error attribute name vlan-id should be vlanid in docs

2014-08-05 Thread Ján Tomko
On 08/05/2014 07:25 AM, Jianwei Hu wrote: > [root@localhost ~]# virsh nwfilter-dumpxml myself > > 7192ef51-cd50-4f14-ad7b-fa5c69ea19e3 > > > > > > [root@localhost ~]# ebtables -t nat -L > Bridge table: nat > > ... > -p 802_1Q -d 0:11:22:33:44:55 --vlan-id 44 -j ACCEPT > --- > docs

[libvirt] [PATCH] Fix typo error attribute name vlan-id should be vlanid in docs

2014-08-04 Thread Jianwei Hu
[root@localhost ~]# virsh nwfilter-dumpxml myself 7192ef51-cd50-4f14-ad7b-fa5c69ea19e3 [root@localhost ~]# ebtables -t nat -L Bridge table: nat ... -p 802_1Q -d 0:11:22:33:44:55 --vlan-id 44 -j ACCEPT --- docs/formatnwfilter.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deleti

Re: [libvirt] [PATCH] Fix typo s/SASL_CONF_DIR/SASL_CONF_PATH/ in QEMU VNC code

2014-06-26 Thread Daniel P. Berrange
On Thu, Jun 26, 2014 at 02:18:51PM +0200, Christophe Fergeau wrote: > Hey, > > On Thu, Jun 26, 2014 at 11:49:21AM +0100, Daniel P. Berrange wrote: > > The QEMU VNC client arg code has a long standing typo > > of SASL_CONF_DIR when it should be SASL_CONFIG_PATH for > > the env variable name. > > Y

Re: [libvirt] [PATCH] Fix typo s/SASL_CONF_DIR/SASL_CONF_PATH/ in QEMU VNC code

2014-06-26 Thread Christophe Fergeau
Hey, On Thu, Jun 26, 2014 at 11:49:21AM +0100, Daniel P. Berrange wrote: > The QEMU VNC client arg code has a long standing typo > of SASL_CONF_DIR when it should be SASL_CONFIG_PATH for > the env variable name. You've already sent this last Octoer ;) Ján Tomko pointed out that the log should men

[libvirt] [PATCH] Fix typo s/SASL_CONF_DIR/SASL_CONF_PATH/ in QEMU VNC code

2014-06-26 Thread Daniel P. Berrange
The QEMU VNC client arg code has a long standing typo of SASL_CONF_DIR when it should be SASL_CONFIG_PATH for the env variable name. Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_command.c| 2 +- tests/qemuxml2argvdata/qemuxml2argv-graphics-vnc-sasl.args

[libvirt] [PATCH] Fix typo in configure.ac

2014-03-21 Thread Ján Tomko
s/profram/program/ --- Pushed as trivial. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 85d0dbe..73efffa 100644 --- a/configure.ac +++ b/configure.ac @@ -433,7 +433,7 @@ AC_DEFINE_UNQUOTED([DNSMASQ],["$DNSMASQ"], AC_DEFINE_UNQU

Re: [libvirt] [PATCH] Fix typo s/SASL_CONF_DIR/SASL_CONF_PATH/ in QEMU VNC code

2013-10-17 Thread Ján Tomko
On 10/17/2013 05:05 PM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The QEMU VNC client arg code has a long standing typo > of SASL_CONF_DIR when it should be SASL_CONFIG_PATH for s/SASL_CONFIG_PATH/SASL_CONF_PATH > the env variable name. > > Signed-off-by: Daniel P. Berrange >

Re: [libvirt] [PATCH] Fix typo s/SASL_CONF_DIR/SASL_CONF_PATH/ in QEMU VNC code

2013-10-17 Thread Christophe Fergeau
On Thu, Oct 17, 2013 at 04:05:55PM +0100, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The QEMU VNC client arg code has a long standing typo > of SASL_CONF_DIR when it should be SASL_CONFIG_PATH for > the env variable name. ACK Christophe pgp5xNRcEYkNX.pgp Description: PGP signa

[libvirt] [PATCH] Fix typo s/SASL_CONF_DIR/SASL_CONF_PATH/ in QEMU VNC code

2013-10-17 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The QEMU VNC client arg code has a long standing typo of SASL_CONF_DIR when it should be SASL_CONFIG_PATH for the env variable name. Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_command.c| 2 +- tests/qemuxml2argvdata/qemuxm

Re: [libvirt] [PATCH] fix typo in lxc_driver.c and virsh-nodedev.c

2013-10-15 Thread Eric Blake
On 10/15/2013 06:44 AM, Hongwei Bi wrote: > > --- > src/lxc/lxc_driver.c | 2 +- > tools/virsh-nodedev.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) ACK and pushed. -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http://libvirt.org signatu

[libvirt] [PATCH] fix typo in lxc_driver.c and virsh-nodedev.c

2013-10-15 Thread Hongwei Bi
--- src/lxc/lxc_driver.c | 2 +- tools/virsh-nodedev.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index e3a34d6..870e4a9 100644 --- a/src/lxc/lxc_driver.c +++ b/src/lxc/lxc_driver.c @@ -887,7 +887,7 @@ cleanup: } /** - *

Re: [libvirt] [PATCH] Fix typo breaking cgroups for NBD backed filesystems

2013-10-08 Thread Eric Blake
On 10/08/2013 09:37 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > A typo in the setup of NBD backed filesystems meant the > /dev/nbdN device would not be added to the cgroups device > ACL. > > Signed-off-by: Daniel P. Berrange > --- > src/lxc/lxc_controller.c | 2 +- > 1 file

[libvirt] [PATCH] Fix typo breaking cgroups for NBD backed filesystems

2013-10-08 Thread Daniel P. Berrange
From: "Daniel P. Berrange" A typo in the setup of NBD backed filesystems meant the /dev/nbdN device would not be added to the cgroups device ACL. Signed-off-by: Daniel P. Berrange --- src/lxc/lxc_controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc_contr

[libvirt] [PATCH] Fix typo in augeas comment

2013-04-30 Thread Martin Kletzander
Signed-off-by: Martin Kletzander --- Pushed as 'trivial' before 1.0.5 as suggested [1] by Michal [1] http://www.redhat.com/archives/libvir-list/2013-April/msg02059.html --- src/qemu/libvirtd_qemu.aug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/libvirtd_qemu.aug

Re: [libvirt] [PATCH] fix typo introduced by 90430791

2013-04-25 Thread Eric Blake
On 04/25/2013 06:17 AM, Bamvor Jian Zhang wrote: > From: Bamvor Jian Zhang > > > Signed-off-by: Bamvor Jian Zhang > --- > src/node_device/node_device_hal.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ACK and pushed. > > diff --git a/src/node_device/node_device_hal.c > b/src/nod

[libvirt] [PATCH] fix typo introduced by 90430791

2013-04-25 Thread Bamvor Jian Zhang
From: Bamvor Jian Zhang Signed-off-by: Bamvor Jian Zhang --- src/node_device/node_device_hal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_device/node_device_hal.c b/src/node_device/node_device_hal.c index 4a430dc..63245a9 100644 --- a/src/node_device/node_dev

Re: [libvirt] [PATCH] Fix typo in ocaml_libvirt_storage_vol_get_info

2013-04-17 Thread Eric Blake
On 04/17/2013 04:23 AM, David Scott wrote: > The info.capacity was being overwritten with the info.allocation. If you will do: git config format.subjectprefix 'ocaml PATCH' then future patches from you will come with a mailing list header of: [libvirt][ocaml PATCH] ... to make it more obvious

[libvirt] [PATCH] Fix typo in ocaml_libvirt_storage_vol_get_info

2013-04-17 Thread David Scott
The info.capacity was being overwritten with the info.allocation. Signed-off-by: David Scott --- libvirt/libvirt_c_oneoffs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/libvirt_c_oneoffs.c b/libvirt/libvirt_c_oneoffs.c index 80e1c03..01985f5 100644 --- a/libvirt/l

Re: [libvirt] [PATCH] Fix typo in internal VIR_QEMU_PROCESS_START_AUTODESROY constant

2013-02-27 Thread Eric Blake
On 02/27/2013 09:53 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > s/VIR_QEMU_PROCESS_START_AUTODESROY/VIR_QEMU_PROCESS_START_AUTODESTROY/ > > Signed-off-by: Daniel P. Berrange > --- > +++ b/src/qemu/qemu_process.h > @@ -47,7 +47,7 @@ int qemuProcessAssignPCIAddresses(virDomain

Re: [libvirt] [PATCH] Fix typo in internal VIR_QEMU_PROCESS_START_AUTODESROY constant

2013-02-27 Thread Peter Krempa
On 02/27/13 17:53, Daniel P. Berrange wrote: From: "Daniel P. Berrange" s/VIR_QEMU_PROCESS_START_AUTODESROY/VIR_QEMU_PROCESS_START_AUTODESTROY/ Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_driver.c| 4 ++-- src/qemu/qemu_migration.c | 2 +- src/qemu/qemu_process.c | 4 ++--

[libvirt] [PATCH] Fix typo in internal VIR_QEMU_PROCESS_START_AUTODESROY constant

2013-02-27 Thread Daniel P. Berrange
From: "Daniel P. Berrange" s/VIR_QEMU_PROCESS_START_AUTODESROY/VIR_QEMU_PROCESS_START_AUTODESTROY/ Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_driver.c| 4 ++-- src/qemu/qemu_migration.c | 2 +- src/qemu/qemu_process.c | 4 ++-- src/qemu/qemu_process.h | 2 +- 4 files changed,

Re: [libvirt] [PATCH] Fix typo in configure.ac causing $LIBS to gain a copy of $CFLAGS

2013-02-05 Thread Eric Blake
On 02/05/2013 09:46 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The virt-dbus.m4 check for DBus was preserving $LIBS before > modifying it. Except it wasn't. It was preserving another > copy of $CFLAGS. The result was that after the check completed, > $LIBS got polluted with $C

Re: [libvirt] [PATCH] Fix typo in configure.ac causing $LIBS to gain a copy of $CFLAGS

2013-02-05 Thread Jiri Denemark
On Tue, Feb 05, 2013 at 16:46:20 +, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The virt-dbus.m4 check for DBus was preserving $LIBS before > modifying it. Except it wasn't. It was preserving another > copy of $CFLAGS. The result was that after the check completed, > $LIBS got

[libvirt] [PATCH] Fix typo in configure.ac causing $LIBS to gain a copy of $CFLAGS

2013-02-05 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The virt-dbus.m4 check for DBus was preserving $LIBS before modifying it. Except it wasn't. It was preserving another copy of $CFLAGS. The result was that after the check completed, $LIBS got polluted with $CFLAGS Signed-off-by: Daniel P. Berrange --- m4/virt-dbus.m4

[libvirt] [PATCH] Fix typo in variable name

2013-01-16 Thread Guido Günther
Hi, I pushed that under the build breaker rule: that broke the build like: CC libvirt_conf_la-domain_conf.lo conf/domain_conf.c: In function 'virDomainVcpuPinAdd': conf/domain_conf.c:11920:29: error: 'vpcupin' undeclared (first use in this function) conf/domain_conf.c:11920:29: note:

[libvirt] [PATCH] Fix typo s/AM_CLFAGS/AM_CFLAGS/ in sanlock link

2012-08-03 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Pushed under trivial rule --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index d4c198e..49bcf50 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1455,7 +1455,7 @@ lockdriverdir = $(libdir)

[libvirt] [PATCH] Fix typo and add missed comment for diskChange callback

2012-03-05 Thread Osier Yang
Comment for parameter devAlias is missed. And a typo should be caused by copy & paste. -- Pushed under trivial rule. --- include/libvirt/libvirt.h.in |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index 58c436

Re: [libvirt] [PATCH] Fix typo in domain XML documentation

2012-02-29 Thread Eric Blake
On 02/29/2012 05:47 AM, Christophe Fergeau wrote: > s/Modyfing/Modifying > --- > docs/formatdomain.html.in |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) ACK. You can push patches like this under the trivial rule (see HACKING); it's a good idea to still send the mail, but just men

[libvirt] [PATCH] Fix typo in domain XML documentation

2012-02-29 Thread Christophe Fergeau
s/Modyfing/Modifying --- 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 5305f82..9e7dd08 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2580,7 +2580,7 @@ qem

Re: [libvirt] [PATCH] Fix typo in storage pool documentation

2011-12-19 Thread Eric Blake
On 12/19/2011 07:20 AM, Christophe Fergeau wrote: > Remove 2 words that shouldn't be here. > --- > docs/formatstorage.html.in |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in > index f13ca6a..0dcf6df 100644 > --

[libvirt] [PATCH] Fix typo in storage pool documentation

2011-12-19 Thread Christophe Fergeau
Remove 2 words that shouldn't be here. --- docs/formatstorage.html.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index f13ca6a..0dcf6df 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@

[libvirt] [PATCH] Fix typo in virFileAccessibleAs

2011-10-27 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Pushing as a Win32 build breaker * src/util/util.c: s/git_t/gid_t/ in parameter list of virFileAccessibleAs --- src/util/util.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/util/util.c b/src/util/util.c index bf170f2..ae0dc56 100644 --

Re: [libvirt] [PATCH] Fix typo in LXC cgroups setup error message

2011-08-04 Thread Eric Blake
On 08/04/2011 09:04 AM, Daniel P. Berrange wrote: From: "Daniel P. Berrange" * src/lxc/lxc_controller.c: s/PYT/PTY/ --- src/lxc/lxc_controller.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ACK - this counts as trivial. -- Eric Blake ebl...@redhat.com+1-801-349-2682 Li

[libvirt] [PATCH] Fix typo in LXC cgroups setup error message

2011-08-04 Thread Daniel P. Berrange
From: "Daniel P. Berrange" * src/lxc/lxc_controller.c: s/PYT/PTY/ --- src/lxc/lxc_controller.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c index bc5ee25..8848ae2 100644 --- a/src/lxc/lxc_controller.c +++ b/src/lxc/

Re: [libvirt] [PATCH] fix typo error

2011-07-11 Thread Wen Congyang
At 2011年07月11日 16:36, Daniel Veillard write: On Mon, Jul 11, 2011 at 04:26:16PM +0800, Wen Congyang wrote: --- docs/news.html.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/news.html.in b/docs/news.html.in index 6c94afc..625e3b9 100644 --- a/docs/news.html.i

Re: [libvirt] [PATCH] fix typo error

2011-07-11 Thread Daniel Veillard
On Mon, Jul 11, 2011 at 04:26:16PM +0800, Wen Congyang wrote: > --- > docs/news.html.in |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/docs/news.html.in b/docs/news.html.in > index 6c94afc..625e3b9 100644 > --- a/docs/news.html.in > +++ b/docs/news.html.in > @@ -15

[libvirt] [PATCH] fix typo error

2011-07-11 Thread Wen Congyang
--- docs/news.html.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/news.html.in b/docs/news.html.in index 6c94afc..625e3b9 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -151,7 +151,7 @@ and check the http://libvirt.org/git/?p=libvirt.git;a=log";>GIT lo

[libvirt] [PATCH] Fix typo in libvirt_private.syms

2011-06-24 Thread Matthias Bolte
Triggered a linker error on MinGW. --- I'm pushing this one under the build breaker rule. src/libvirt_private.syms |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index 070b4c1..da7e186 100644 --- a/src/libvirt_private

Re: [libvirt] [PATCH] Fix typo in systemtap tapset directrory name

2011-04-05 Thread Eric Blake
P.S. you might want to fix the typo in the commit title: s/directrory/directory/ On 04/05/2011 09:33 AM, Eric Blake wrote: > On 04/05/2011 09:19 AM, Daniel P. Berrange wrote: >> The systemtap directory for tapsets is called >> >> /usr/share/systemtap/tapset >> >> Not >> >> /usr/share/systemtap/

Re: [libvirt] [PATCH] Fix typo in systemtap tapset directrory name

2011-04-05 Thread Eric Blake
On 04/05/2011 09:19 AM, Daniel P. Berrange wrote: > The systemtap directory for tapsets is called > > /usr/share/systemtap/tapset > > Not > > /usr/share/systemtap/tapsets > > * daemon/Makefile.am,libvirt.spec.in: s/tapsets/tapset/ > --- > daemon/Makefile.am |2 +- > libvirt.spec.in|

[libvirt] [PATCH] Fix typo in systemtap tapset directrory name

2011-04-05 Thread Daniel P. Berrange
The systemtap directory for tapsets is called /usr/share/systemtap/tapset Not /usr/share/systemtap/tapsets * daemon/Makefile.am,libvirt.spec.in: s/tapsets/tapset/ --- daemon/Makefile.am |2 +- libvirt.spec.in|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/d

[libvirt] [PATCH] fix typo in domain listing example

2010-11-24 Thread Eric Blake
* en_US/Guest_Domains.xml (numDomains): Fix example typo. --- > > I'm not sure where the source to this > > document is kept, or I would have pushed the obvious patch. > It is in GIT of course :-) I figured as much, just didn't know the repository name. Now I do, so now I'm pushing this :) en-U

Re: [libvirt] [PATCH] Fix typo

2010-10-29 Thread Daniel Veillard
On Fri, Oct 29, 2010 at 11:22:15AM +0800, Hu Tao wrote: > --- > include/libvirt/libvirt.h.in |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in > index b45f7ec..3379210 100644 > --- a/include/libvirt/libvirt

Re: [libvirt] [PATCH] Fix typo

2010-10-29 Thread Daniel P. Berrange
On Fri, Oct 29, 2010 at 11:22:15AM +0800, Hu Tao wrote: > --- > include/libvirt/libvirt.h.in |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in > index b45f7ec..3379210 100644 > --- a/include/libvirt/libvirt

[libvirt] [PATCH] Fix typo

2010-10-28 Thread Hu Tao
--- include/libvirt/libvirt.h.in |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index b45f7ec..3379210 100644 --- a/include/libvirt/libvirt.h.in +++ b/include/libvirt/libvirt.h.in @@ -2044,7 +2044,7 @@ typedef

Re: [libvirt] [PATCH] Fix typo in QEMU migration command name

2010-03-03 Thread Daniel Veillard
On Wed, Mar 03, 2010 at 05:08:58PM +, Daniel P. Berrange wrote: > The QMP code was running query-migration instead of query-migrate. > This doesn't work so well > > * src/qemu/qemu_monitor_json.c: s/query-migration/query-migrate/ > --- > src/qemu/qemu_monitor_json.c |2 +- > 1 files chang

[libvirt] [PATCH] Fix typo in QEMU migration command name

2010-03-03 Thread Daniel P. Berrange
The QMP code was running query-migration instead of query-migrate. This doesn't work so well * src/qemu/qemu_monitor_json.c: s/query-migration/query-migrate/ --- src/qemu/qemu_monitor_json.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_monitor_json.c b/s

Re: [libvirt] [PATCH] Fix typo in comment

2010-02-18 Thread Daniel Veillard
On Wed, Feb 17, 2010 at 02:36:32PM +, Matthew Booth wrote: > * src/qemu/qemu_driver.c: Fix typo in comment > --- > src/qemu/qemu_driver.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c > index 8766ca2..b4728e5 100

Re: [libvirt] [PATCH] Fix typo in comment

2010-02-18 Thread Daniel P. Berrange
On Wed, Feb 17, 2010 at 02:36:32PM +, Matthew Booth wrote: > * src/qemu/qemu_driver.c: Fix typo in comment > --- > src/qemu/qemu_driver.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c > index 8766ca2..b4728e5 100

[libvirt] [PATCH] Fix typo in comment

2010-02-17 Thread Matthew Booth
* src/qemu/qemu_driver.c: Fix typo in comment --- src/qemu/qemu_driver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 8766ca2..b4728e5 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -2724,7 +272

Re: [libvirt] [PATCH] Fix typo in qemudDomainAttachHostPciDevice()

2009-12-21 Thread Daniel Veillard
On Mon, Dec 21, 2009 at 11:47:54AM +0100, Jiri Denemark wrote: > The 'if' statement is supposed to check return value of > pci = pciGetDevice(conn, ...); > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_driver.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --

[libvirt] [PATCH] Fix typo in qemudDomainAttachHostPciDevice()

2009-12-21 Thread Jiri Denemark
The 'if' statement is supposed to check return value of pci = pciGetDevice(conn, ...); Signed-off-by: Jiri Denemark --- src/qemu/qemu_driver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 890aa84..60dea9c 1006

Re: [libvirt] [PATCH] Fix typo in error message

2009-11-17 Thread Daniel Veillard
On Tue, Nov 17, 2009 at 11:22:48AM +, Matthew Booth wrote: > On 17/11/09 11:19, Daniel Veillard wrote: >> On Tue, Nov 17, 2009 at 11:04:40AM +, Matthew Booth wrote: >>> * src/qemu/qemu_monitor_text.c: Fix typo >>> * po/*.po: Update typo in translations >> >>Please keep the po separate f

Re: [libvirt] [PATCH] Fix typo in error message

2009-11-17 Thread Matthew Booth
On 17/11/09 11:19, Daniel Veillard wrote: On Tue, Nov 17, 2009 at 11:04:40AM +, Matthew Booth wrote: * src/qemu/qemu_monitor_text.c: Fix typo * po/*.po: Update typo in translations Please keep the po separate from patches :-) Sure. Do you want a separate patch from me, or did you spli

Re: [libvirt] [PATCH] Fix typo in error message

2009-11-17 Thread Daniel Veillard
On Tue, Nov 17, 2009 at 11:04:40AM +, Matthew Booth wrote: > * src/qemu/qemu_monitor_text.c: Fix typo > * po/*.po: Update typo in translations Please keep the po separate from patches :-) > diff --git a/src/qemu/qemu_monitor_text.c b/src/qemu/qemu_monitor_text.c > index ee234a1..d39a417 100

[libvirt] [PATCH] Fix typo in error message

2009-11-17 Thread Matthew Booth
* src/qemu/qemu_monitor_text.c: Fix typo * po/*.po: Update typo in translations --- po/af.po |2 +- po/am.po |2 +- po/ar.po |2 +- po/as.po |2 +- po/be.po |2 +- po/bg.po

Re: [libvirt] PATCH: Fix typo in XML documentation regarding VNC password

2009-06-10 Thread Daniel Veillard
On Tue, Jun 09, 2009 at 03:16:25PM -0700, Garry Dolley wrote: > On Tue, Jun 09, 2009 at 03:22:27PM +0200, Daniel Veillard wrote: > > On Tue, Jun 09, 2009 at 05:37:22AM -0700, Garry Dolley wrote: > > > Excuse my previous post, I didn't know the website was in docs/ and > > > I could submit a real pa

Re: [libvirt] PATCH: Fix typo in XML documentation regarding VNC password

2009-06-09 Thread Garry Dolley
On Tue, Jun 09, 2009 at 03:22:27PM +0200, Daniel Veillard wrote: > On Tue, Jun 09, 2009 at 05:37:22AM -0700, Garry Dolley wrote: > > Excuse my previous post, I didn't know the website was in docs/ and > > I could submit a real patch ;) > > > > So here it is: > > > > diff --git a/docs/formatdomain

Re: [libvirt] PATCH: Fix typo in XML documentation regarding VNC password

2009-06-09 Thread Daniel Veillard
On Tue, Jun 09, 2009 at 05:37:22AM -0700, Garry Dolley wrote: > Excuse my previous post, I didn't know the website was in docs/ and > I could submit a real patch ;) > > So here it is: > > diff --git a/docs/formatdomain.html b/docs/formatdomain.html Actually the .html are generated from .html.i

[libvirt] PATCH: Fix typo in XML documentation regarding VNC password

2009-06-09 Thread Garry Dolley
Excuse my previous post, I didn't know the website was in docs/ and I could submit a real patch ;) So here it is: diff --git a/docs/formatdomain.html b/docs/formatdomain.html index 27e42ac..817fd7e 100644 --- a/docs/formatdomain.html +++ b/docs/formatdomain.html @@ -746,7 +746,7 @@ qemu-kvm -net

[libvirt] [PATCH] Fix typo in manpage

2009-04-20 Thread Mark McLoughlin
Hey, Just committed this simple patch. Cheers, Mark. Subject: [PATCH] Fix typo in manpage It's "service libvirtd start", not "service start libvirtd". Reported-by: Robert P. J. Day Signed-off-by: Mark McLoughlin --- docs/virsh.pod |2 +- virsh.1|2 +- 2 files changed, 2 inse