Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-11-03 Thread Eduardo Otubo
New patch, more fixes. Matthias Bolte wrote: +static virDomainPtr +phypDomainCreateAndStart(virConnectPtr conn, + const char *xml, + unsigned int flags ATTRIBUTE_UNUSED) +{ + +ConnectionData *connection_data = conn->networkPrivateData; +LIB

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-30 Thread Matthias Bolte
2009/10/30 Eduardo Otubo : > Hello Matthias, > > First of all, I would like to thank you for all the comments you made. I > tried to fix all those things up. But I still have some points to say: > > Matthias Bolte wrote: >  >> +virCapsPtr >>> >>> +phypCapsInit(void) >>> +{ >>> +    struct utsname u

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-30 Thread Eduardo Otubo
Hello Matthias, First of all, I would like to thank you for all the comments you made. I tried to fix all those things up. But I still have some points to say: Matthias Bolte wrote: >> +virCapsPtr +phypCapsInit(void) +{ +struct utsname utsname; +virCapsPtr caps; +virCapsGuestPtr

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-28 Thread Eduardo Otubo
Daniel Veillard wrote: On Mon, Oct 19, 2009 at 03:53:14PM -0200, Eduardo Otubo wrote: Mark McLoughlin wrote: On Tue, 2009-10-06 at 05:12 -0300, Eduardo Otubo wrote: I've been told that libvirt possibly would make a mini-release this week to push some major fixes on Fedora 12. F12 is frozen an

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-28 Thread Pasi Kärkkäinen
On Wed, Oct 28, 2009 at 11:27:35AM +0200, Pasi Kärkkäinen wrote: > On Wed, Oct 28, 2009 at 08:51:13AM +, Mark McLoughlin wrote: > > On Wed, 2009-10-28 at 10:48 +0200, Pasi Kärkkäinen wrote: > > > On Tue, Oct 06, 2009 at 09:15:19AM +0100, Mark McLoughlin wrote: > > > > On Tue, 2009-10-06 at 05:1

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-28 Thread Pasi Kärkkäinen
On Wed, Oct 28, 2009 at 08:51:13AM +, Mark McLoughlin wrote: > On Wed, 2009-10-28 at 10:48 +0200, Pasi Kärkkäinen wrote: > > On Tue, Oct 06, 2009 at 09:15:19AM +0100, Mark McLoughlin wrote: > > > On Tue, 2009-10-06 at 05:12 -0300, Eduardo Otubo wrote: > > > > I've been told that libvirt possibl

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-28 Thread Mark McLoughlin
On Wed, 2009-10-28 at 10:48 +0200, Pasi Kärkkäinen wrote: > On Tue, Oct 06, 2009 at 09:15:19AM +0100, Mark McLoughlin wrote: > > On Tue, 2009-10-06 at 05:12 -0300, Eduardo Otubo wrote: > > > I've been told that libvirt possibly would make a mini-release this week > > > to push some major fixes on

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-28 Thread Pasi Kärkkäinen
On Tue, Oct 06, 2009 at 09:15:19AM +0100, Mark McLoughlin wrote: > On Tue, 2009-10-06 at 05:12 -0300, Eduardo Otubo wrote: > > I've been told that libvirt possibly would make a mini-release this week > > to push some major fixes on Fedora 12. > > F12 is frozen and there has been significant chang

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-28 Thread Daniel Veillard
On Mon, Oct 19, 2009 at 03:53:14PM -0200, Eduardo Otubo wrote: > Mark McLoughlin wrote: >> On Tue, 2009-10-06 at 05:12 -0300, Eduardo Otubo wrote: >>> I've been told that libvirt possibly would make a mini-release this >>> week to push some major fixes on Fedora 12. >> >> F12 is frozen and there h

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-19 Thread Matthias Bolte
2009/10/6 Eduardo Otubo : > Hello all, > > This patch includes a lot of changes: > > * I changed all references of uuid_db to uuid_table. Bigger name, but this > semantic has a better understanding. > > * Now we have a little control of UUID generated for each partition. It's > based on a table tha

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-19 Thread Eduardo Otubo
Mark McLoughlin wrote: On Tue, 2009-10-06 at 05:12 -0300, Eduardo Otubo wrote: I've been told that libvirt possibly would make a mini-release this week to push some major fixes on Fedora 12. F12 is frozen and there has been significant changes since 0.7.1; we don't have any immediate plans to

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-06 Thread Mark McLoughlin
On Tue, 2009-10-06 at 05:12 -0300, Eduardo Otubo wrote: > I've been told that libvirt possibly would make a mini-release this week > to push some major fixes on Fedora 12. F12 is frozen and there has been significant changes since 0.7.1; we don't have any immediate plans to push a new release to

[libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-06 Thread Eduardo Otubo
Hello all, This patch includes a lot of changes: * I changed all references of uuid_db to uuid_table. Bigger name, but this semantic has a better understanding. * Now we have a little control of UUID generated for each partition. It's based on a table that matches UUID with LPAR's IDs, I kee