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