Displaying 3 results from an estimated 3 matches for "qemu_protocol".
2013 Sep 10
2
Help needed in simulating libvirt
...s java RPC which should
capable to receive the client RPC request calls and by dispatcher we can
dispatch to the simulated java functions. I searched for .x file to be used
for generating server stubs but unfortunately .x files like
"remote_protocol.x", "virnetprotocol.x", "qemu_protocol.x" and
"lxc_monitor_protocol.x" are not containing any procedure for libvirt API's
that exposed. Please let me know which files 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...
2013 Sep 10
0
Re: Help needed in simulating libvirt
...uld
> capable to receive the client RPC request calls and by dispatcher we can
> dispatch to the simulated java functions. I searched for .x file to be used
> for generating server stubs but unfortunately .x files like
> "remote_protocol.x", "virnetprotocol.x", "qemu_protocol.x" and
> "lxc_monitor_protocol.x" are not containing any procedure for libvirt API's
> that exposed. Please let me know which files will have these exposed
> procedures and how can I use it in java,
Rather than trying to write your own RPC handler, have you considered
u...
2013 Sep 11
2
Re: Help needed in simulating libvirt
...receive the client RPC request calls and by dispatcher we can
> > dispatch to the simulated java functions. I searched for .x file to be
> used
> > for generating server stubs but unfortunately .x files like
> > "remote_protocol.x", "virnetprotocol.x", "qemu_protocol.x" and
> > "lxc_monitor_protocol.x" are not containing any procedure for libvirt
> API's
> > that exposed. Please let me know which files will have these exposed
> > procedures and how can I use it in java,
>
> Rather than trying to write your own RPC h...