diff options
Diffstat (limited to 'qmp.c')
| -rw-r--r-- | qmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmp.c b/qmp.c index 87a28f797d..5e2a66caab 100644 --- a/qmp.c +++ b/qmp.c @@ -166,7 +166,7 @@ void qmp_cont(Error **errp) Error *local_err = NULL; if (runstate_needs_reset()) { - error_set(errp, QERR_RESET_REQUIRED); + error_setg(errp, "Resetting the Virtual Machine is required"); return; } else if (runstate_check(RUN_STATE_SUSPENDED)) { return; |