提交 f34e5688 编写于 作者: M Markus Armbruster 提交者: Anthony Liguori

Revert "QError: New QERR_INVALID_CPU_INDEX"

This reverts commit 64a34bb1.
Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 cc0c4185
......@@ -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)",
......
......@@ -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 } }"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册