mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-10-17 18:07:53 +00:00
Use of '"...%s" % include' to print non-strings can lead to ugly messages, such as this (if the .json change is applied without the qapi.py change): Expected a file name (string), got: OrderedDict() Better is to just omit the actual non-string value in the message. Backports commit 7408fb67c0f9403f6e40aecf97cf798fc14e2cd8 from qemu |
||
---|---|---|
.. | ||
create_config | ||
make_device_config.sh | ||
ordereddict.py | ||
qapi-event.py | ||
qapi-types.py | ||
qapi-visit.py | ||
qapi.py |