[Libvir] libvirt statistics

2007-09-06 Thread Richard W.M. Jones
[Using `pahole' and friends - see http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary and https://ols2006.108.redhat.com/2007/Reprints/melo-Reprint.pdf ] These are all on x86-64. You'll get slightly different results on a 32 bit arch. Largest structures, by size:

Re: [Libvir] feature sujestions

2007-09-06 Thread Márcio Parise Boufleur
Thank you for your sujestions. In the coming months, I will be working in integrating Cobbler with virt-manager. I will be posting my progress here as soon as I can. Thanks again for your support. MB On 8/24/07, David Lutterkort [EMAIL PROTECTED] wrote: On Thu, 2007-08-23 at 13:17 -0400, Daniel

Re: [Libvir] libvirt statistics

2007-09-06 Thread Eduardo Habkost
Hi, On Thu, Sep 06, 2007 at 02:10:39PM +0100, Richard W.M. Jones wrote: [Using `pahole' and friends - see http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary and https://ols2006.108.redhat.com/2007/Reprints/melo-Reprint.pdf ] These are all on x86-64. You'll get slightly

Re: [Libvir] libvirt statistics

2007-09-06 Thread Daniel P. Berrange
On Thu, Sep 06, 2007 at 02:10:39PM +0100, Richard W.M. Jones wrote: [Using `pahole' and friends - see http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary and https://ols2006.108.redhat.com/2007/Reprints/melo-Reprint.pdf ] These are all on x86-64. You'll get slightly

Re: [Libvir] libvirt statistics

2007-09-06 Thread Richard W.M. Jones
Eduardo Habkost wrote: Hi, On Thu, Sep 06, 2007 at 02:10:39PM +0100, Richard W.M. Jones wrote: [Using `pahole' and friends - see http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary and https://ols2006.108.redhat.com/2007/Reprints/melo-Reprint.pdf ] These are all on x86-64.

Re: [Libvir] Extending libvirt to probe NUMA topology

2007-09-06 Thread Richard W.M. Jones
Daniel Veillard wrote: 1) Provide a function describing the topology as an XML instance: char * virNodeGetTopology(virConnectPtr conn); which would return an XML instance as in virConnectGetCapabilities. I toyed with the idea of extending virConnectGetCapabilities() to add a

[Libvir] [PATCH] Fix enum virDrvOpenRemoteFlags

2007-09-06 Thread Richard W.M. Jones
(Thanks Eduardo for pointing this one out ...) 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

Re: [Libvir] Extending libvirt to probe NUMA topology

2007-09-06 Thread Daniel Veillard
On Thu, Sep 06, 2007 at 03:40:23PM +0100, Richard W.M. Jones wrote: Daniel Veillard wrote: 1) Provide a function describing the topology as an XML instance: char *virNodeGetTopology(virConnectPtr conn); which would return an XML instance as in virConnectGetCapabilities. I toyed

Re: [Libvir] [PATCH] Fix enum virDrvOpenRemoteFlags

2007-09-06 Thread Daniel Veillard
On Thu, Sep 06, 2007 at 03:53:57PM +0100, Richard W.M. Jones wrote: (Thanks Eduardo for pointing this one out ...) 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

[Libvir] [PATCH] Allow modifying existing block device, making virDomainAttachDevice modify the device if it already exists

2007-09-06 Thread Hugh Brock
The attached patch adds code to xend_internal.c:xenDomainAttachDevice that checks to see if the device mentioned in the passed-in XML already exists, and if so calls op_device_configure to modify the device. It is particularly useful for connecting and disconnecting a hardware cdrom device to

Re: [Libvir] [PATCH] Allow modifying existing block device, making virDomainAttachDevice modify the device if it already exists

2007-09-06 Thread Daniel Veillard
On Thu, Sep 06, 2007 at 11:45:39AM -0400, Hugh Brock wrote: The attached patch adds code to xend_internal.c:xenDomainAttachDevice that checks to see if the device mentioned in the passed-in XML already exists, and if so calls op_device_configure to modify the device. It is particularly

Re: [Libvir] [PATCH] Allow modifying existing block device, making virDomainAttachDevice modify the device if it already exists

2007-09-06 Thread Daniel P. Berrange
On Thu, Sep 06, 2007 at 11:59:08AM -0400, Daniel Veillard wrote: On Thu, Sep 06, 2007 at 11:45:39AM -0400, Hugh Brock wrote: The attached patch adds code to xend_internal.c:xenDomainAttachDevice that checks to see if the device mentioned in the passed-in XML already exists, and if so

Re: [Libvir] Extending libvirt to probe NUMA topology

2007-09-06 Thread Ryan Harper
* Daniel Veillard [EMAIL PROTECTED] [2007-09-06 08:55]: On Wed, Jun 13, 2007 at 10:40:40AM -0500, Ryan Harper wrote: Hello all, I wanted to start a discussion on how we might get libvirt to be able to probe the NUMA topology of Xen and Linux (for QEMU/KVM). In Xen, I've recently

Re: [Libvir] [PATCH] docs spelling fixes

2007-09-06 Thread Chris Lalancette
Eduardo Habkost wrote: ... -lt;/capabilitiesgt;/prepThe fist block (in red) indicates the host hardware capbilities, currently +lt;/capabilitiesgt;/prepThe fist block (in red) indicates the host hardware capabilities, currently should be first, I

Re: [Libvir] [PATCH] docs spelling fixes

2007-09-06 Thread Eduardo Pereira Habkost
On Thu, Sep 06, 2007 at 01:53:53PM -0400, Chris Lalancette wrote: Eduardo Habkost wrote: ... -lt;/capabilitiesgt;/prepThe fist block (in red) indicates the host hardware capbilities, currently +lt;/capabilitiesgt;/prepThe fist block (in red) indicates the host hardware

Re: [Libvir] [PATCH] Allow modifying existing block device, making virDomainAttachDevice modify the device if it already exists

2007-09-06 Thread Hugh Brock
Daniel P. Berrange wrote: On Thu, Sep 06, 2007 at 11:59:08AM -0400, Daniel Veillard wrote: On Thu, Sep 06, 2007 at 11:45:39AM -0400, Hugh Brock wrote: The attached patch adds code to xend_internal.c:xenDomainAttachDevice that checks to see if the device mentioned in the passed-in XML already