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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo