]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/qmp-dispatch.c
docs: Deprecate CPU model runnability guarantees
[mirror_qemu.git] / qapi / qmp-dispatch.c
index 5f812bb9f20d1d7e06cec5de244b3e9e353d537f..e2c366e09e972af458ff0cdd9c9d21e0a2d63f7c 100644 (file)
@@ -111,7 +111,7 @@ static QObject *do_qmp_dispatch(QmpCommandList *cmds, QObject *request,
     if (oob && !(cmd->options & QCO_ALLOW_OOB)) {
         error_setg(errp, "The command %s does not support OOB",
                    command);
-        return false;
+        return NULL;
     }
 
     if (runstate_check(RUN_STATE_PRECONFIG) &&