Re: [libvirt] Python binding to virConnectListInterfaces

2009-09-16 Thread Matthias Bolte
:56:43 PM Subject: Re: [libvirt] Python binding to virConnectListInterfaces 2009/9/15 Shahar Klein shaharkl...@yahoo.com: understood so, is that a bug? virsh # list  Id Name                 State --  16 rh53                 running 256 smallLinux

Re: [libvirt] Python binding to virConnectListInterfaces

2009-09-16 Thread Matthias Bolte
: Re: [libvirt] Python binding to virConnectListInterfaces 2009/9/15 Shahar Klein shaharkl...@yahoo.com: understood so, is that a bug? virsh # list  Id Name                 State --  16 rh53                 running 256 smallLinux           running 336

Re: [libvirt] Python binding to virConnectListInterfaces

2009-09-15 Thread Shahar Klein
Subject: Re: [libvirt] Python binding to virConnectListInterfaces On Mon, Sep 14, 2009 at 03:26:01AM -0700, Shahar Klein wrote: Hi I'm trying to implement virConnectListInterfaces for the ESX driver (actually the esx_interface driver) but the python generator does not write the code

Re: [libvirt] Python binding to virConnectListInterfaces

2009-09-15 Thread Shahar Klein
From: Daniel P. Berrange berra...@redhat.com To: Shahar Klein shaharkl...@yahoo.com Cc: veill...@redhat.com; libvir-list@redhat.com Sent: Tuesday, September 15, 2009 12:05:49 PM Subject: Re: [libvirt] Python binding to virConnectListInterfaces On Tue, Sep 15, 2009 at 01:55:40AM -0700, Shahar

Re: [libvirt] Python binding to virConnectListInterfaces

2009-09-15 Thread Shahar Klein
] Python binding to virConnectListInterfaces 2009/9/15 Shahar Klein shaharkl...@yahoo.com: understood so, is that a bug? virsh # list Id Name State -- 16 rh53 running 256 smallLinux running 336 diskless linux

[libvirt] Python binding to virConnectListInterfaces

2009-09-14 Thread Shahar Klein
Hi I'm trying to implement virConnectListInterfaces for the ESX driver (actually the esx_interface driver) but the python generator does not write the code for this function in generator.py this function is in a special table called: skip_impl and there is a comment saying: # Class methods