]> Git Repo - qemu.git/blame - stubs/get-vm-name.c
target/arm: Convert sha1 and sha256 to gvec helpers
[qemu.git] / stubs / get-vm-name.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
5708fc66
PB
2#include "qemu-common.h"
3
4const char *qemu_get_vm_name(void)
5{
6 return NULL;
7}
8
This page took 0.307544 seconds and 4 git commands to generate.