]> Git Repo - qemu.git/blobdiff - qerror.c
QError: New QERR_SET_PASSWD_FAILED
[qemu.git] / qerror.c
index 56083c489d2a786961be2cf9cabc37b0fc4eca72..1bb68c417a44a831482317568b61dbb078990760 100644 (file)
--- a/qerror.c
+++ b/qerror.c
@@ -92,6 +92,10 @@ static const QErrorStringTable qerror_table[] = {
         .error_fmt = QERR_QMP_BAD_INPUT_OBJECT,
         .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",
This page took 0.023284 seconds and 4 git commands to generate.