]> git.proxmox.com Git - qemu.git/blobdiff - qerror.c
usb-linux: Add support for buffering iso out usb packets
[qemu.git] / qerror.c
index 9d0cdeb45cccea8f903d93f46d03dd7847ad427c..485560418bd4284b83c9e2c9a1a5efb977e1a675 100644 (file)
--- a/qerror.c
+++ b/qerror.c
@@ -200,6 +200,11 @@ static const QErrorStringTable qerror_table[] = {
         .error_fmt = QERR_UNDEFINED_ERROR,
         .desc      = "An undefined error has ocurred",
     },
+    {
+        .error_fmt = QERR_UNKNOWN_BLOCK_FORMAT_FEATURE,
+        .desc      = "'%(device)' uses a %(format) feature which is not "
+                     "supported by this qemu version: %(feature)",
+    },
     {
         .error_fmt = QERR_VNC_SERVER_FAILED,
         .desc      = "Could not start VNC server on %(target)",