[Qemu-devel] [PATCH 17/17] VNC: Convert do_info_vnc() to QObject

2009-12-04 Thread Luiz Capitulino
Return a QDict with server information. Connected clients are returned as a QList of QDicts. The new functions (vnc_qdict_remote_addr(), vnc_qdict_local_addr() and put_addr_qdict()) are used to insert 'host' and 'service' information in the returned QDict. This patch is big, but I don't see how t

[Qemu-devel] [PATCH 17/17] VNC: Convert do_info_vnc() to QObject

2009-11-23 Thread Luiz Capitulino
Return a QDict with server information. Connected clients are returned as a QList of QDicts. The new functions (vnc_qdict_remote_addr(), vnc_qdict_local_addr() and put_addr_qdict()) are used to insert 'host' and 'service' information in the returned QDict. This patch is big, but I don't see how t

Re: [Qemu-devel] [PATCH 17/17] VNC: Convert do_info_vnc() to QObject

2009-11-24 Thread Daniel P. Berrange
On Mon, Nov 23, 2009 at 06:06:23PM -0200, Luiz Capitulino wrote: > Return a QDict with server information. Connected clients are returned > as a QList of QDicts. > > The new functions (vnc_qdict_remote_addr(), vnc_qdict_local_addr() and > put_addr_qdict()) are used to insert 'host' and 'service' i