Re: [libvirt] More java bindings functions

2014-03-21 Thread Eric Blake
On 03/21/2014 11:56 AM, Pasquale Dir wrote: [please don't top-post on technical lists] > That seems a little complicated...sorry but I never used git in this way > and I have very little time to learn this too. Learning how to get 'git send-email' to do the right thing will generally save you mo

Re: [libvirt] More java bindings functions

2014-03-21 Thread Pasquale Dir
That seems a little complicated...sorry but I never used git in this way and I have very little time to learn this too. They are just 3-4 source files, if someone can handle this for me I'd be happy to send them so they can upload in the right way. Sources are less then 150Kb, that is for sure...i

Re: [libvirt] More java bindings functions

2014-03-17 Thread Eric Blake
On 03/17/2014 01:46 AM, Claudio Bley wrote: > At Sun, 16 Mar 2014 20:07:48 +0100, > Pasquale Dir wrote: >> >> I just added, because I needed them, two new bindings for java apis: >> >> Connection.getCpuStats(int, long) >> and >> Domain.getCpuStats(int, long) > > What do those parameters mean? What

Re: [libvirt] More java bindings functions

2014-03-17 Thread Claudio Bley
At Sun, 16 Mar 2014 20:07:48 +0100, Pasquale Dir wrote: > > I just added, because I needed them, two new bindings for java apis: > > Connection.getCpuStats(int, long) > and > Domain.getCpuStats(int, long) What do those parameters mean? What's the return type of these methods? > these two functi

[libvirt] More java bindings functions

2014-03-16 Thread Pasquale Dir
Hello, I just added, because I needed them, two new bindings for java apis: Connection.getCpuStats(int, long) and Domain.getCpuStats(int, long) these two functions act like python's counterpart. I give you the .jar with sources so that, after you review it (it works but I am not entirely sure it