]> git.proxmox.com Git - qemu.git/blobdiff - qerror.c
error: New QERR_NO_BUS_FOR_DEVICE
[qemu.git] / qerror.c
index a3692045887fd54325a94eb6f9a3ad8f1238585a..26eb70472e6aa3fd4668e1fb2c2d456a3ab947b3 100644 (file)
--- a/qerror.c
+++ b/qerror.c
@@ -124,6 +124,10 @@ static const QErrorStringTable qerror_table[] = {
         .error_fmt = QERR_MISSING_PARAMETER,
         .desc      = "Parameter '%(name)' is missing",
     },
+    {
+        .error_fmt = QERR_NO_BUS_FOR_DEVICE,
+        .desc      = "No '%(bus)' bus found for device '%(device)'",
+    },
     {
         .error_fmt = QERR_OPEN_FILE_FAILED,
         .desc      = "Could not open '%(filename)'",