Re: [libvirt] First mail & (long) question

2013-12-13 Thread Camilo Aguilar
You might want to send these questions to the user mailing list instead, which is libvirt-users. This mailing list is for libvirt development discussions related as well as patches. On Fri, Dec 13, 2013 at 1:21 PM, Joaquim Barrera wrote: > Hello everybody! > > I would like to introduce myself,

Re: [libvirt] where is "virsh pool-stop"?

2010-07-15 Thread Camilo Aguilar
Same here, I'm doing bindings for NodeJS and I used stop instead of destroy and also I used start instead create. On Thu, Jul 15, 2010 at 5:44 AM, Harald Dunkel wrote: > Hi folks, > > Suggestion: > > "virsh pool-destroy" sounds highly destructive. There is a > "pool-start" command, so how about "

Re: [libvirt] Get IP address of a running domain

2010-07-06 Thread Camilo Aguilar
Hi Adrian, afaik, there is no a direct function to get the domain ip address if the address is acquired through DHCP regards, Camilo Aguilar On Tue, Jul 6, 2010 at 3:14 PM, adrian wyssen wrote: > year, i can find the mac address of the machine with virDomainGetXMLDesc, > but not the i

Re: [libvirt] [PATCH] Improve some error messages about unsupported APIs/URIs

2010-06-23 Thread Camilo Aguilar
Why not be consistent with http://libvirt.org/goals.html. I'm really agreed with use the concept hypervisor. On Tue, Jun 22, 2010 at 6:09 PM, Eric Blake wrote: > On 06/22/2010 03:48 PM, Justin Clift wrote: > > On 06/23/2010 04:16 AM, Matthias Bolte wrote: > >> case VIR_ERR_NO_SUPPORT: >

Re: [libvirt] [PATCH] Improve some error messages about unsupported APIs/URIs

2010-06-22 Thread Camilo Aguilar
how many drivers aren't hypervisors ? On Tue, Jun 22, 2010 at 6:09 PM, Eric Blake wrote: > On 06/22/2010 03:48 PM, Justin Clift wrote: > > On 06/23/2010 04:16 AM, Matthias Bolte wrote: > >> case VIR_ERR_NO_SUPPORT: > > if (info == NULL) > > > > Would it be practical