]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/get-vm-name.c
e5f619ffab5e8d51e24647cf44dba8926cd66e28
[mirror_qemu.git] / stubs / get-vm-name.c
1 #include "qemu-common.h"
2
3 const char *qemu_get_vm_name(void)
4 {
5 return NULL;
6 }
7