]> git.proxmox.com Git - qemu.git/blobdiff - qerror.c
memory: implement memory_region_set_readonly()
[qemu.git] / qerror.c
index 3d64b80b24a6363006eda8d410bb7e8e5f7e2485..c591a5443cedb4d3d85dae95218edbd44d5aeb6e 100644 (file)
--- a/qerror.c
+++ b/qerror.c
@@ -193,6 +193,10 @@ static const QErrorStringTable qerror_table[] = {
         .error_fmt = QERR_QMP_EXTRA_MEMBER,
         .desc      = "QMP input object member '%(member)' is unexpected",
     },
+    {
+        .error_fmt = QERR_RESET_REQUIRED,
+        .desc      = "Resetting the Virtual Machine is required",
+    },
     {
         .error_fmt = QERR_SET_PASSWD_FAILED,
         .desc      = "Could not set password",