summary refs log tree commit diff stats
path: root/stubs/get-vm-name.c
blob: 4cfac484e53c57b8dcd1fb40ad62da56d8fd2708 (plain) (blame)
1
2
3
4
5
6
7
8
#include "qemu/osdep.h"
#include "system/system.h"

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