diff options
Diffstat (limited to 'tests/test-throttle.c')
-rw-r--r-- | tests/test-throttle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-throttle.c b/tests/test-throttle.c index e3a45cc605..948a42c991 100644 --- a/tests/test-throttle.c +++ b/tests/test-throttle.c @@ -739,6 +739,7 @@ int main(int argc, char **argv) qemu_init_main_loop(&error_fatal); ctx = qemu_get_aio_context(); bdrv_init(); + module_call_init(MODULE_INIT_QOM); do {} while (g_main_context_iteration(NULL, false)); |