Revert "QError: New QERR_INVALID_CPU_INDEX"
This reverts commit 64a34bb14c0e358a6b2f14805e59ef25bf62d6d5. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
cc0c4185e5
commit
f34e568853
4
qerror.c
4
qerror.c
@ -80,10 +80,6 @@ static const QErrorStringTable qerror_table[] = {
|
||||
.error_fmt = QERR_INVALID_BLOCK_FORMAT,
|
||||
.desc = "Invalid block format %(name)",
|
||||
},
|
||||
{
|
||||
.error_fmt = QERR_INVALID_CPU_INDEX,
|
||||
.desc = "Invalid CPU index",
|
||||
},
|
||||
{
|
||||
.error_fmt = QERR_INVALID_PARAMETER,
|
||||
.desc = "Invalid parameter %(name)",
|
||||
|
3
qerror.h
3
qerror.h
@ -70,9 +70,6 @@ QError *qobject_to_qerror(const QObject *obj);
|
||||
#define QERR_INVALID_BLOCK_FORMAT \
|
||||
"{ 'class': 'InvalidBlockFormat', 'data': { 'name': %s } }"
|
||||
|
||||
#define QERR_INVALID_CPU_INDEX \
|
||||
"{ 'class': 'InvalidCPUIndex', 'data': {} }"
|
||||
|
||||
#define QERR_INVALID_PARAMETER \
|
||||
"{ 'class': 'InvalidParameter', 'data': { 'name': %s } }"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user