Re: [libvirt] [PATCH v4 3/9] qemu_monitor_json: Move InetSocketAddress build to a separate function

2013-07-11 Thread Daniel P. Berrange
On Wed, Jul 10, 2013 at 07:02:53PM +0200, Michal Privoznik wrote: Currently, we are building InetSocketAddress qemu json type within the qemuMonitorJSONNBDServerStart function. However, other future functions may profit from the code as well. So it should be moved into a static function. ---

[libvirt] [PATCH v4 3/9] qemu_monitor_json: Move InetSocketAddress build to a separate function

2013-07-10 Thread Michal Privoznik
Currently, we are building InetSocketAddress qemu json type within the qemuMonitorJSONNBDServerStart function. However, other future functions may profit from the code as well. So it should be moved into a static function. --- src/qemu/qemu_monitor_json.c | 44