diff options
Diffstat (limited to 'contrib/qemu')
-rw-r--r-- | contrib/qemu/nop-symbols.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/qemu/nop-symbols.c b/contrib/qemu/nop-symbols.c new file mode 100644 index 00000000000..ae93a3d3bef --- /dev/null +++ b/contrib/qemu/nop-symbols.c @@ -0,0 +1,12 @@ +int notifier_with_return_list_init () { return 0; } +int notifier_with_return_list_notify () { return 0; } +int notifier_with_return_list_add () { return 0; } +int notifier_list_init () { return 0; } +int notifier_list_notify () { return 0; } +int notifier_list_add () { return 0; } +int monitor_protocol_event () { return 0; } +int block_job_cancel_sync () { return 0; } +int block_job_iostatus_reset () { return 0; } +int vm_stop () { return 0; } +int qemu_get_aio_context () { return 0; } + |