On Wed, Oct 29, 2008 at 07:45:26AM -0400, Ben Guthro wrote:
>
> One issue that I seem to be running into for both dom, and conn objects is
> the creation of a python object from the C vir{Connect,Domain}Ptr
>
> The issue is that when creating a python object, and passing "_obj" into the
> const
2:50 AM
To: Daniel P. Berrange
Cc: Ben Guthro; libvir-list@redhat.com
Subject: Re: [libvirt] [RFC] domain-events-python
On Tue, Oct 28, 2008 at 06:23:20PM +, Daniel P. Berrange wrote:
> On Tue, Oct 28, 2008 at 09:09:53AM -0400, Ben Guthro wrote:
> > Attached is a preliminary patch imp
On Tue, Oct 28, 2008 at 06:23:20PM +, Daniel P. Berrange wrote:
> On Tue, Oct 28, 2008 at 09:09:53AM -0400, Ben Guthro wrote:
> > Attached is a preliminary patch implementing the python bindings for
> > domain events, and the EventImpl code.
> >
> > This implements a python test app equivalen
On Tue, Oct 28, 2008 at 09:09:53AM -0400, Ben Guthro wrote:
> Attached is a preliminary patch implementing the python bindings for
> domain events, and the EventImpl code.
>
> This implements a python test app equivalent to the code in the C
> event-test app. Contrary to what Daniel B originally