unicorn/qemu/scripts
Daniel P. Berrange a162292aae
qapi: use items()/values() intead of iteritems()/itervalues()
The iteritems()/itervalues() methods are gone in py3, but the
items()/values() methods are still around. The latter are less
efficient than the former in py2, but this has unmeasurably
small impact on QEMU build time, so taking portability over
efficiency is a net win.

Backports commit 2f8480447067d6f42af52a886385284ead052af9 from qemu
2018-03-06 11:28:22 -05:00
..
create_config more cleanup qemu/configure 2017-01-19 14:11:54 +08:00
make_device_config.sh fix file perms 2015-08-28 21:05:38 -07:00
ordereddict.py import 2015-08-21 15:04:50 +08:00
qapi-event.py scripts: use build_ prefix for string not piped through cgen() 2018-03-03 22:11:28 -05:00
qapi-types.py qapi: Update scripts to commit 01b2ffcedd94ad7b42bc870e4c6936c87ad03429 2018-03-03 18:32:12 -05:00
qapi-visit.py qapi: Remove visit_start_alternate() parameter promote_int 2018-03-03 18:34:35 -05:00
qapi.py qapi: use items()/values() intead of iteritems()/itervalues() 2018-03-06 11:28:22 -05:00