]> git.proxmox.com Git - qemu.git/blobdiff - qerror.c
slirp: Replace m_freem with m_free
[qemu.git] / qerror.c
index c92adfcb13d0e13ba9507843ccf4fc863a0fc6d7..229d0d63e3fb98c76c93d74a9e29d8cac8015c03 100644 (file)
--- a/qerror.c
+++ b/qerror.c
@@ -218,6 +218,14 @@ static const QErrorStringTable qerror_table[] = {
         .error_fmt = QERR_VNC_SERVER_FAILED,
         .desc      = "Could not start VNC server on %(target)",
     },
+    {
+        .error_fmt = QERR_QGA_LOGGING_FAILED,
+        .desc      = "Guest agent failed to log non-optional log statement",
+    },
+    {
+        .error_fmt = QERR_QGA_COMMAND_FAILED,
+        .desc      = "Guest agent command failed, error was '%(message)'",
+    },
     {}
 };