Re: [libvirt] [PATCH 02/10] Introduce qemuMonitorJSONFindLinkPath

2015-06-05 Thread John Ferlan
On 06/04/2015 09:58 AM, Ján Tomko wrote: When traversing through the QOM tree, we're looking for a link to a device, e.g.: linkvirtio-balloon-pci Introduce a helper that will format the link name at the start, instead of doing it every time while recursing through the tree. ---

[libvirt] [PATCH 02/10] Introduce qemuMonitorJSONFindLinkPath

2015-06-04 Thread Ján Tomko
When traversing through the QOM tree, we're looking for a link to a device, e.g.: linkvirtio-balloon-pci Introduce a helper that will format the link name at the start, instead of doing it every time while recursing through the tree. --- src/qemu/qemu_monitor.c | 4 ++--