diff options
author | Markus Armbruster <armbru@redhat.com> | 2010-01-20 13:07:34 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-01-26 14:55:11 -0600 |
commit | 64a34bb14c0e358a6b2f14805e59ef25bf62d6d5 (patch) | |
tree | a39d6e776f10df6d4830408c184ad995a9ad3d7a /qerror.h | |
parent | 95fada8c2cb2ef175b49a1db3e4e041d5a8ea46d (diff) |
QError: New QERR_INVALID_CPU_INDEX
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qerror.h')
-rw-r--r-- | qerror.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -70,6 +70,9 @@ 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 } }" |