mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 05:13:54 -06:00
error: New QERR_PROPERTY_VALUE_NOT_FOUND
This commit is contained in:
parent
9c5eff958d
commit
84745d68e7
2 changed files with 7 additions and 0 deletions
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue