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

2013-08-14 Thread Osier Yang
On 24/07/13 19:07, 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] [PATCH 3/5] domifaddr: Implement the API for qemu

2013-07-24 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