Re: [libvirt] PATCH : Opennebula, adding xen i686 domain capability and updating some error messages

2009-07-01 Thread Abel Míguez Rodríguez
On Wed, Jul 01, 2009 at 12:42:15PM +0200, Daniel Veillard wrote: On Tue, Jun 30, 2009 at 03:28:45PM +0200, Abel Míguez Rodríguez wrote: Hi, this patch uses OPERATION_INVALID error instead OPERATION_FAILED error where should be used, also adds a missing capability, defining Xen

[libvirt] PATCH : Opennebula documentation

2009-07-01 Thread Abel Míguez Rodríguez
Hi, Attached is the OpenNebula driver documentation and a patch. The main Documentation file is drvone.html.in along with it a patch that includes: the API supported by the driver, an entry at DocumentationDrivers and a link to the documentation at drivers.hmtl.in Thanks ---

[libvirt] PATCH: Opennebula Documentation updates

2009-07-01 Thread Abel Míguez Rodríguez
Hi, here are some changes to apply at the ONE Documentation, Thanks Abel Miguez Rodriguez Distributed System Architecture Group  (http://dsa-research.org) GridWay, http://www.gridway.org OpenNEbula, http://www.opennebula.org --- drvone.html.in.bak 2009-07-01 20:01:45.0

[libvirt] PATCH : Opennebula, adding xen i686 domain capability and updating some error messages

2009-06-30 Thread Abel Míguez Rodríguez
Hi, this patch uses OPERATION_INVALID error instead OPERATION_FAILED error where should be used, also adds a missing capability, defining Xen i686 domains. Thanks for the patches, --- one_driver.c.bak    2009-06-30 15:02:28.0 +0200 +++ one_driver.c    2009-06-30 15:02:29.0

Re: [libvirt] [PATCH 1/2] (Updated fixed) OpenNebula driver, libvirt-0.6.2

2009-05-20 Thread Abel Míguez Rodríguez
On Wed, May 20, 2009 at 11:32:18AM +0100, Daniel P. Berrange wrote: On Wed, Apr 22, 2009 at 05:03:41PM +0200, Abel M?guez Rodr?guez wrote: Hi all, Here is the One driver patches for the current git's master commit 9e9527 - Remove stale QEMU pidfiles. [PATCH 1/2] Patch to

[libvirt] [PATCH 1/2] (Updated fixed) OpenNebula driver, libvirt-0.6.2

2009-04-22 Thread Abel Míguez Rodríguez
Hi all, Here is the One driver patches for the current git's master commit 9e9527 - Remove stale QEMU pidfiles. [PATCH 1/2] Patch to be applied to libvirt-0.6.2 sources and building files. [PATCH 2/2] Driver source code. Thanks for all the comments about the patches. We waited for the

Re: [libvirt] [PATCH 1/2] (Updated fixed) OpenNebula driver, libvirt-0.6.2

2009-04-22 Thread Abel Míguez Rodríguez
domain) { break; case VIR_FROM_VBOX:   dom = VBOX ; +    case VIR_FROM_ONE: +    dom = ONE ;     break;   }   return(dom); there is break missing here. will cause subtle errors if not failures. You are right, a mistake when resolving

[libvirt] OpenNebula driver, libvirt-0.5.1

2009-01-22 Thread Abel Míguez Rodríguez
Dear all, We have ready the OpenNebula driver implementation for libvirt 0.5.1, making use of all the features we were requested to. Attached are the driver sources and the patches intended to be applied to libvirt-0.5.1, obtained from git revision 0e490f: ---Changelog revision 0e490f:Mon Jan 19

[libvirt] Question, new libvirt driver - OpenNebula.

2009-01-09 Thread Abel Míguez Rodríguez
Hello all,         We have updated the libvirt implementation for OpenNebula to libvirt- 0.5.1  release, made use of the internal XML handling  API and the existing infrastructure for error, data structures, etc...     Now we are facing the problem of needing several libraries to compile the