summaryrefslogtreecommitdiffstats
path: root/stubs/get-vm-name.c
blob: 0906303f73068e792fd065f90fc040d911782b5b (plain) (blame)
1
2
3
4
5
6
7
8
#include "qemu/osdep.h"
#include "sysemu/sysemu.h"

const char *qemu_get_vm_name(void)
{
    return NULL;
}