]> git.proxmox.com Git - qemu.git/blobdiff - qga/commands-win32.c
qemu-ga: add guest-network-get-interfaces command
[qemu.git] / qga / commands-win32.c
index b7600ed89a0dbec94f1ae28c2acd79120acbf926..eb8d1405d3a0b9c515214df4e6b60da2c4f61d5f 100644 (file)
@@ -263,6 +263,12 @@ void qmp_guest_suspend_hybrid(Error **err)
     error_set(err, QERR_UNSUPPORTED);
 }
 
+GuestNetworkInterfaceList *qmp_guest_network_get_interfaces(Error **err)
+{
+    error_set(err, QERR_UNSUPPORTED);
+    return NULL;
+}
+
 /* register init/cleanup routines for stateful command groups */
 void ga_command_state_init(GAState *s, GACommandState *cs)
 {