[Qemu-devel] [PULL 03/10] qmp: Convert QMP code to use object property iterators

2015-11-18 Thread Andreas Färber
From: "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 Tested-by: Pavel Fedin Sig

[Qemu-devel] [PULL 03/10] qmp: Convert QMP code to use object property iterators

2015-11-18 Thread Andreas Färber
From: "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 Tested-by: Pavel Fedin Sig