mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Merge remote-tracking branch 'qmp/for-anthony' into staging
This commit is contained in:
commit
924f766af9
6 changed files with 91 additions and 25 deletions
3
qerror.h
3
qerror.h
|
@ -169,6 +169,9 @@ QError *qobject_to_qerror(const QObject *obj);
|
|||
#define QERR_UNDEFINED_ERROR \
|
||||
"{ 'class': 'UndefinedError', 'data': {} }"
|
||||
|
||||
#define QERR_UNSUPPORTED \
|
||||
"{ 'class': 'Unsupported', 'data': {} }"
|
||||
|
||||
#define QERR_UNKNOWN_BLOCK_FORMAT_FEATURE \
|
||||
"{ 'class': 'UnknownBlockFormatFeature', 'data': { 'device': %s, 'format': %s, 'feature': %s } }"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue