mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 14:08:32 +00:00
error: New QERR_PROPERTY_VALUE_NOT_FOUND
This commit is contained in:
3
qerror.h
3
qerror.h
@@ -99,6 +99,9 @@ QError *qobject_to_qerror(const QObject *obj);
|
||||
#define QERR_PROPERTY_VALUE_IN_USE \
|
||||
"{ 'class': 'PropertyValueInUse', 'data': { 'device': %s, 'property': %s, 'value': %s } }"
|
||||
|
||||
#define QERR_PROPERTY_VALUE_NOT_FOUND \
|
||||
"{ 'class': 'PropertyValueNotFound', 'data': { 'device': %s, 'property': %s, 'value': %s } }"
|
||||
|
||||
#define QERR_QMP_BAD_INPUT_OBJECT \
|
||||
"{ 'class': 'QMPBadInputObject', 'data': { 'expected': %s } }"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user