]> git.proxmox.com Git - qemu.git/blobdiff - qmp.c
qapi: Convert system_reset
[qemu.git] / qmp.c
diff --git a/qmp.c b/qmp.c
index 6c464792ece127ff5c040b2326a439ed190e6b0b..51d93832a19fc8d743c27888c0275c7519c0f732 100644 (file)
--- a/qmp.c
+++ b/qmp.c
@@ -81,3 +81,7 @@ void qmp_stop(Error **errp)
     vm_stop(RUN_STATE_PAUSED);
 }
 
+void qmp_system_reset(Error **errp)
+{
+    qemu_system_reset_request();
+}