search for: systemip

Displaying 3 results from an estimated 3 matches for "systemip".

Did you mean: systemic
2013 Sep 10
2
Help needed in simulating libvirt
...iles will have these exposed procedures and how can I use it in java, Also I'm not sure how to implement the ssl layer support for the libvirt server in java. I need to write a java server in such a way that python client should capable to create a connection with uri "qemu+tls://systemip:port?no_tty=1". Also with the created connection object it should able to call the libvirt API's like getCapabilities, etc. Any help and ideas on this will be really helpful. Thanks in Advance, Arun V
2013 Sep 10
0
Re: Help needed in simulating libvirt
...han it is to implement your own RPC parser. > > Also I'm not sure how to implement the ssl layer support for the > libvirt server in java. I need to write a java server in such a way that > python client should capable to create a connection with uri > "qemu+tls://systemip:port?no_tty=1". Also with the created connection > object it should able to call the libvirt API's like getCapabilities, etc. Again, instead of trying to write your own RPC server, I'd instead focus on utilizing the existing test:/// driver as your point of mocked calls. As this i...
2013 Sep 11
2
Re: Help needed in simulating libvirt
...own RPC parser. > > > > > Also I'm not sure how to implement the ssl layer support for the > > libvirt server in java. I need to write a java server in such a way that > > python client should capable to create a connection with uri > > "qemu+tls://systemip:port?no_tty=1". Also with the created connection > > object it should able to call the libvirt API's like getCapabilities, > etc. > > Again, instead of trying to write your own RPC server, I'd instead focus > on utilizing the existing test:/// driver as your point of...