diff options
Diffstat (limited to 'qmp.c')
| -rw-r--r-- | qmp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qmp.c b/qmp.c index 51d93832a1..bf58b05a9a 100644 --- a/qmp.c +++ b/qmp.c @@ -85,3 +85,8 @@ void qmp_system_reset(Error **errp) { qemu_system_reset_request(); } + +void qmp_system_powerdown(Error **erp) +{ + qemu_system_powerdown_request(); +} |