summary refs log tree commit diff stats
path: root/stubs/qdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/qdev.c')
-rw-r--r--stubs/qdev.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/qdev.c b/stubs/qdev.c
index 92e6143134..187659f707 100644
--- a/stubs/qdev.c
+++ b/stubs/qdev.c
@@ -21,3 +21,10 @@ void qapi_event_send_device_deleted(bool has_device,
 {
     /* Nothing to do. */
 }
+
+void qapi_event_send_device_unplug_guest_error(bool has_device,
+                                               const char *device,
+                                               const char *path)
+{
+    /* Nothing to do. */
+}