unicorn/qemu/scripts
Eric Blake b18ac34baa
qapi: Require ASCII in schema
Python 2 and Python 3 have a wild history of whether strings
default to ascii or unicode, where Python 3 requires checking
isinstance(foo, basestr) to cover all strings, but where that
code is not portable to Python 2. It's simpler to just state
that we don't care about Unicode strings, and to just always
use the simpler isinstance(foo, str) everywhere.

I'm no python expert, so I'm basing it on this conversation:
https://lists.gnu.org/archive/html/qemu-devel/2014-09/msg05278.html

Backports commit fe2a9303c9e511462f662a415c2e9d2defe9b7ca from qemu
2018-02-19 14:18:52 -05:00
..
create_config
make_device_config.sh
ordereddict.py
qapi-event.py
qapi-types.py qapi: Prefer 'struct' over 'type' in generator 2018-02-19 14:13:32 -05:00
qapi-visit.py qapi: Prefer 'struct' over 'type' in generator 2018-02-19 14:13:32 -05:00
qapi.py qapi: Require ASCII in schema 2018-02-19 14:18:52 -05:00