]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/monitor.c
minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices.mak
[mirror_qemu.git] / stubs / monitor.c
index cdbf5c5f9ac581d8c3b9ad08e667fad214be292f..c3e9a2e4dc713472bb9d9f80cb12b395678cf0db 100644 (file)
@@ -16,7 +16,11 @@ int monitor_get_fd(Monitor *mon, const char *name, Error **errp)
     return -1;
 }
 
-void monitor_init(Chardev *chr, int flags)
+void monitor_init_qmp(Chardev *chr, bool pretty)
+{
+}
+
+void monitor_init_hmp(Chardev *chr, bool use_readline)
 {
 }