diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-02-16 08:47:13 -0600 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-02-16 08:47:13 -0600 |
| commit | 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e (patch) | |
| tree | fcb22804f1845c77206bbfe6ff2f3470deea014f /qerror.h | |
| parent | c5d69e6bbf37bf5e3882060764b15e018e6a5321 (diff) | |
| parent | 16fde5f2c2788232b16c06d34d0459a5c1ec1f6c (diff) | |
| download | focaccia-qemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.tar.gz focaccia-qemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.zip | |
Merge remote branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'qerror.h')
| -rw-r--r-- | qerror.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qerror.h b/qerror.h index b0f69dabe5..f732d45e80 100644 --- a/qerror.h +++ b/qerror.h @@ -165,6 +165,9 @@ QError *qobject_to_qerror(const QObject *obj); #define QERR_UNDEFINED_ERROR \ "{ 'class': 'UndefinedError', 'data': {} }" +#define QERR_UNKNOWN_BLOCK_FORMAT_FEATURE \ + "{ 'class': 'UnknownBlockFormatFeature', 'data': { 'device': %s, 'format': %s, 'feature': %s } }" + #define QERR_VNC_SERVER_FAILED \ "{ 'class': 'VNCServerFailed', 'data': { 'target': %s } }" |