]> git.proxmox.com Git - qemu.git/blobdiff - qga/commands-win32.c
qga: add guest-set-time command
[qemu.git] / qga / commands-win32.c
index 3ebb856beada1ebbf75401de6b0951ef6a995665..622c74dd8820b3389602333d83b4145c8a0652bf 100644 (file)
@@ -284,6 +284,11 @@ int64_t qmp_guest_get_time(Error **errp)
     return -1;
 }
 
+void qmp_guest_set_time(int64_t time_ns, Error **errp)
+{
+    error_set(errp, QERR_UNSUPPORTED);
+}
+
 /* register init/cleanup routines for stateful command groups */
 void ga_command_state_init(GAState *s, GACommandState *cs)
 {