]> Git Repo - qemu.git/blob - stubs/machine-init-done.c
.readthedocs.yml: specify some minimum python requirements
[qemu.git] / stubs / machine-init-done.c
1 #include "qemu/osdep.h"
2 #include "sysemu/sysemu.h"
3
4 bool machine_init_done = true;
5
6 void qemu_add_machine_init_done_notifier(Notifier *notify)
7 {
8 }
This page took 0.023835 seconds and 4 git commands to generate.