Re: [Libvir] latest NUMA/cpuset code testing

2007-11-14 Thread Daniel Veillard
On Tue, Nov 13, 2007 at 08:24:53PM -0500, beth kon wrote: I tested the latest CVS libvirt on a 128-way x3950 and create, define, and start appear to work well with various cpusets specified. The only thing I noticed was that dumpxml does not grab the cpuset info. I have not looked at the

[Libvir] [PATCH] Miscellaneous cleanups for virNodeGetFreeMemory and virNodeGetCellsFreeMemory

2007-11-14 Thread Richard W.M. Jones
(1) Add documentation to the hvsupport page for virNodeGetFreeMemory (2) Fix documentation on the hvsupport page to show that the two new functions aren't supported in the QEMU, KVM or remote cases yet. (3) Add DEBUG() calls to both new functions. (4) xen_internal.c functions may now support

Re: [Libvir] [PATCH] Fix xen://hostname URIs with no trailing slash

2007-11-14 Thread Richard W.M. Jones
Daniel Veillard wrote: On Tue, Oct 16, 2007 at 11:37:31AM +0100, Richard W.M. Jones wrote: I didn't really mean to post the debugging part of that patch. But actually it's quite useful and the message only appears when configured with --enable-debug, which is fair game for lengthy

Re: [Libvir] [PATCH] Enhanced stats for fullvirt domains

2007-11-14 Thread Richard W.M. Jones
This patch has been applied. Rich. -- Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 03798903

[Libvir] ANNOUNCE: ocaml-libvirt 0.3.3.1 released

2007-11-14 Thread Richard W.M. Jones
I'm pleased to announce the release of ocaml-libvirt 0.3.3.1, type-safe libvirt bindings for OCaml. Main page: http://et.redhat.com/~rjones/ocaml-libvirt/ Source repo: http://hg.et.redhat.com/virt/applications/virt-top--devel Change log: http://et.redhat.com/~rjones/ocaml-libvirt/ChangeLog.txt

[Libvir] [PATCH] Make make distcheck work.

2007-11-14 Thread Jim Meyering
Here's another infrastructure-fixing patch. I got most of the way to an honest make distcheck, but fixing a final failing sub-test wasn't worth the effort, so I punted and added the top level distuninstallcheck target to make it skip that part. Make make distcheck work. *

Re: [Libvir] [PATCH] Handle failed strdup and malloc.

2007-11-14 Thread Richard W.M. Jones
Jim Meyering wrote: I noticed a bunch of unchecked strdup's in a row, and audited the rest of the file: Handle failed strdup and malloc. * src/remote_internal.c: Don't dereference NULL after failed strdup or malloc in doRemoteOpen. This is all good stuff, except that

[Libvir] [PATCH] Handle failed strdup and malloc.

2007-11-14 Thread Jim Meyering
I noticed a bunch of unchecked strdup's in a row, and audited the rest of the file: Handle failed strdup and malloc. * src/remote_internal.c: Don't dereference NULL after failed strdup or malloc in doRemoteOpen. --- src/remote_internal.c | 22 ++ 1

Re: [Libvir] [PATCH] Handle failed strdup and malloc.

2007-11-14 Thread Jim Meyering
Richard W.M. Jones [EMAIL PROTECTED] wrote: Jim Meyering wrote: I noticed a bunch of unchecked strdup's in a row, and audited the rest of the file: Handle failed strdup and malloc. * src/remote_internal.c: Don't dereference NULL after failed strdup or malloc in

[Libvir] documentation on the website is not in sync

2007-11-14 Thread Gildas
Hi, As reported on the irc channel, the documentation at http://libvirt.org/uri.html#URI_qemu is not in sync with what is reported/supported by libvirtd v 0.3.3 Regards, Gildas -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] [PATCH] Make make distcheck work.

2007-11-14 Thread Daniel Veillard
On Wed, Nov 14, 2007 at 03:57:10PM +0100, Jim Meyering wrote: Here's another infrastructure-fixing patch. I got most of the way to an honest make distcheck, but fixing a final failing sub-test wasn't worth the effort, so I punted and added the top level distuninstallcheck target to make it

[Libvir] ocaml-libvirt: new home page

2007-11-14 Thread Richard W.M. Jones
Daniel Veillard kindly gave me space on the libvirt.org server, so now the new home page for ocaml-libvirt is: http://libvirt.org/ocaml/ and the new downloads page is: http://libvirt.org/sources/ocaml/ Rich. -- Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/ Registered

Re: [Libvir] [PATCH] Make make distcheck work.

2007-11-14 Thread Jim Meyering
Daniel Veillard [EMAIL PROTECTED] wrote: On Wed, Nov 14, 2007 at 03:57:10PM +0100, Jim Meyering wrote: Here's another infrastructure-fixing patch. I got most of the way to an honest make distcheck, but fixing a final failing sub-test wasn't worth the effort, so I punted and added the top

[Libvir] disk shareable/ has no effect

2007-11-14 Thread Markus Armbruster
Looks like shareable/ within disk has no effect. I ran virsh dumpxml, inserted the shareable/, redefined the domain, and ran virsh dumpxml again. No shareable. I even ran virsh undefine and virsh define again, same thing. XML and output of xm list --long for this guest attached. domain

Re: [Libvir] documentation on the website is not in sync

2007-11-14 Thread Atsushi SAKAI
Hi, Is HTML code of Libvirt site opened like virt-manager web? http://hg.et.redhat.com/virt/websites/virt-manager-web--devel Thanks Atsushi SAKAI Gildas [EMAIL PROTECTED] wrote: Hi, As reported on the irc channel, the documentation at http://libvirt.org/uri.html#URI_qemu is not in sync

Re: [Libvir] latest NUMA/cpuset code testing

2007-11-14 Thread Saori Fukuta
On Wed, 14 Nov 2007 04:33:47 -0500 Daniel Veillard wrote: On Tue, Nov 13, 2007 at 08:24:53PM -0500, beth kon wrote: I tested the latest CVS libvirt on a 128-way x3950 and create, define, and start appear to work well with various cpusets specified. The only thing I noticed was that