summaryrefslogtreecommitdiffstats
path: root/contrib/qemu/nop-symbols.c
blob: ae93a3d3bef76a1797706420f400d71092ac56c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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; }