[libvirt] Initial working Mac OS X libvirt client build

2010-09-21 Thread Justin Clift
Hi all, This is for anyone using the Homebrew package management system on Mac OS X. :) A first working (but still experimental) libvirt formula is online: http://github.com/justinclift/libvirt It includes the libvirt text mode client (virsh), and the libvirt development libraries. If

[libvirt] [PATCH] Add automatic generation of a todo item page

2010-09-21 Thread Daniel P. Berrange
This adds a script to generate the todo item page from bugzilla. This requires a valid username+password for bugzilla, so it is intended that this only be run on the libvirt.org website via cron. Normal usage will just generate an empty stub page. * docs/todo.pl: Script to extract todo items from

Re: [libvirt] [PATCH] Add automatic generation of a todo item page

2010-09-21 Thread Daniel P. Berrange
On Tue, Sep 21, 2010 at 04:42:42PM +0100, Daniel P. Berrange wrote: This adds a script to generate the todo item page from bugzilla. This requires a valid username+password for bugzilla, so it is intended that this only be run on the libvirt.org website via cron. Normal usage will just

Re: [libvirt] dnsmasq, dhcp - bug or feature

2010-09-21 Thread Daniel P. Berrange
On Fri, Sep 17, 2010 at 09:55:42PM +0200, Zdenek Styblik wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello list, I have network definition like this: network namedefault/name uuid5539715b-ae89-c15c-aa2e-2f5a7afd55b8/uuid forward mode='route'/ bridge name='virbr0'

Re: [libvirt] [PATCH] nwfilter: fix an bug appearing on big endian machines

2010-09-21 Thread Daniel P. Berrange
On Fri, Sep 17, 2010 at 02:21:56PM -0400, Stefan Berger wrote: Either one of the following patches fixes a bug appearing on big endian machines where the returned XML is not the one that is expected (see test/nwfilterxml2xmltest). The problem is due to for example the casting of a pointers

Re: [libvirt] [PATCH 01/12] Adding virDomainSetMemoryParameters API

2010-09-21 Thread Daniel P. Berrange
On Mon, Sep 20, 2010 at 02:14:49PM +0530, Nikunj A. Dadhania wrote: From: Nikunj A. Dadhania nik...@linux.vnet.ibm.com Public api to set memory tunables supported by the hypervisors. RFC: https://www.redhat.com/archives/libvir-list/2010-August/msg00607.html Signed-off-by: Nikunj A.

Re: [libvirt] [PATCH 03/12] Adds xml entries for memory tunables

2010-09-21 Thread Daniel P. Berrange
On Mon, Sep 20, 2010 at 02:15:37PM +0530, Nikunj A. Dadhania wrote: The patch adds xml entries to the domain.rng file. Signed-off-by: Nikunj A. Dadhania nik...@linux.vnet.ibm.com --- docs/schemas/domain.rng | 31 +++ 1 files changed, 31 insertions(+), 0

Re: [libvirt] [PATCH 04/12] XML parsing for memory tunables

2010-09-21 Thread Daniel P. Berrange
On Mon, Sep 20, 2010 at 02:15:52PM +0530, Nikunj A. Dadhania wrote: Adding parsing code for memory tunables in the domain xml file Signed-off-by: Nikunj A. Dadhania nik...@linux.vnet.ibm.com --- src/conf/domain_conf.c | 50 +---

Re: [libvirt] Initial working Mac OS X libvirt client build

2010-09-21 Thread Matthias Bolte
2010/9/21 Daniel P. Berrange berra...@redhat.com: On Tue, Sep 21, 2010 at 04:37:26PM +1000, Justin Clift wrote: Hi all, This is for anyone using the Homebrew package management system on Mac OS X. :) A first working (but still experimental) libvirt formula is online:  

Re: [libvirt] [PATCH 06/12] Implement driver interface domainSetMemoryParamters for QEmu

