Re: [libvirt] [PATCH] 0/8 logging infrastructure for libvirt[d]

2008-12-22 Thread Daniel Veillard
On Wed, Dec 17, 2008 at 03:57:37PM +, Daniel P. Berrange wrote: On Wed, Dec 17, 2008 at 04:06:38PM +0100, Daniel Veillard wrote: In practice export LIBVIRT_DEBUG=1 export LIBVIRT_LOG_OUTPUTS=0:file:virsh.log and then running virsh will accumulate all logging to the

Re: [libvirt] [PATCH] 0/8 logging infrastructure for libvirt[d]

2008-12-22 Thread Daniel Veillard
On Mon, Dec 22, 2008 at 02:01:38PM +0100, Daniel Veillard wrote: On Wed, Dec 17, 2008 at 03:57:37PM +, Daniel P. Berrange wrote: On Wed, Dec 17, 2008 at 04:06:38PM +0100, Daniel Veillard wrote: In practice export LIBVIRT_DEBUG=1 export

Re: [libvirt] [PATCH] Unify pool-create-as and pool-define-as xml building

2008-12-22 Thread Cole Robinson
Daniel P. Berrange wrote: On Wed, Dec 17, 2008 at 01:24:41PM -0500, Cole Robinson wrote: The attached patch unifies the xml building and command line option registering for the virsh pool-*-as commands, fixing a few bugs in the process: - pool-define-as was creating host without a name

[libvirt] [PATCH]: virAsprintf cleanup v2

2008-12-22 Thread Guido Günther
Hi, new version attached. It adds your suggestions and also uses virAsprintf in the new src/logging.c. -- Guido diff --git a/.x-sc_prohibit_asprintf b/.x-sc_prohibit_asprintf new file mode 100644 index 000..614c238 --- /dev/null +++ b/.x-sc_prohibit_asprintf @@ -0,0 +1,3 @@ +^gnulib/ +^po/

[libvirt] [PATCH] Correct comment type in the linker script

2008-12-22 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1229980017 28800 # Node ID 1521894aacfa409ec6017f4e1603a040f4866f64 # Parent 9d764ab75280a4ce9e4c3779b5848e670c7fc460 Correct comment type in the linker script Use more-portable form. Signed-off-by: John Levon john.le...@sun.com diff --git

[libvirt] [PATCH] Fix !SASL qemud compile

2008-12-22 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1229980020 28800 # Node ID 4fbf7139ca42757d771f03578e91038bf28a5e0e # Parent fd97ec8e5799120ebf5ea9ed73d681c6d1386970 Fix !SASL qemud compile Replace qemudLog() with ERROR0() Signed-off-by: John Levon john.le...@sun.com diff --git

[libvirt] [PATCH] Fix non-debug compile

2008-12-22 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1230005985 28800 # Node ID 60090fd4e447795742265241b39f2759d9530514 # Parent d7c3bd669a72371127852aefb3ba2cc0443da8da Fix non-debug compile Remove duplicate defines, and stub out virLogMessage() for non-debug builds. Signed-off-by: John

[libvirt] [PATCH 1 of 5] Split out version script into multiple files

2008-12-22 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1230005985 28800 # Node ID 9621540df10095ea8b0cdc83cdd3d17a68509a64 # Parent 60090fd4e447795742265241b39f2759d9530514 Split out version script into multiple files Some (private) symbols disappear depending on build options. Introduce

[libvirt] [PATCH 3 of 5] Move bridge symbols into a separate syms file

2008-12-22 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1230005985 28800 # Node ID 70531f1f56f2853d0385811e849904341b0209a6 # Parent 14196f2a21a887edf7a6d107378b567afe7f5127 Move bridge symbols into a separate syms file Signed-off-by: John Levon john.le...@sun.com diff --git a/configure.in

[libvirt] [PATCH 2 of 5] Move --with-driver-modules symbols into separate syms file

2008-12-22 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1230005985 28800 # Node ID 14196f2a21a887edf7a6d107378b567afe7f5127 # Parent 9621540df10095ea8b0cdc83cdd3d17a68509a64 Move --with-driver-modules symbols into separate syms file. Signed-off-by: John Levon john.le...@sun.com diff --git

[libvirt] [PATCH 4 of 5] imported patch version-script-linux

2008-12-22 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1230005985 28800 # Node ID 902c5d468563a7cdb208b0a35af688a5e9d0ce05 # Parent 70531f1f56f2853d0385811e849904341b0209a6 imported patch version-script-linux diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in @@

[libvirt] [PATCH 0 of 5] Split up version script

2008-12-22 Thread john . levon
This series starts splitting up the linker script into various portions, as described within. -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 5 of 5] Remove storage backend symbols from version script

2008-12-22 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1230005985 28800 # Node ID 96378c3e939a7034f79b90a664b2de0bcf7c1308 # Parent 902c5d468563a7cdb208b0a35af688a5e9d0ce05 Remove storage backend symbols from version script They're linked into qemud, not libvirt. Signed-off-by: John Levon