[libvirt-users] How to get supported feature list in driver

2010-06-19 Thread Ryota Ozaki
Hello Is there an easy way to get supported feature (API) list in each driver? The function would be to return a list which describes which APIs are supported and which APIs are not. Thanks in advance ozaki-r ___ libvirt-users mailing list libvirt-us

Re: [libvirt-users] How to get supported feature list in driver

2010-06-21 Thread Ryota Ozaki
On Mon, Jun 21, 2010 at 4:29 PM, Daniel Veillard wrote: > On Sat, Jun 19, 2010 at 08:15:44PM +0900, Ryota Ozaki wrote: >> Hello >> >> Is there an easy way to get supported feature (API) list in each driver? >> The function would be to return a list which describes whic

Re: [libvirt-users] libvirt and lxc

2010-08-03 Thread Ryota Ozaki
Hi Nirmal, On Tue, Aug 3, 2010 at 10:30 AM, Nirmal Guhan wrote: > Is anyone using libvirt for lxc ? I am trying to do so and running > into an issue. The system container starts fine with lxc tools and am > able to connect to it. > > Here is the snippet of my xml file (rest is same as in > http:/

Re: [libvirt-users] libvirt and lxc

2010-08-03 Thread Ryota Ozaki
On Wed, Aug 4, 2010 at 2:28 AM, Nirmal Guhan wrote: > On Tue, Aug 3, 2010 at 6:07 AM, Ryota Ozaki wrote: >> Hi Nirmal, >> >> On Tue, Aug 3, 2010 at 10:30 AM, Nirmal Guhan wrote: >>> Is anyone using libvirt for lxc ? I am trying to do so and running >>> int