qemu-e2k/stubs/get-vm-name.c

8 lines
83 B
C
Raw Normal View History

#include "qemu-common.h"
const char *qemu_get_vm_name(void)
{
return NULL;
}