mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
error: New QERR_PROPERTY_VALUE_NOT_FOUND
This commit is contained in:
4
qerror.c
4
qerror.c
@ -116,6 +116,10 @@ static const QErrorStringTable qerror_table[] = {
|
||||
.error_fmt = QERR_PROPERTY_VALUE_IN_USE,
|
||||
.desc = "Property '%(device).%(property)' can't take value '%(value)', it's in use",
|
||||
},
|
||||
{
|
||||
.error_fmt = QERR_PROPERTY_VALUE_NOT_FOUND,
|
||||
.desc = "Property '%(device).%(property)' can't find value '%(value)'",
|
||||
},
|
||||
{
|
||||
.error_fmt = QERR_QMP_BAD_INPUT_OBJECT,
|
||||
.desc = "Bad QMP input object",
|
||||
|
Reference in New Issue
Block a user