mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 00:25:27 +00:00
d7da652d4e
The QObject input visitor has three error message formats: * Parameter '%s' is missing * "Invalid parameter type for '%s', expected: %s" * "QMP input object member '%s' is unexpected" The '%s' are member names (or "null", but I'll fix that later). The last error message calls the thing "QMP input object member" instead of "parameter". Misleading when the visitor is used on QObjects that don't come from QMP. Change it to "Parameter '%s' is unexpected". Backports commit 910f738b851a263396fc85b2052e47f884ffead3 from qemu |
||
---|---|---|
.. | ||
common.json | ||
Makefile.objs | ||
qapi-clone-visitor.c | ||
qapi-dealloc-visitor.c | ||
qapi-visit-core.c | ||
qobject-input-visitor.c | ||
qobject-output-visitor.c | ||
string-input-visitor.c |