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
make_device_config.sh
ordereddict.py
qapi-event.py
qapi-types.py
qapi-visit.py
qapi.py qapi: use items()/values() intead of iteritems()/itervalues() 2018-03-06 11:28:22 -05:00