]> Git Repo - qemu.git/blob - stubs/get-vm-name.c
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into...
[qemu.git] / stubs / get-vm-name.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3
4 const char *qemu_get_vm_name(void)
5 {
6     return NULL;
7 }
8
This page took 0.024546 seconds and 4 git commands to generate.