2010-09-21 Thread Daniel P. Berrange
On Mon, Sep 20, 2010 at 02:16:51PM +0530, Nikunj A. Dadhania wrote: Driver interface for setting memory hard_limit, soft_limit and swap hard_limit. This patch also NULLs the other HV driver interface structure. Signed-off-by: Nikunj A. Dadhania nik...@linux.vnet.ibm.com ---

Re: [libvirt] dnsmasq, dhcp - bug or feature

2010-09-21 Thread Zdenek Styblik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/21/10 18:57, Daniel P. Berrange wrote: On Fri, Sep 17, 2010 at 09:55:42PM +0200, Zdenek Styblik wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello list, I have network definition like this: network namedefault/name

[libvirt] [PATCH] nodeinfo: work when hot-plugging is disabled

2010-09-21 Thread Eric Blake
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=635857. * src/nodeinfo.c (cpu_online): Allow missing directory for all CPUs, not just cpu0. Signed-off-by: Eric Blake ebl...@redhat.com --- src/nodeinfo.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git

Re: [libvirt] XML support for arbitrary command line arguments

2010-09-21 Thread Venkateswararao Jujjuri (JV)
On 9/21/2010 10:02 AM, Daniel P. Berrange wrote: On Mon, Sep 20, 2010 at 04:07:32PM -0700, Venkateswararao Jujjuri (JV) wrote: On 9/14/2010 9:34 AM, Venkateswararao Jujjuri (JV) wrote: On 9/14/2010 2:43 AM, Daniel P. Berrange wrote: On Tue, Sep 14, 2010 at 11:03:04AM +0530, Harsh Bora wrote:

Re: [libvirt] [PATCH 01/12] Adding virDomainSetMemoryParameters API

2010-09-21 Thread Nikunj A. Dadhania
On Tue, 21 Sep 2010 18:13:33 +0100, Daniel P. Berrange berra...@redhat.com wrote: On Mon, Sep 20, 2010 at 02:14:49PM +0530, Nikunj A. Dadhania wrote: From: Nikunj A. Dadhania nik...@linux.vnet.ibm.com +/* Set memory tunables for the domain*/ +int

Re: [libvirt] [PATCH 02/12] Adding structure for virDomainSetMemoryParameter

2010-09-21 Thread Nikunj A. Dadhania
On Tue, 21 Sep 2010 18:12:29 +0100, Daniel P. Berrange berra...@redhat.com wrote: On Mon, Sep 20, 2010 at 02:15:23PM +0530, Nikunj A. Dadhania wrote: This patch adds a structure virMemoryParameter, it contains the name of the parameter and the type of the parameter along with a union.

Re: [libvirt] [PATCH 03/12] Adds xml entries for memory tunables

2010-09-21 Thread Nikunj A. Dadhania
On Tue, 21 Sep 2010 18:14:51 +0100, Daniel P. Berrange berra...@redhat.com wrote: On Mon, Sep 20, 2010 at 02:15:37PM +0530, Nikunj A. Dadhania wrote: The patch adds xml entries to the domain.rng file. + !-- Minimum amount of memory required to start the VM -- + optional +

Re: [libvirt] [PATCH 06/12] Implement driver interface domainSetMemoryParamters for QEmu

2010-09-21 Thread Nikunj A. Dadhania
On Tue, 21 Sep 2010 18:21:39 +0100, Daniel P. Berrange berra...@redhat.com wrote: On Mon, Sep 20, 2010 at 02:16:51PM +0530, Nikunj A. Dadhania wrote: Driver interface for setting memory hard_limit, soft_limit and swap hard_limit. This patch also NULLs the other HV driver interface structure.

Re: [libvirt] XML support for arbitrary command line arguments

2010-09-21 Thread Harsh Bora
On 09/22/2010 01:12 AM, Venkateswararao Jujjuri (JV) wrote: On 9/21/2010 10:02 AM, Daniel P. Berrange wrote: On Mon, Sep 20, 2010 at 04:07:32PM -0700, Venkateswararao Jujjuri (JV) wrote: On 9/14/2010 9:34 AM, Venkateswararao Jujjuri (JV) wrote: On 9/14/2010 2:43 AM, Daniel P. Berrange wrote: