[libvirt] [EXAMPLE PATCH 12/13] admin: Add virAdmHello function

2015-05-19 Thread Martin Kletzander
Just one of the simplest functions that returns string "Clients: X" where X is the number of connected clients to daemon's first subserver (the original one), so it can be tested using virsh, ipython, etc. The subserver is gathered by incrementing its reference counter (similarly to getting qemu c

[libvirt] [EXAMPLE PATCH 12/13] admin: Add virAdmHello function

2015-06-16 Thread Martin Kletzander
Just one of the simplest functions that returns string "Clients: X" where X is the number of connected clients to daemon's first subserver (the original one), so it can be tested using virsh, ipython, etc. The subserver is gathered by incrementing its reference counter (similarly to getting qemu c

Re: [libvirt] [EXAMPLE PATCH 12/13] admin: Add virAdmHello function

2015-05-21 Thread Michal Privoznik
On 20.05.2015 07:19, Martin Kletzander wrote: > Just one of the simplest functions that returns string "Clients: X" > where X is the number of connected clients to daemon's first > subserver (the original one), so it can be tested using virsh, ipython, > etc. > > The subserver is gathered by incre