[libvirt-users] nova compute libvirt driver and libvirt compatibility

2013-05-16 Thread arvind viswanathan
Hi, >From my reading about nova interface to libvirt, I came to know it uses a libvirt driver module to communicate with host libvirt. I was wondering if there are any compatibility matrix available between the nova libvirt driver and the libvirt installed in the host ? Thanks Arvind __

[libvirt-users] Designing libvirt client

2013-05-14 Thread arvind viswanathan
Hi, I have a VMM application using a homegrown client for communicating with hypervisor. I am planning to migrate to libvirt because of the blocking nature of the calls. After going over the architecture, I would like to have a few doubts clarified 1) Should my application be necessarily multi-thre

[libvirt-users] Accessing libvirtd from multiple agents

2013-04-11 Thread arvind viswanathan
Hi, I was wondering if multiple remote agents can access the same libvirtd. How do we prevent conflicting commands from the different agents. Can different access permission be set for the agents? (The documentation usually goes over the case where one agent can access multiple libvirtd and not thi

[libvirt-users] (no subject)

2013-04-09 Thread arvind viswanathan
I wanted to check if event loop integration was supported even for remote applications using libvirt. My application would like to make non-blocking calls and also recv asynchronous notification remotely. Can some one point out if its supported. thanks __

[libvirt-users] can remote libvirt applications make non-blocking API calls

2013-04-08 Thread arvind viswanathan
Hi, I wanted to check if event loop integration was supported even for remote applications using libvirt. My application would like to make non-blocking calls and also recv asynchronous notification remotely. Can some one point out if its supported. thanks Arvind ___