unicorn/qemu/scripts/qapi
Markus Armbruster af4b0028b8
qapi: Open files with encoding='utf-8'
Python 2 happily reads UTF-8 files in text mode, but Python 3 requires
either UTF-8 locale or an explicit encoding passed to open(). Commit
d4e5ec877ca fixed this by setting the en_US.UTF-8 locale. Falls apart
when the locale isn't be available.

Matthias Maier and Arfrever Frehtes Taifersar Arahesis proposed to use
binary mode instead, with manual conversion from bytes to str. Works,
but opening with an explicit encoding is simpler, so do that.

Since Python 2's open() doesn't support the encoding parameter, we
need to suppress it with a version check.

Backports commit de685ae5e9a4b523513033bd6cadc8187a227170 from qemu
2018-07-02 23:01:31 -04:00
..
__init__.py qapi-gen: New common driver for code and doc generators 2018-03-09 08:47:12 -05:00
common.py qapi: Open files with encoding='utf-8' 2018-07-02 23:01:31 -04:00
events.py qapi/events: generate event enum in main module 2018-06-29 14:19:06 -05:00
types.py qapi: allow empty branches in flat unions 2018-07-02 22:59:43 -04:00
visit.py qapi: allow empty branches in flat unions 2018-07-02 22:59:43 -04:00