xref: /qemu/stubs/get-vm-name.c (revision d50280af1bc4b9a59c4a6424c6172a1397f5f6c3)
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