1#include "qemu/osdep.h"
2#include "qemu-common.h"
3
4const char *qemu_get_vm_name(void)
5{
6 return NULL;
7}
8
9