mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qerror: introduce QERR_INVALID_OPTION_GROUP
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-By: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
4e89978e20
commit
8ff15d4a2d
2 changed files with 7 additions and 0 deletions
3
qerror.h
3
qerror.h
|
@ -139,6 +139,9 @@ QError *qobject_to_qerror(const QObject *obj);
|
|||
#define QERR_INVALID_BLOCK_FORMAT \
|
||||
"{ 'class': 'InvalidBlockFormat', 'data': { 'name': %s } }"
|
||||
|
||||
#define QERR_INVALID_OPTION_GROUP \
|
||||
"{ 'class': 'InvalidOptionGroup', 'data': { 'group': %s } }"
|
||||
|
||||
#define QERR_INVALID_PARAMETER \
|
||||
"{ 'class': 'InvalidParameter', 'data': { 'name': %s } }"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue