diff options
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/qdev.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/stubs/qdev.c b/stubs/qdev.c index 187659f..6869f6f 100644 --- a/stubs/qdev.c +++ b/stubs/qdev.c @@ -15,15 +15,13 @@ #include "qemu/osdep.h" #include "qapi/qapi-events-qdev.h" -void qapi_event_send_device_deleted(bool has_device, - const char *device, +void qapi_event_send_device_deleted(const char *device, const char *path) { /* Nothing to do. */ } -void qapi_event_send_device_unplug_guest_error(bool has_device, - const char *device, +void qapi_event_send_device_unplug_guest_error(const char *device, const char *path) { /* Nothing to do. */ |