xref: /qemu/stubs/get-vm-name.c (revision 166a4b6e43b8904a150a946243457b7db9567c67)
1 #include "qemu/osdep.h"
2 #include "system/system.h"
3 
4 const char *qemu_get_vm_name(void)
5 {
6     return NULL;
7 }
8 
9