diff options
author | 2009-12-07 21:37:07 +0100 | |
---|---|---|
committer | 2009-12-07 16:36:49 -0600 | |
commit | 960a4b537a217d1df0982e3c694d20d118c21e6b (patch) | |
tree | f53295629d979632c0a48f3ee9552311fc732df3 /qerror.c | |
parent | QError: New QERR_INVALID_BLOCK_FORMAT (diff) | |
download | qemu-kvm-960a4b537a217d1df0982e3c694d20d118c21e6b.tar.gz qemu-kvm-960a4b537a217d1df0982e3c694d20d118c21e6b.tar.bz2 qemu-kvm-960a4b537a217d1df0982e3c694d20d118c21e6b.zip |
QError: New QERR_SET_PASSWD_FAILED
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 7a84cb23c077488b0e1926b3e909ea128a80dc58)
Diffstat (limited to 'qerror.c')
-rw-r--r-- | qerror.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -93,6 +93,10 @@ static const QErrorStringTable qerror_table[] = { .desc = "Bad QMP input object", }, { + .error_fmt = QERR_SET_PASSWD_FAILED, + .desc = "Could not set password", + }, + { .error_fmt = QERR_UNDEFINED_ERROR, .desc = "An undefined error has ocurred", }, |