commit | fbf42210c19ec4315e409b7f9f0bfa46c7dfb921 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Tue Feb 28 11:03:04 2012 -0300 |
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | Mon Mar 12 15:09:18 2012 -0500 |
tree | 220fa74ef0c5ef3e412709f52453156a5a8a427e | |
parent | 11d0f1255bd5651f628280dc96c4ce9d63ae9236 [diff] [blame] |
qemu-ga: add guest-suspend-ram Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/qga/commands-win32.c b/qga/commands-win32.c index c688476..b19a63c 100644 --- a/qga/commands-win32.c +++ b/qga/commands-win32.c
@@ -129,6 +129,11 @@ error_set(err, QERR_UNSUPPORTED); } +void qmp_guest_suspend_ram(Error **err) +{ + error_set(err, QERR_UNSUPPORTED); +} + /* register init/cleanup routines for stateful command groups */ void ga_command_state_init(GAState *s, GACommandState *cs) {