Andreas Färber <afaer...@suse.de> writes: > Am 13.10.2015 um 14:37 schrieb Daniel P. Berrange: >> Stop directly accessing the Object "properties" field data >> structure and instead use the formal object property iterator >> APIs. This insulates the code from future data structure >> changes in the Object struct. >> >> Signed-off-by: Daniel P. Berrange <berra...@redhat.com> >> --- >> qmp.c | 10 ++++++++-- >> 1 file changed, 8 insertions(+), 2 deletions(-) > > Reviewed-by: Andreas Färber <afaer...@suse.de> > > Markus/Luiz, can you ack this change? Markus requested these iterators, > I believe.
See my review of PATCH 1.