Re: [libvirt PATCH 02/14] qemu: agent: split out qemuAgentGetInterfaceOneAddress

2020-10-07 Thread Ján Tomko
On a Tuesday in 2020, Jonathon Jongsma wrote: On Tue, 6 Oct 2020 08:58:38 +0200 Ján Tomko wrote: A function that takes one entry from the "ip-addresses" array returned by "guest-network-get-interfaces" and converts it into virDomainIPAddress. Signed-off-by: Ján Tomko --- src/qemu/qemu_agen

Re: [libvirt PATCH 02/14] qemu: agent: split out qemuAgentGetInterfaceOneAddress

2020-10-06 Thread Jonathon Jongsma
On Tue, 6 Oct 2020 08:58:38 +0200 Ján Tomko wrote: > A function that takes one entry from the "ip-addresses" array > returned by "guest-network-get-interfaces" and converts it > into virDomainIPAddress. > > Signed-off-by: Ján Tomko > --- > src/qemu/qemu_agent.c | 78 >

[libvirt PATCH 02/14] qemu: agent: split out qemuAgentGetInterfaceOneAddress

2020-10-05 Thread Ján Tomko
A function that takes one entry from the "ip-addresses" array returned by "guest-network-get-interfaces" and converts it into virDomainIPAddress. Signed-off-by: Ján Tomko --- src/qemu/qemu_agent.c | 78 +-- 1 file changed, 46 insertions(+), 32 deletions(-)