Re: [libvirt] [PATCHv3 3/5] domifaddr: Implement the API for qemu

2013-08-23 Thread Osier Yang
On 23/08/13 06:18, nehaljwani wrote: By querying the qemu guest agent with the QMP command guest-network-get-interfaces and converting the received JSON output to structured objects. src/qemu/qemu_agent.h: * Define qemuAgentGetInterfaces src/qemu/qemu_agent.c: * Implement

[libvirt] [PATCHv3 3/5] domifaddr: Implement the API for qemu

2013-08-22 Thread nehaljwani
By querying the qemu guest agent with the QMP command guest-network-get-interfaces and converting the received JSON output to structured objects. src/qemu/qemu_agent.h: * Define qemuAgentGetInterfaces src/qemu/qemu_agent.c: * Implement qemuAgentGetInterface src/qemu/qemu_driver.c: * New

Re: [libvirt] [PATCHv3 3/5] domifaddr: Implement the API for qemu

2013-08-22 Thread Nehal J. Wani
Addition to the commit log: tests/qemuagenttest.c * Add a test case for qemuAgentGetInterfaces On Fri, Aug 23, 2013 at 3:48 AM, nehaljwani nehaljw.k...@gmail.com wrote: By querying the qemu guest agent with the QMP command guest-network-get-interfaces and converting the received JSON