blob: e5f619ffab5e8d51e24647cf44dba8926cd66e28 [file] [log] [blame]
Paolo Bonzini5708fc62012-11-26 15:36:40 +01001#include "qemu-common.h"
2
3const char *qemu_get_vm_name(void)
4{
5 return NULL;
6}
7