mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
error: New QERR_PROPERTY_VALUE_IN_USE
This commit is contained in:
parent
06b4a703e0
commit
9c5eff958d
2 changed files with 7 additions and 0 deletions
3
qerror.h
3
qerror.h
|
@ -96,6 +96,9 @@ QError *qobject_to_qerror(const QObject *obj);
|
|||
#define QERR_PROPERTY_VALUE_BAD \
|
||||
"{ 'class': 'PropertyValueBad', 'data': { 'device': %s, 'property': %s, 'value': %s } }"
|
||||
|
||||
#define QERR_PROPERTY_VALUE_IN_USE \
|
||||
"{ 'class': 'PropertyValueInUse', 'data': { 'device': %s, 'property': %s, 'value': %s } }"
|
||||
|
||||
#define QERR_QMP_BAD_INPUT_OBJECT \
|
||||
"{ 'class': 'QMPBadInputObject', 'data': { 'expected': %s } }"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue