summary refs log tree commit diff stats
path: root/stubs/monitor-fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/monitor-fd.c')
-rw-r--r--stubs/monitor-fd.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/stubs/monitor-fd.c b/stubs/monitor-fd.c
new file mode 100644
index 0000000000..9bb6749885
--- /dev/null
+++ b/stubs/monitor-fd.c
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#include "qemu/osdep.h"
+#include "monitor/monitor.h"
+
+int monitor_get_fd(Monitor *mon, const char *fdname, Error **errp)
+{
+    abort();
+}